Data Collection
swimmable.co.uk
Provides tools to search for UK bathing waters and fetch their current swim-safety status and supporting evidence.
ENDPOINT 1
https://www.swimmable.co.uk/api/mcp
MCP server metadata
- Name
- swimmable
- Version
- 1.0.0
Live UK swim-safety data from swimmable.co.uk. Use search_spots to resolve a place name to a slug, then get_spot_status for the current verdict and evidence. Coverage: the 666 regulator-designated bathing waters in England, Wales, and Scotland.
Known tools 2
get_spot_statusFetch the current swim-safety status and its supporting evidence for one bathing water, by slug (from search_spots or a swimmable.co.uk/spot/ URL).
Inferred read-onlyCONNECT 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.swimmable]
url = "https://www.swimmable.co.uk/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"swimmable": {
"type": "http",
"url": "https://www.swimmable.co.uk/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: swimmable
Remote MCP URL: https://www.swimmable.co.uk/api/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": {
"swimmable": {
"url": "https://www.swimmable.co.uk/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"swimmable": {
"type": "http",
"url": "https://www.swimmable.co.uk/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "swimmable",
"transport": "streamable-http",
"url": "https://www.swimmable.co.uk/api/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.