Analytics
icioola.fr
Searches French communes, retrieves detailed liveability profiles, and ranks towns for choosing where to live using the icioola.fr engine.
ENDPOINT 1
https://icioola.fr/api/mcp
MCP server metadata
- Name
- icioola
- Version
- 1.0.0
Known tools 3
search_french_townsSearch French towns (communes) by name and get their INSEE code.
Inferred read-onlyget_french_town_profileFull liveability profile of a French town: quality-of-life score (fixed, non-compensatory, price excluded), rank among towns of comparable size, and every indicator with its vintage and national coverage — housing prices, rents, safety, schools, doctors, shops, childcare, culture, fibre, property tax, heat days.
Inferred read-onlyrank_townsRank French towns (communes) for someone choosing where to live, with the icioola.fr engine itself: the exact ranking the site shows, and a link that reopens it there.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.icioola]
url = "https://icioola.fr/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"icioola": {
"type": "http",
"url": "https://icioola.fr/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: icioola
Remote MCP URL: https://icioola.fr/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"icioola": {
"url": "https://icioola.fr/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"icioola": {
"type": "http",
"url": "https://icioola.fr/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "icioola",
"transport": "streamable-http",
"url": "https://icioola.fr/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.