INDIVIDUAL MCP TOOL
search_neighbourhoods
Search neighbourhood and municipality guides for Portugal, with median price per m² for buying and renting, price trend and an editorial summary.
LIVE ENDPOINT
https://www.voxhouses.pt/api/mcp
Connect to this endpoint to inspect the live schema for search_neighbourhoods 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.voxhouses-pt]
url = "https://www.voxhouses.pt/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"voxhouses-pt": {
"type": "http",
"url": "https://www.voxhouses.pt/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: voxhouses-pt
Remote MCP URL: https://www.voxhouses.pt/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-pt": {
"url": "https://www.voxhouses.pt/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"voxhouses-pt": {
"type": "http",
"url": "https://www.voxhouses.pt/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "voxhouses-pt",
"transport": "streamable-http",
"url": "https://www.voxhouses.pt/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_properties— Search current residential, rural and commercial real-estate listings for sale or rent in Portugal.search_properties_by_description— Search Portugal listings by describing the property in plain language, matched against listing text by meaning rather than keywords.get_market_stats— Get price statistics for a slice of the Portugal property market: how many listings match, the median price, the p25–p75 range, the median price per m² and a breakdown by typology.find_similar_properties— Given one listing, find comparable ones: same operation and area, similar typology, floor area and price.get_property_detail— Get the complete record of one listing in Portugal by its slug.search_articles— Search editorial articles about the property market in Portugal: buying and renting guides, market analysis and practical advice.