
Mcp Siigo
Wire your coding agent to Siigo so Colombian solo builders can create invoices, sync accounting, and stay DIAN e-invoicing compliant without leaving the IDE.
Overview
io.github.codespar/mcp-siigo is a MCP server for the Build phase that connects coding agents to Siigo Colombian accounting and DIAN e-invoicing APIs.
What is this MCP server?
- stdio MCP package @codespar/mcp-siigo (npm, v0.1.0) for Claude Code–style hosts
- Authenticates with SIIGO_API_KEY plus SIIGO_ACCESS_TOKEN (both required secrets)
- Targets Siigo accounting workflows and DIAN electronic invoicing for Colombian merchants
- Part of codespar/mcp-dev-latam (subfolder packages/colombia/siigo)
- Agent-callable alternative to manual Siigo UI or bespoke REST scripts
- Package version 0.1.0 on npm as @codespar/mcp-siigo
- 2 required secret environment variables (API key + access token)
- Transport: stdio per MCP server schema 2025-12-11
Community signal: 252 GitHub stars.
What problem does it solve?
Colombian indie builders waste hours re-entering sales and tax data between their app and Siigo because agents cannot reach DIAN-ready accounting APIs by default.
Who is it for?
Solo builders in Colombia (or shipping CO-focused products) who already use Siigo and want agent-driven invoicing or ledger lookups during integration work.
Skip if: Builders outside Siigo’s market, teams without DIAN/Siigo credentials, or anyone who needs a full ERP replacement instead of an agent API bridge.
What do I get? / Deliverables
After you add the server and Siigo secrets, your agent can invoke Siigo-backed tools for invoicing and accounting tasks from the same workflow where you ship code.
- Registered stdio MCP server pointing at Siigo
- Agent-invokable tools for Siigo accounting and e-invoicing operations
- Documented env vars SIIGO_API_KEY and SIIGO_ACCESS_TOKEN in your agent config
Recommended MCP Servers
Journey fit
Financial and tax integrations are added while you are building or extending a product that must talk to Colombia’s dominant SMB accounting stack. Siigo is an external API bridge—exactly the integrations subphase where MCP servers connect agents to third-party business systems.
How it compares
Regional Siigo MCP integration, not a generic bookkeeping skill or spreadsheet template.
Common Questions / FAQ
Who is io.github.codespar/mcp-siigo for?
Indie developers and small teams building Colombian commerce or SaaS who run accounting on Siigo and want Claude Code, Cursor, or Codex to call Siigo safely via MCP.
When should I use io.github.codespar/mcp-siigo?
Use it while building or extending integrations that must issue electronic invoices, sync customers, or read accounting data from Siigo without writing every REST call by hand.
How do I add io.github.codespar/mcp-siigo to my agent?
Install @codespar/mcp-siigo from npm, configure stdio transport in your MCP client, and set SIIGO_API_KEY and SIIGO_ACCESS_TOKEN as required secret environment variables.