Skip to main content
SI

Siigo

v0.2.1API Key

Contabilidad colombiana con facturación electrónica DIAN. Tu agente crea facturas electrónicas, gestiona impuestos y se mantiene en compliance con la DIAN.

22 herramientas2 env vars🇨🇴 Colombiaestable en npm

Qué puede hacer tu agente

Siigo le da a tu agente 22 tools que llama directo — elegí las que necesite, en Claude, Cursor o cualquier cliente MCP.

  • create_invoiceCreate an invoice (DIAN electronic invoice)
  • get_invoiceGet invoice details by ID
  • list_invoicesList invoices
Ejemplo de llamada
// Your agent calls a tool directly — no glue code.
// CodeSpar's managed tier handles OAuth2, token rotation and rate limits.
const result = await session.call("create_invoice", { /* ... */ });

Instalar

terminal
$ npm install @codespar/mcp-siigo

Quickstart

Agregá esta entrada a tu claude_desktop_config.json (o a la config de cualquier cliente compatible con MCP).

claude_desktop_config.json
{
  "mcpServers": {
    "siigo": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-siigo"
      ],
      "env": {
        "SIIGO_API_KEY": "<your_siigo_api_key>",
        "SIIGO_ACCESS_TOKEN": "<your_siigo_access_token>"
      }
    }
  }
}

Después de reiniciar, tu agente puede llamar cualquiera de las 22 herramientas de abajo — probá create_invoice primero.

Variables de entorno · 2

Necesarias para autenticar el server. Almacenadas cifradas al usar el hosting gestionado de CodeSpar.

SIIGO_API_KEY
obligatoriosecret

API key for Siigo

SIIGO_ACCESS_TOKEN
obligatoriosecret

Bearer access token

Herramientas disponibles · 22

Cada herramienta es independiente — tu agente carga solo lo que necesita para reducir contexto y tiempo de respuesta.

WRITEcreate_invoice
Create an invoice (DIAN electronic invoice)
READget_invoice
Get invoice details by ID
READlist_invoices
List invoices
WRITEcreate_credit_note
Create a credit note against an invoice
READlist_customers
List customers
WRITEcreate_customer
Create a customer
READlist_products
List products
WRITEcreate_product
Create a product

Frameworks compatibles

MCP es un protocolo — cualquier framework que lo hable puede montar este server.

Claude Agent SDKAnthropic
OpenAI AgentsOpenAI
Vercel AI SDKVercel
LangChainLangChain
LlamaIndexLlamaIndex
CrewAICrewAI
MastraMastra
Cualquier cliente MCPProtocolo

Preguntas frecuentes

Corré `npx -y @codespar/mcp-siigo` y agregá el bloque de config de arriba a tu cliente MCP — Claude, Cursor, VS Code o cualquier cliente compatible con MCP. Sin build, sin SDK. ¿Preferís hosted? El tier gestionado de CodeSpar lo corre por vos, con la auth resuelta.
Siigo — MCP server · 22 tools | CodeSpar