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.1.0
Version published
Weekly downloads
20
-33.33%
Maintainers
1
Weekly downloads
 
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

ToolDescription
create_invoiceCreate an invoice (DIAN electronic invoice)
get_invoiceGet invoice details by ID
list_invoicesList invoices
create_credit_noteCreate a credit note
list_customersList customers
create_customerCreate a customer
list_productsList products
create_productCreate a product
list_taxesList available tax types
list_payment_methodsList 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 12 Apr 2026

Related posts