streamable-httpupdated 1mo ago
Remote Model Context Protocol server for Beachmap โ 511 of Europe's best beaches across 31 countries, each with its sea-surface temperature (ยฐC, from NOAA OISST), sand type, best months, swimming conditions, surf quality, setting and Blue Flag status.
What can you do with Beachmap โ Europe Beach Data?
Beachmap MCP server
Remote Model Context Protocol server for Beachmap โ 511 of Europe's best beaches across 31 countries, each with its sea-surface temperature (ยฐC, from NOAA OISST), sand type, best months, swimming conditions, surf quality, setting and Blue Flag status.
Free, read-only, no key or account. Listed in the official MCP registry as com.europebeachmap/beachmap.
Endpoint
https://europebeachmap.com/mcp
Streamable HTTP transport, stateless, no authentication.
Claude Code:
claude mcp add --transport http beachmap https://europebeachmap.com/mcp
Claude / ChatGPT / other clients with remote MCP support โ add https://europebeachmap.com/mcp as a custom connector, or use the generic config:
{ "mcpServers": { "beachmap": { "type": "http", "url": "https://europebeachmap.com/mcp" } } }
Tools
| Tool | Does | Example question it answers |
|---|---|---|
search_beaches |
Search + filter all beaches: free text, country, category, sand, Blue Flag, min sea temperature, month in season | "Blue Flag white-sand beaches with sea over 25ยฐC" |
get_beach |
Full profile of one beach by id or name | "Tell me about Ksamil Beaches" |
warmest_beaches |
Beaches ranked by typical warm-season sea temperature | "Where is the sea warmest in Portugal in October?" |
beaches_best_in_month |
Beaches whose best-time window includes a month | "Where should I go to the beach in October?" |
Run it yourself
The server reads the open Beachmap dataset from disk:
npm install
curl -o beaches.json https://europebeachmap.com/data/beaches.json
BEACHES_PATH=./beaches.json PORT=8765 node server.mjs
# MCP endpoint on http://127.0.0.1:8765/mcp
Data & licence
- Code: MIT (this repository).
- Data: CC BY 4.0 โ credit "Beachmap" and link to europebeachmap.com. 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.
- Dataset downloads: JSON ยท CSV ยท GeoJSON
- Docs page: europebeachmap.com/mcp-server
Citation:
Beach data: Beachmap (https://europebeachmap.com), CC BY 4.0
Install
Add Beachmap โ Europe Beach Data to your client. Pick the one you use.
claude mcp add --transport http beachmap-europe-beach-data https://europebeachmap.com/mcpcodex mcp add beachmap-europe-beach-data --url https://europebeachmap.com/mcp{
"mcpServers": {
"beachmap-europe-beach-data": {
"url": "https://europebeachmap.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"beachmap-europe-beach-data": {
"type": "http",
"url": "https://europebeachmap.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"beachmap-europe-beach-data": {
"url": "https://europebeachmap.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"beachmap-europe-beach-data": {
"serverUrl": "https://europebeachmap.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
Beachmap โ Europe Beach Data exposes 4 tools to a connected agent.
- search_beaches
- Search + filter all beaches: free text, country, category, sand, Blue Flag, min sea temperature, month in season
- get_beach
- Full profile of one beach by id or name
- warmest_beaches
- Beaches ranked by typical warm-season sea temperature
- beaches_best_in_month
- Beaches whose best-time window includes a month
Score
62 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 48 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Jul 12, 2026 |
| 1.0.0 | Jul 12, 2026 |