General Tools
voxhouses.pt
Provides search, filtering, and price statistics for real-estate listings in Portugal.
ENDPOINT 1
https://www.voxhouses.pt/api/mcp
MCP server metadata
- Name
- voxhouses-pt
- Version
- 1.0.0
Known tools 7
search_propertiesSearch current residential, rural and commercial real-estate listings for sale or rent in Portugal.
Inferred read-onlysearch_properties_by_descriptionSearch Portugal 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 Portugal 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-onlyget_property_detailGet the complete record of one listing in Portugal by its slug.
Inferred read-onlysearch_neighbourhoodsSearch neighbourhood and municipality guides for Portugal, 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 Portugal: 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-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.
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.