INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://api.casatoo.pt/mcp
Connect to this endpoint to inspect the live schema for casatoo_simulate_mortgage and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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_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_search_listings— Step 2 of location search.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.