atmospore-mcp
MCP server for Atmospore. Lets Claude (and other AI assistants supporting MCP) answer questions about pollen forecasts at any point on Earth.
What it does
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 Desktop
Coordinates work anywhere on the planet — the model has global coverage at ~28 km resolution.
Install
pip install atmospore-mcpSetup in Claude Desktop
- Get a free Atmospore API key at atmospore.com/account (100 calls/day, no credit card required).
- Edit your Claude Desktop config:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%/Claude/claude_desktop_config.json
- macOS:
- Add Atmospore as an MCP server:






