🎩 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
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.0
Version published
Weekly downloads
38
-13.64%
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 25 Apr 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