Atmospore
Officialatmospore-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 |
| "What's the pollen forecast in Oslo this week?" |
| "What pollen is highest in Bergen right now?" |
| "Is tree or grass pollen worse in London this week?" |
| "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.jsonWindows:
%APPDATA%/Claude/claude_desktop_config.json
Add Atmospore as an MCP server:
{
"mcpServers": {
"atmospore": {
"command": "atmospore-mcp",
"env": {
"ATMOSPORE_API_KEY": "ak_your_key_here"
}
}
}
}Restart Claude Desktop.
Ask Claude: "what's the pollen in Oslo today?" — it'll call the tool and report back.
Example prompts
"What's the pollen forecast for Oslo this week?"
"Is tree or grass pollen worse in Stockholm right now?"
"I'm allergic to birch — when is birch pollen peaking in Bergen?"
"Compare pollen levels in London and Copenhagen today."
Quotas
Each 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."
Develop locally
git clone https://github.com/atmospore/atmospore-mcp
cd atmospore-mcp
pip install -e ".[test]"
pytest
ATMOSPORE_API_KEY=ak_... atmospore-mcp # runs the server on stdioRelated
atmospore — the underlying Python client this server wraps.
atmospore.com — the hosted forecast and developer dashboard.
License
MIT.
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/atmospore/atmospore-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server