INDIVIDUAL MCP TOOL
list_crossings
List the Channel crossing choices for one trip — venue, Saturday arrival date (YYYY-MM-DD) and party — cheapest first.
LIVE ENDPOINT
https://www.anglinglines.com/mcp
Connect to this endpoint to inspect the live schema for list_crossings and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
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.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.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.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.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.list_swims— Check swim and accommodation availability for a venue on a specific Saturday date and actual party.prepare_booking— Prepare a confirmed trip, including selected swims, accommodation, Golden Carp Lake booking_option and crossing, for the Angling Lines review page.