INDIVIDUAL MCP TOOL
get_french_town_profile
Full 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.
LIVE ENDPOINT
https://icioola.fr/api/mcp
Connect to this endpoint to inspect the live schema for get_french_town_profile and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
search_french_towns— Search French towns (communes) by name and get their INSEE code.rank_towns— Rank 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.