← cucu.bo
INDIVIDUAL MCP TOOL
revocarApiKey
Revoca la API Key de un tenant, desactivando su acceso inmediatamente.
LIVE ENDPOINT
https://api.cucu.bo/mcp
Connect to this endpoint to inspect the live schema for revocarApiKey and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.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.