🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@codespar/mcp-siigo

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codespar/mcp-siigo

MCP server for Siigo — Colombian accounting + DIAN e-invoicing

latest
npmnpm
Version
0.2.2
Version published
Maintainers
2
Created
Source

MCP Siigo

MCP server for Siigo — Colombian accounting platform with integrated DIAN electronic invoicing.

Quick Start

# Set your credentials
export SIIGO_API_KEY="your-api-key"
export SIIGO_ACCESS_TOKEN="your-access-token"

# Run via stdio
npx tsx packages/colombia/siigo/src/index.ts

# Run via HTTP
npx tsx packages/colombia/siigo/src/index.ts --http

Environment Variables

VariableRequiredDescription
SIIGO_API_KEYYesAPI key from Siigo
SIIGO_ACCESS_TOKENYesBearer access token
MCP_HTTPNoSet to "true" to enable HTTP transport
MCP_PORTNoHTTP port (default: 3000)

Tools (22)

ToolPurpose
create_invoiceCreate an invoice (DIAN electronic invoice)
get_invoiceGet invoice details by ID
list_invoicesList invoices
create_credit_noteCreate a credit note against an invoice
list_customersList customers
create_customerCreate a customer
list_productsList products
create_productCreate a product
get_invoice_pdfGet the PDF document for an invoice
get_credit_noteGet a credit note by ID
list_credit_notesList credit notes
update_customerUpdate an existing customer
delete_customerDelete a customer
update_productUpdate an existing product
delete_productDelete a product
create_purchaseCreate a purchase document
list_purchasesList purchase documents
list_document_typesList document types (e.g., FV for invoice, NC for credit note, FC for purchase)
list_usersList Siigo users (sellers)
list_warehousesList warehouses (bodegas)
list_taxesList available tax types
list_payment_methodsList available payment methods

Auth

Uses Bearer token authentication. Obtain your access token from the Siigo developer portal.

API Reference

  • Siigo API Docs

Enterprise

Need governance, budget limits, and audit trails for agent payments? CodeSpar Enterprise adds policy engine, payment routing, and compliance templates on top of these MCP servers.

Authentication

Set these environment variables before launching the server:

  • SIIGO_API_KEY (required, secret) — API key for Siigo
  • SIIGO_ACCESS_TOKEN (required, secret) — Bearer access token

Issue credentials at the provider's developer portal: https://siigoapi.docs.apiary.io.

License

MIT

Keywords

siigo

FAQs

Package last updated on 22 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts