MCP.so
登录

AEMET-MCP. Integration via MCP with the AEMET API

@AnCode666

关于 AEMET-MCP. Integration via MCP with the AEMET API

MCP server for check Spanish climate data using AEMET web API

基本信息

分类

开发工具

许可证

MIT

运行时

python

传输方式

stdio

发布者

AnCode666

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "aemet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@AnCode666/aemet-mcp",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is AEMET-MCP?

AEMET-MCP is an MCP server that integrates with the AEMET (Spanish State Meteorological Agency) API to retrieve historical climate data and meteorological information. It enables large language models and AI assistants to query weather station data across Spain, including daily values, monthly summaries, beach conditions, and precipitation analysis.

How to use AEMET-MCP?

Install via Smithery with npx -y @smithery/cli install @AnCode666/aemet-mcp --client claude, using uv (Python 3.10+), or Docker. Configure with Claude Desktop by adding a block to claude_desktop_config.json with command: "uvx", args: ["aemet_mcp"], and setting the AEMET_API_KEY environment variable. An API key is obtained free from the AEMET OpenData portal.

Key features of AEMET-MCP

  • Query historical daily weather values (temperature, wind, precipitation)
  • Access monthly climate summaries by station
  • Filter data by year, month, and AEMET station code
  • Query beach conditions and ultraviolet radiation indices
  • Analyze rainfall data via a specialized precipitation prompt
  • Return responses in JSON format

Use cases of AEMET-MCP

  • Ask "What's the weather like in Seville?" to get current conditions
  • List beaches in

评论

开发工具 分类下的更多 MCP 服务器