aplaceforallmystuff/spain-ai-kit
MCP servers connecting AI applications to Spanish government open data and legal infrastructure
Platform-specific configuration:
{
"mcpServers": {
"spain-ai-kit": {
"command": "npx",
"args": [
"-y",
"spain-ai-kit"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://opensource.org/licenses/MIT) [](https://modelcontextprotocol.io)
Connect AI applications to Spanish government open data and legal infrastructure.
An open-source SDK providing MCP (Model Context Protocol) servers for Spanish government APIs. Query national statistics, search legislation, and access 12,000+ consolidated laws — all from your AI assistant.
Inspired by estonia-ai-kit.
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"spain-ine": {
"command": "npx",
"args": ["@spain-ai-kit/ine-mcp-server"]
},
"spain-boe": {
"command": "npx",
"args": ["@spain-ai-kit/boe-mcp-server"]
},
"spain-catastro": {
"command": "npx",
"args": ["@spain-ai-kit/catastro-mcp-server"]
},
"spain-aemet": {
"command": "npx",
"args": ["@spain-ai-kit/aemet-mcp-server"],
"env": {
"AEMET_API_KEY": "your-api-key-here"
}
}
}
}{
"mcpServers": {
"spain-ine": {
"command": "npx",
"args": ["@spain-ai-kit/ine-mcp-server"]
},
"spain-boe": {
"command": "npx",
"args": ["@spain-ai-kit/boe-mcp-server"]
},
"spain-catastro": {
"command": "npx",
"args": ["@spain-ai-kit/catastro-mcp-server"]
},
"spain-aemet": {
"command": "npx",
"args": ["@spain-ai-kit/aemet-mcp-server"],
"env": {
"AEMET_API_KEY": "your-api-key-here"
}
}
}
}> AEMET API Key: The weather server requires a free API key. Get one in 30 seconds at opendata.aemet.es — just enter your email. The other servers need no setup.
Then ask Claude things like:
Loading reviews...