cobra-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cobra-mcpemitir factura de $150 por servicios de consultoría"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cobra-mcp — Servidor MCP de facturación electrónica SRI (Ecuador)
El primer MCP de facturación electrónica del SRI de Ecuador. Factura al SRI hablándole a tu agente de IA. · 🌐 facturacobra.com/mcp · 📘 Docs / OpenAPI · 📇 En el registro oficial MCP como
com.facturacobra/cobra.
Expone la facturación de Cobra (factura, nota de crédito, nota de débito, retención) como
herramientas MCP para agentes de IA (Claude Desktop, Cursor, Claude Code). Es un cliente
apátrida de la API Cobra /v1: no tiene base de datos ni ve tu certificado .p12 — la
API hace todo el trabajo fiscal (firma, transmisión al SRI, validación, idempotencia).
¿Solo quieres usarlo? No necesitas clonar nada. Cobra corre un servidor MCP remoto en
https://facturacobra.com/mcp. Genera una llave en facturacobra.com → Config → Desarrolladores
y conéctate (ver Remoto). Este repo es para
quien quiera self-hostear el bridge stdio o inspeccionar/contribuir.
Instalar
cd cobra-mcp && npm installRelated MCP server: docnova-mcp
Configurar (Claude Desktop / Cursor)
Agrega a tu claude_desktop_config.json (o el equivalente de tu cliente):
{
"mcpServers": {
"cobra": {
"command": "node",
"args": ["/ruta/a/cobra-mcp/index.js"],
"env": {
"COBRA_API_KEY": "mfact_xxxxxxxx_...",
"COBRA_API_URL": "https://facturacobra.com/api/v1"
}
}
}
}COBRA_API_KEY(requerida): tu llave de Cobra. Usa una llave sandbox (ambiente=1) para probar: nunca emite un comprobante fiscal real. Genera llaves con scopesread,emit,annul,contacts:write,products:write.COBRA_API_URL(opcional): defaulthttps://facturacobra.com/api/v1.
Herramientas
whoami · consultar_ruc · emitir_factura · emitir_documento (factura/NC/ND/retención) ·
consultar_estado · listar_documentos · anular_documento · crear_contacto · crear_producto.
Ejemplo de uso desde el agente: "factura $10 de consultoría a consumidor final" →
emitir_factura. La idempotencia es automática: reintentar con los mismos datos no duplica.
Contrato completo de la API: https://facturacobra.com/api/v1/docs
Remoto (HTTP, multi-tenant) — sin instalar nada
También hay un transporte HTTP (http.js) para hostear UNA instancia que atiende a todos
los tenants: la llave viaja por request en Authorization: Bearer mfact_.... Los clientes
MCP que soportan servidores remotos se conectan así:
{
"mcpServers": {
"cobra": {
"url": "https://facturacobra.com/mcp",
"headers": { "Authorization": "Bearer mfact_xxxxxxxx_..." }
}
}
}Correr el server HTTP: MCP_PORT=4201 COBRA_API_URL=http://127.0.0.1:4099/api/v1 node http.js
(detrás de nginx/TLS). Es stateless: cada POST /mcp es autocontenido. Salud: GET /health.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Ecuador factura electronica for AI agents - issue and query SRI e-invoices via Datil. Stateless BYO.
Emite facturas, notas y retenciones del SRI de Ecuador con lenguaje natural.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Peru CPE invoices for AI agents - issue, query, void facturas/boletas via SUNAT (2 backends).
Related MCP Servers
- AlicenseAqualityDmaintenanceUnofficial MCP server for Siigo Colombian electronic invoicing software that enables AI to manage customers, products, invoices, credit notes, and journals through the Siigo API with configurable safety modes.191MIT

docnova-mcpofficial
AlicenseAqualityDmaintenanceMCP server for e-invoice platforms. Enables natural language querying of invoices, partners, company data, and financial reports.18176MIT- AlicenseAqualityBmaintenanceOpen-source MCP server for Chile's SII free invoicing system, enabling AI agents to query issued and received tax documents.121MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that enables AI assistants to issue electronic invoices (facturas electrónicas) in Costa Rica through the Hacienda API v4.4.10MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Motivandollc/cobra-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server