BE
Beachmap — Europe Beach Data
/get_beach
Get full beach profile
Full profile of one beach by id (its slug, from search results), by Wikidata Q-id, or by name.
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 /get_beach for me.
Input
| Field | Type | Description |
|---|---|---|
| id_or_name* | string | Beach id (e.g. "navagio"), Wikidata Q-id (e.g. "Q2460851") or name |
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":"/get_beach","input":{"id_or_name":"..."}}'cli
npx cracked-ai run -p mcp-com-europebeachmap-beachmap -e /get_beach -i '{"id_or_name":"..."}'mcp
run_tool({ provider: "mcp-com-europebeachmap-beachmap", endpoint: "/get_beach", input: {"id_or_name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.