Data Collection
casatoo.pt
Provides tools to search, retrieve, and compare property listings from Casatoo.
ENDPOINT 1
https://api.casatoo.pt/mcp
MCP server metadata
- Name
- casatoo
- Version
- 1.0.0
Canonical guide: https://casatoo.pt/developers/agents. Public mode searches locations and listings anonymously. Standalone agents register without email using a public signing key; delegated agents use human-approved OAuth. For every location workflow, call casatoo_search_locations first, inspect administrative types, then pass the selected ID unchanged to listing search or link generation. Never invent a location ID.
Known tools 5
casatoo_build_search_linkCreate a public Casatoo URL for an exact location_id returned by casatoo_search_locations.
Potential side effectscasatoo_compare_listingsReturn compact cards for multiple listings so an agent can compare them.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for casatoo.pt was fetched 2026-08-25T19:29:23.646Z.
casatoo.pt is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.