BE
Beachmap — Europe Beach Data
/warmest_beaches_in_month
Where the sea is warmest in a given month
Beaches ranked by their MEAN sea temperature in one month, warmest first. This is the question the atlas exists to answer: "where can I swim in February?". Beac
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 /warmest_beaches_in_month for me.
Input
| Field | Type | Description |
|---|---|---|
| month* | string | Month name or number 1-12 |
| country | string | ISO-2 code or country name |
| min_sea_temp_c | number | Only beaches at or above this monthly mean, e.g. 20 |
| limit | integer | Max results, default 15, 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":"/warmest_beaches_in_month","input":{"month":"..."}}'cli
npx cracked-ai run -p mcp-com-europebeachmap-beachmap -e /warmest_beaches_in_month -i '{"month":"..."}'mcp
run_tool({ provider: "mcp-com-europebeachmap-beachmap", endpoint: "/warmest_beaches_in_month", input: {"month":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.