Beachmap MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Beachmap MCP Serverfind Blue Flag beaches in Portugal with sea temperature over 22°C"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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/mcpStreamable HTTP transport, stateless, no authentication.
Claude Code:
claude mcp add --transport http beachmap https://europebeachmap.com/mcpClaude / 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" } } }Related MCP server: ERDDAP MCP Server
Tools
Tool | Does | Example question it answers |
| 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" |
| Full profile of one beach by id or name | "Tell me about Ksamil Beaches" |
| Beaches ranked by typical warm-season sea temperature | "Where is the sea warmest in Portugal in October?" |
| 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/mcpData & 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.
Docs page: europebeachmap.com/mcp-server
Citation:
Beach data: Beachmap (https://europebeachmap.com), CC BY 4.0This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables exploration of geographical data including countries, cities, states/provinces, and regions through a SQLite database. Supports searches by name, location coordinates, currency, and regional groupings with comprehensive statistical queries.6
- Flicense-qualityDmaintenanceAccess oceanographic and environmental data from 63+ ERDDAP servers worldwide through natural language queries. Search datasets, retrieve metadata, and download scientific data for climate research, marine biology, and coastal management.18
- Alicense-qualityDmaintenanceEnables querying Eurostat data using natural language, powered by DuckDB for optimized performance.MIT
- Alicense-qualityCmaintenanceEnables AI agents to search and query Nantes Métropole open data datasets (mobility, urban services, environment, geography) using natural language and SQL-like filters.9MIT
Related MCP Connectors
Search 184,900 swim spots, conditions, water activities, providers and guides worldwide.
Live EU funding data in your AI: grant calls, programmes, consortium partners, VCs, incubators.
Query PostgreSQL databases in plain English — LLM-generated, safety-validated SQL.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Flightmussy/beachmap-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server