Skip to main content
Glama
atmospore

Atmospore

Official

atmospore-mcp

AtmosporeMCP 服务器。 允许 Claude(以及其他支持 MCP 的 AI 助手)回答关于全球任意地点花粉预报的问题。

功能介绍

为 Claude 添加了四个工具:

工具

用途

get_pollen(lat, lon, forecast_days)

“奥斯陆这周的花粉预报如何?”

get_top_species(lat, lon, limit)

“卑尔根现在哪种花粉浓度最高?”

get_area_average(lat, lon, radius_km, forecast_days)

“伦敦这周是树木花粉还是草类花粉更严重?”

list_supported_species()

“你们涵盖哪些物种?”

以及一个资源:

  • atmospore://help — 可在 Claude Desktop 中浏览的使用说明

坐标适用于全球任何地点 — 该模型具有约 28 公里分辨率的全球覆盖范围。

安装

pip install atmospore-mcp

在 Claude Desktop 中设置

  1. atmospore.com/account 获取免费的 Atmospore API 密钥 (每天 100 次调用,无需信用卡)。

  2. 编辑您的 Claude Desktop 配置文件:

    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

    • Windows: %APPDATA%/Claude/claude_desktop_config.json

  3. 将 Atmospore 添加为 MCP 服务器:

{
  "mcpServers": {
    "atmospore": {
      "command": "atmospore-mcp",
      "env": {
        "ATMOSPORE_API_KEY": "ak_your_key_here"
      }
    }
  }
}
  1. 重启 Claude Desktop。

  2. 询问 Claude:“奥斯陆今天的花粉情况如何?” — 它将调用该工具并向您报告。

提示词示例

  • “奥斯陆这周的花粉预报如何?”

  • “斯德哥尔摩现在是树木花粉还是草类花粉更严重?”

  • “我对桦树过敏 — 卑尔根的桦树花粉什么时候达到高峰?”

  • “比较一下伦敦和哥本哈根今天的花粉水平。”

配额

每次工具调用都会访问 Atmospore API 并计入您密钥的每日配额。免费层级(每天 100 次调用)涵盖日常使用 — 典型的 Claude 对话会触发 1-5 次工具调用。重度用户(每天约 5 次以上花粉对话)建议选择付费计划

当您达到配额时,工具将返回一个结构化的 quota_exceeded 响应,Claude 将用通俗的语言告诉您:“您已达到 Atmospore 每日限额。请在 atmospore.com/plans 升级。”

本地开发

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 stdio

相关资源

  • atmospore — 本服务器所封装的底层 Python 客户端。

  • atmospore.com — 托管的预报和开发者仪表板。

许可证

MIT。

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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