New:Socket for Asana Is Now Available.Learn more
Get Started

@codespar/mcp-siigo

Package Overview
Dependencies
Maintainers
1
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

npmnpm
Version
0.2.1
Version published
Maintainers
1
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? Contact us at codespar.com for dedicated support, custom integrations, and SLAs.

Keywords

siigo

FAQs

Package last updated on 25 Apr 2026

Related posts