
Aemet Mcp
Pull Spanish AEMET forecasts, CAP warnings, and station observations into agent workflows through a stdio MCP server.
Overview
AEMET MCP is a MCP server for the Build phase that exposes Spanish weather forecasts, CAP warnings, and station observations from AEMET OpenData.
What is this MCP server?
- Forecasts from Spain’s AEMET agency via MCP tools
- CAP weather warnings for alert-aware automations
- Station observation data for hyperlocal checks
- Free AEMET_API_KEY from opendata.aemet.es registration
- npm package aemet-mcp v0.1.2; monorepo jocarrd/aemet-client
- Package aemet-mcp version 0.1.1 in readme snippet shows 0.1.2 in registry entry; transport stdio
- Required secret env: AEMET_API_KEY (free AEMET OpenData registration)
- Repository: github.com/jocarrd/aemet-client subfolder packages/aemet-mcp
Community signal: 1 GitHub stars.
What problem does it solve?
Builders targeting Spain need reliable weather and alert data without maintaining custom AEMET API clients in every project.
Who is it for?
Solo developers building Spain-specific products or automations that need official AEMET data inside the agent loop.
Skip if: Global-only apps that require worldwide providers without AEMET coverage or teams avoiding third-party government API keys.
What do I get? / Deliverables
Your agent reads AEMET-backed forecast, warning, and observation tools through one stdio MCP server and API key.
- stdio MCP server linked to AEMET OpenData
- Agent tools for forecasts, warnings, and observations
- AEMET_API_KEY configured as required secret env
Recommended MCP Servers
Journey fit
How it compares
Regional weather data MCP, not a generic SEO or launch distribution skill.
Common Questions / FAQ
Who is AEMET MCP for?
Developers and agent builders who need Spain AEMET forecasts, CAP warnings, and station data via MCP in Claude Code or Cursor.
When should I use AEMET MCP?
Use it while building features that depend on Spanish weather or civil protection-style alerts from official OpenData.
How do I add AEMET MCP to my agent?
Register for AEMET_API_KEY at opendata.aemet.es, run npm aemet-mcp 0.1.2 over stdio with npx, and add the server to your MCP client config.