The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Atmospore MCP listing page.
MCP server for Atmospore. Lets Claude (and other AI assistants supporting MCP) answer questions about pollen forecasts at any point on Earth.
Adds four tools to Claude:
| Tool | Use it for |
|---|---|
get_pollen(lat, lon, forecast_days) | "What's the pollen forecast in Oslo this week?" |
get_top_species(lat, lon, limit) | "What pollen is highest in Bergen right now?" |
get_area_average(lat, lon, radius_km, forecast_days) | "Is tree or grass pollen worse in London this week?" |
list_supported_species() | "What species do you cover?" |
And one resource:
atmospore://help — usage notes browsable from Claude DesktopCoordinates work anywhere on the planet — the model has global coverage at ~28 km resolution.
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%/Claude/claude_desktop_config.jsonEach tool call hits the Atmospore API and counts against your key's daily quota. The free tier (100 calls/day) covers casual use — typical Claude conversations fire 1–5 tool calls. Heavy users (~5+ pollen conversations/day) will want the paid plan.
When you hit the quota the tool returns a structured quota_exceeded response and Claude
will tell you in plain language: "You've hit your Atmospore daily limit. Upgrade at
atmospore.com/plans."
MIT.