2 months ago
MCP (Model Context Protocol) server for API Territoire — access French territorial data directly from AI assistants like Claude, ChatGPT, Cursor, and more.
Query demographics, real estate markets, employment, education, health, risks, and environment data for 35,000+ French communes, powered by INSEE, DVF, France Travail, and 30+ public data sources.
Server Config
{
"mcpServers": {
"api-territoire": {
"command": "npx",
"args": [
"-y",
"api-territoire-mcp"
],
"env": {
"API_KEY": "at_live_your_key_here"
}
}
}
}