INDIVIDUAL MCP TOOL
compare_properties
Compare 2–4 distinct public property IDs using the same fields and explicit EUR/period/m2 units.
LIVE ENDPOINT
https://casanest.eu/mcp
Connect to this endpoint to inspect the live schema for compare_properties 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.casanest-public-catalogue]
url = "https://casanest.eu/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"casanest-public-catalogue": {
"type": "http",
"url": "https://casanest.eu/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: casanest-public-catalogue
Remote MCP URL: https://casanest.eu/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": {
"casanest-public-catalogue": {
"url": "https://casanest.eu/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"casanest-public-catalogue": {
"type": "http",
"url": "https://casanest.eu/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "casanest-public-catalogue",
"transport": "streamable-http",
"url": "https://casanest.eu/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_properties— Search currently published properties in Portugal by exact structured filters.get_property— Get current public details using the public id returned by search_properties.get_area_statistics— Read INE median completed dwelling sale value per m2 for a Portuguese municipality, with period, source and license.