General Tools
voxhouses.fr
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://www.voxhouses.fr/api/mcp
MCP server metadata
- Name
- voxhouses-fr
- Version
- 1.0.0
Known tools 7
search_propertiesSearch current residential, rural and commercial real-estate listings for sale or rent in France.
Inferred read-onlysearch_properties_by_descriptionSearch France listings by describing the property in plain language, matched against listing text by meaning rather than keywords.
Inferred read-onlyget_market_statsGet price statistics for a slice of the France property market: how many listings match, the median price, the p25–p75 range, the median price per m² and a breakdown by typology.
Inferred read-onlyfind_similar_propertiesGiven one listing, find comparable ones: same operation and area, similar typology, floor area and price.
Inferred read-onlysearch_neighbourhoodsSearch neighbourhood and municipality guides for France, with median price per m² for buying and renting, price trend and an editorial summary.
Inferred read-onlysearch_articlesSearch editorial articles about the property market in France: buying and renting guides, market analysis and practical advice.
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.voxhouses-fr]
url = "https://www.voxhouses.fr/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"voxhouses-fr": {
"type": "http",
"url": "https://www.voxhouses.fr/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: voxhouses-fr
Remote MCP URL: https://www.voxhouses.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": {
"voxhouses-fr": {
"url": "https://www.voxhouses.fr/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"voxhouses-fr": {
"type": "http",
"url": "https://www.voxhouses.fr/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "voxhouses-fr",
"transport": "streamable-http",
"url": "https://www.voxhouses.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.