← panadata.net

INDIVIDUAL MCP TOOL

get_update_status

Poll the status of an async update request created by request_entity_update.

panadata.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.panadata.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_update_status 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 contains a write-action term.

Parent server

panadata.net

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.