LIVE ENDPOINT
https://api.casatoo.pt/mcp
Connect to this endpoint to inspect the live schema for casatoo_search_listings 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.casatoo]
url = "https://api.casatoo.pt/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"casatoo": {
"type": "http",
"url": "https://api.casatoo.pt/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: casatoo
Remote MCP URL: https://api.casatoo.pt/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": {
"casatoo": {
"url": "https://api.casatoo.pt/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"casatoo": {
"type": "http",
"url": "https://api.casatoo.pt/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "casatoo",
"transport": "streamable-http",
"url": "https://api.casatoo.pt/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
casatoo_simulate_mortgage— Estimate Portugal residential purchase costs with the same logic as the Casatoo calculator: 2026 mainland/island IMT, youth relief, stamp duty, loan payment, savings shortfall, effort rate, rate scenarios and annual amortisation.casatoo_search_locations— Step 1 of every location-based operation.casatoo_build_search_link— Create a public Casatoo URL for an exact location_id returned by casatoo_search_locations.casatoo_get_listing— Return full details for one Casatoo listing.casatoo_compare_listings— Return compact cards for multiple listings so an agent can compare them.