← Registry

Data Collection

casatoo.pt

Provides tools to search, retrieve, and compare property listings from Casatoo.

1 endpoint5 known toolsFirst detected August 23, 2026Last detected August 23, 2026

ENDPOINT 1

https://api.casatoo.pt/mcp

No auth detected

MCP server metadata

Name
casatoo
Version
1.0.0
Capabilities
tools
Server instructions

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_search_locations

Step 1 of every location-based operation.

Inferred read-only
casatoo_build_search_link

Create a public Casatoo URL for an exact location_id returned by casatoo_search_locations.

Potential side effects
casatoo_search_listings

Step 2 of location search.

Inferred read-only
casatoo_get_listing

Return full details for one Casatoo listing.

Inferred read-only
casatoo_compare_listings

Return compact cards for multiple listings so an agent can compare them.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for casatoo.pt was fetched 2026-08-25T19:29:23.646Z.

Trust status Trusted

casatoo.pt is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.