← Registry

eCommerce

anglinglines.com

Provides tools to search, list, quote, and check availability for bookable Angling Lines carp fishing venues in France.

1 endpoint8 known toolsFirst detected September 17, 2026Last detected September 17, 2026

ENDPOINT 1

https://www.anglinglines.com/mcp

No auth detected

MCP server metadata

Name
Angling Lines
Version
0.1.0
Capabilities
toolsresourcesprompts
Server instructions

Angling Lines sells carp fishing holidays at private lakes in France, booked as fixed 7-day weeks running Saturday to Saturday. There is no per-night booking. Use `list_venues` to get the full catalogue of bookable lakes with their headline facts (size, capacity, lake record, accommodation) and the features each lake HAS (as a compact list of the same keys search_venues filters on). Build links from its `url_templates` by replacing {slug}; fetch a venue's fact-sheet URL when you need full detail (facilities, ferry-port drive times, example prices). Prefer `search_venues` when the customer has criteria — it is smaller and filtered. This catalogue is not an availability check: it lists every lake that can be booked, not the ones free on a given date. Use `venues_available_on_date` for that: give it a party size plus either a Saturday arrival date (`YYYY-MM-DD`) or a month (`YYYY-MM`), and it returns only the lakes genuinely free then, with their remaining arrival dates and capacity. Use `get_quote` to price one venue for one Saturday arrival week and one party. It quotes the live booking engine — the venue price plus the cheapest Channel crossing for the vehicles given — and reports back `unavailable` when that week is not free. Use `search_categories` to browse the themed collections of lakes that Angling Lines curates by hand (big carp lakes, family-friendly lakes, lakes close to Calais and so on) — with no arguments it lists the categories, with a category slug it returns the bookable lakes in that one. Use `search_venues` for any "find me a lake" request: it runs the same search the website does, combining party size, lake facts (carp record, acres) and facilities (accommodation, all-inclusive, pool or hot tub, catfish, dogs, bait boats and more) with optional availability — give it a Saturday `date` and it returns the lakes free that week plus `alternatives` free on the nearest earlier and later Saturdays. Use `list_crossings` when a trip is confirmed and the customer might care how they cross the Channel: it prices every route pair (ferry and tunnel, day and overnight) as whole-holiday totals, cheapest first, with the route ids `prepare_booking` accepts. Crossing choice is always subject to sailing availability at checkout. Set `include_crossing=true` when a customer requests a crossing, including at crossing-optional lakes; `false` means the customer chose a venue-only trip. Use `list_swims` when a venue has designated swims (fishing spots) and a week is chosen: it shows which swims are free that week, their single/double type and a lake-map URL for the customer, accommodation choices and venue-specific rules. Golden Carp Lake returns its four `booking_options`: ask the customer which available package they want and pass its `booking_option` ID to get_quote, list_crossings and prepare_booking. It can be booked entirely through chat. Pass the same `swims` and `accommodation_ids` through all pricing and booking calls: linked lodges and single-angler-on-double-swim rules can affect prices. Use `prepare_booking` once — and only once — the customer has confirmed a venue, a Saturday arrival date and the party size. It returns the live quote plus a signed, expiring link to the Angling Lines review page with that booking pre-filled; the customer opens it, logs in and pays there. Pass `outbound_route_id` and `inbound_route_id` from `list_crossings` to book a specific crossing; omit them for the cheapest. Pass `swims` (swim numbers from list_swims) to book specific swims; omit it and good free swims are picked automatically. It creates nothing by itself. Resolve missing or unavailable choices using these tools and ask the customer in chat; only short-notice phone-only bookings need the office. Answer only from what these tools return. Prices are in GBP and always cover the whole week for the whole party.

Known tools 8

list_venues

List every bookable Angling Lines carp fishing venue in France, with its headline facts (lake size, swims, capacity, lake record, accommodation), boolean feature flags (dogs_allowed, catfish, pool_or_hot_tub, …) and canonical URLs.

Inferred read-only
get_quote

Quote one Angling Lines venue for one fixed 7-day week: give a venue name or slug, a Saturday arrival date (YYYY-MM-DD) and the party, and get the total price for the whole party for the whole week.

Inferred read-only
venues_available_on_date

Check which Angling Lines venues genuinely have space for a party, either on one specific Saturday or across a whole month.

Inferred read-only
search_categories

Browse the curated venue categories Angling Lines maintains — themed collections such as big carp lakes, family-friendly lakes, lakes with a swimming pool, or lakes close to Calais.

Inferred read-only
search_venues

The tool for "find me a lake": search the Angling Lines catalogue by party size, features and availability, exactly the way the website search does.

Inferred read-only
list_crossings

List the Channel crossing choices for one trip — venue, Saturday arrival date (YYYY-MM-DD) and party — cheapest first.

Inferred read-only
list_swims

Check swim and accommodation availability for a venue on a specific Saturday date and actual party.

Inferred read-only
prepare_booking

Prepare a confirmed trip, including selected swims, accommodation, Golden Carp Lake booking_option and crossing, for the Angling Lines review page.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.angling-lines]
url = "https://www.anglinglines.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "angling-lines": {
      "type": "http",
      "url": "https://www.anglinglines.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: angling-lines
Remote MCP URL: https://www.anglinglines.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "angling-lines": {
      "url": "https://www.anglinglines.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "angling-lines": {
      "type": "http",
      "url": "https://www.anglinglines.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "angling-lines",
  "transport": "streamable-http",
  "url": "https://www.anglinglines.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.