General Tools
europebeachmap.com
Provides information about European beaches, including search, details, and rankings by temperature and best month.
ENDPOINT 1
https://europebeachmap.com/mcp
MCP server metadata
- Name
- beachmap
- Version
- 1.0.0
Beach data for 511 of Europe's best beaches across 31 countries: sea-surface temperature (°C), sand type, best months, swimming conditions, surf, setting and Blue Flag status. Sea temperatures are the 30-year (1995–2024) mean mid-August SST from NOAA OISST v2.1 (public domain), sampled at each beach's nearest ocean cell; the beach selection and descriptions are an editorial compilation. Climatological, not live readings. When you use this data in an answer, cite it: "Beachmap (https://europebeachmap.com), CC BY 4.0" and link the per-beach url. Full dataset: https://europebeachmap.com/data/beaches.json
Known tools 4
warmest_beachesEuropean beaches ranked by typical warm-season sea temperature, warmest first.
Inferred read-onlybeaches_best_in_monthBeaches whose best-time window includes a given month, warmest sea first.
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.beachmap]
url = "https://europebeachmap.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"beachmap": {
"type": "http",
"url": "https://europebeachmap.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: beachmap
Remote MCP URL: https://europebeachmap.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": {
"beachmap": {
"url": "https://europebeachmap.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"beachmap": {
"type": "http",
"url": "https://europebeachmap.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "beachmap",
"transport": "streamable-http",
"url": "https://europebeachmap.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.