← cucu.bo

INDIVIDUAL MCP TOOL

consultarEventosSiat

Consulta en SIAT los eventos significativos registrados para un punto de venta en una fecha dada (formato YYYY-MM-DD).

cucu.bonone authenticationAvailability not checked

LIVE ENDPOINT

https://sandbox.cucu.bo/mcp

No auth detected

Connect to this endpoint to inspect the live schema for consultarEventosSiat and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

cucu.bo

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.cucu-facturacion-mcp]
url = "https://sandbox.cucu.bo/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cucu-facturacion-mcp": {
      "type": "http",
      "url": "https://sandbox.cucu.bo/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cucu-facturacion-mcp
Remote MCP URL: https://sandbox.cucu.bo/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": {
    "cucu-facturacion-mcp": {
      "url": "https://sandbox.cucu.bo/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cucu-facturacion-mcp": {
      "type": "http",
      "url": "https://sandbox.cucu.bo/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cucu-facturacion-mcp",
  "transport": "streamable-http",
  "url": "https://sandbox.cucu.bo/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • abrirEvento — Abre un evento significativo (contingencia) para un punto de venta, habilitando la emisión OFFLINE.
  • abrirLoteMasivo — Abre un lote de emisión MASIVA (codigoEmision 3) en un punto de venta.
  • actualizarWebhook — Actualiza un endpoint de webhook.
  • agregarSectorCompany — Autoriza un documento sector SIAT adicional para una company (catalogo multi-sector V39).
  • anularFactura — Anula una factura electronica ante el SIAT.
  • buscarContingencias — Busca en el historial de contingencias y eventos significativos.
  • buscarNormativa — Busca normativas del SIAT (Servicio de Impuestos de Bolivia) relacionadas con una consulta.
  • calcularMontoLiteral — Convierte un monto numerico a su representacion literal en texto (palabras).