MCP Server
MCP
io.github.jocarrd/aemet-mcp
MCP server for AEMET — Spain's weather agency. Forecasts, CAP warnings, station observations.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "aemet-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "AEMET OpenData API key. Free at https://opendata.aemet.es/centrodedescargas/altaUsuario",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AEMET_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment