INDIVIDUAL MCP TOOL
request_real_estate_update
Trigger an async re-scrape of a real-estate asset (finca / propiedad horizontal) by its typed id.
LIVE ENDPOINT
https://mcp.panadata.net/mcp
Connect to this endpoint to inspect the live schema for request_real_estate_update and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.panadata-api]
url = "https://mcp.panadata.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"panadata-api": {
"type": "http",
"url": "https://mcp.panadata.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: panadata-api
Remote MCP URL: https://mcp.panadata.net/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": {
"panadata-api": {
"url": "https://mcp.panadata.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"panadata-api": {
"type": "http",
"url": "https://mcp.panadata.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "panadata-api",
"transport": "streamable-http",
"url": "https://mcp.panadata.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_entities— Search organizations and natural persons by name and/or RUC.resolve_entity— Resolve a name/ruc/cédula to **ranked candidate entities** — each with a typed `gid`, a `confidence` score, and `matched_on` (which field matched).get_entity— Fetch an entity (or any addressable asset) by its typed id.get_entities_batch— Resolve many typed ids in one call.get_real_estate— Real-estate portfolio for an entity.list_dockets— List an entity's Public-Registry dockets (entradas = scanned, elementos = digital).get_docket— Fetch a single docket with full metadata and its **ocr_text** — the OCR'd text of the scanned document (plus finalizacion_text when present).get_entity_records— List one category of an entity's records, paginated.