BE
Beachmap — Europe Beach Data
/search_beaches
Search beaches worldwide
Search and filter the atlas. All filters optional and combinable. Returns compact records; use get_beach for a full profile.
liveverifiedunknown~5s typical
mcpprobedbeachmap—europe
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-europebeachmap-beachmap /search_beaches for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | Free-text match on beach name, region or country |
| country | string | ISO-2 code or country name (e.g. "PT" or "Portugal") |
| shore_type | string (white | golden | black | shingle | rock | urban) | Shore type, from the beach own Wikidata classes. "beach" means Wikidata does not say. |
| month | string | Rank and report the sea temperature for this month (name or 1-12) |
| min_sea_temp_c | number | Minimum mean sea temperature in that month, or of the warmest month when no month is given |
| limit | integer | Max results, default 10, max 50 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-europebeachmap-beachmap","endpoint":"/search_beaches","input":{}}'cli
npx cracked-ai run -p mcp-com-europebeachmap-beachmap -e /search_beaches -i '{}'mcp
run_tool({ provider: "mcp-com-europebeachmap-beachmap", endpoint: "/search_beaches", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.