← cucu.bo

INDIVIDUAL MCP TOOL

registrarWebhook

Registra un endpoint de webhook para recibir notificaciones push (HTTP POST firmado HMAC-SHA256) cuando cambian los estados de las facturas del tenant.

cucu.bonone authenticationAvailability not checked

LIVE ENDPOINT

https://api.cucu.bo/mcp

No auth detected

Connect to this endpoint to inspect the live schema for registrarWebhook 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

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://api.cucu.bo/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "cucu-facturacion-mcp",
  "transport": "streamable-http",
  "url": "https://api.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.
  • 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).
  • cambiarEstadoTenant — Activa o desactiva un tenant.