← Registry

General Tools

voxhouses.fr

Provides general-purpose tools through the Model Context Protocol.

1 endpoint7 known toolsFirst detected September 26, 2026Last detected September 26, 2026

ENDPOINT 1

https://www.voxhouses.fr/api/mcp

No auth detected

MCP server metadata

Name
voxhouses-fr
Version
1.0.0
Capabilities
tools

Known tools 7

search_properties

Search current residential, rural and commercial real-estate listings for sale or rent in France.

Inferred read-only
search_properties_by_description

Search France listings by describing the property in plain language, matched against listing text by meaning rather than keywords.

Inferred read-only
get_market_stats

Get 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-only
find_similar_properties

Given one listing, find comparable ones: same operation and area, similar typology, floor area and price.

Inferred read-only
get_property_detail

Get the complete record of one listing in France by its slug.

Inferred read-only
search_neighbourhoods

Search neighbourhood and municipality guides for France, with median price per m² for buying and renting, price trend and an editorial summary.

Inferred read-only
search_articles

Search editorial articles about the property market in France: buying and renting guides, market analysis and practical advice.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.