Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.codespar/mcp-siigo

NPM · @CODESPAR/MCP-SIIGO · SCANNED AUG 5

Siigo — Colombian accounting + DIAN e-invoicing

Available components

+22 this week 68 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1208 tokens (~54/item across 22 items; 22 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management33
  • Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @codespar/mcp-siigo

# add to Claude Code
claude mcp add codespar-mcp-siigo -- npx -y @codespar/mcp-siigo
# add to Codex CLI
codex mcp add codespar-mcp-siigo -- npx -y @codespar/mcp-siigo
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "codespar-mcp-siigo": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@codespar/mcp-siigo"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add codespar-mcp-siigo --command npx --arg -y --arg @codespar/mcp-siigo
# ~/.hermes/config.yaml
mcp_servers:
  codespar-mcp-siigo:
    command: "npx"
    args: ["-y", "@codespar/mcp-siigo"]
// mcp.json
{
  "mcpServers": {
    "codespar-mcp-siigo": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-siigo"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 4 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +44
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Dependency health: partial → unverified functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → good functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 1 Aug 26 +1
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 5 Aug 2026 · Analysed npm/@codespar/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 22 exposed · ~1,141 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
create_credit_note ~71

Create a credit note against an invoice

NameTypeReqDescription
customerobjectyesCustomer reference
datestringyesCredit note date (YYYY-MM-DD)
documentobjectyesDocument type
itemsarrayyesItems to credit
reasonstringReason for the credit note

No output schema declared.

No examples provided.

create_customer ~120

Create a customer

NameTypeReqDescription
addressobjectAddress
commercial_namestringCommercial/business name
contactsarrayContact info
id_typestringyesID type (13=CC, 31=NIT, 22=CE)
identificationstringyesNIT or CC number
namearrayyesName array [first_name, last_name]
person_typestringyesPerson type (Person, Company)
typestringyesCustomer type (Customer, Supplier, Other)

No output schema declared.

No examples provided.

create_invoice ~66

Create an invoice (DIAN electronic invoice)

NameTypeReqDescription
customerobjectyesCustomer reference
datestringyesInvoice date (YYYY-MM-DD)
documentobjectyesDocument type
itemsarrayyesInvoice items
paymentsarrayyesPayment methods

No output schema declared.

No examples provided.

create_product ~93

Create a product

NameTypeReqDescription
account_groupnumberAccount group ID
codestringyesProduct code
namestringyesProduct name
pricesarrayPrice list
stock_controlbooleanEnable stock control
taxesarrayTax configuration
typestringProduct type (Product, Service)
unitstringUnit of measure

No output schema declared.

No examples provided.

create_purchase ~84

Create a purchase document

NameTypeReqDescription
cost_centernumberCost center ID
datestringyesPurchase date (YYYY-MM-DD)
documentobjectyesDocument type
itemsarrayyesPurchase items
paymentsarrayyesPayment methods
provider_invoiceobjectProvider invoice info
supplierobjectyesSupplier reference

No output schema declared.

No examples provided.

delete_customer ~22

Delete a customer

NameTypeReqDescription
customerIdstringyesCustomer ID

No output schema declared.

No examples provided.

delete_product ~22

Delete a product

NameTypeReqDescription
productIdstringyesProduct ID

No output schema declared.

No examples provided.

get_credit_note ~28

Get a credit note by ID

NameTypeReqDescription
creditNoteIdstringyesCredit note ID

No output schema declared.

No examples provided.

get_invoice ~24

Get invoice details by ID

NameTypeReqDescription
invoiceIdstringyesInvoice ID

No output schema declared.

No examples provided.

get_invoice_pdf ~27

Get the PDF document for an invoice

NameTypeReqDescription
invoiceIdstringyesInvoice ID

No output schema declared.

No examples provided.

list_credit_notes ~64

List credit notes

NameTypeReqDescription
date_endstringEnd date (YYYY-MM-DD)
date_startstringStart date (YYYY-MM-DD)
pagenumberPage number
page_sizenumberPage size (max 100)

No output schema declared.

No examples provided.

list_customers ~44

List customers

NameTypeReqDescription
identificationstringFilter by NIT/CC
pagenumberPage number
page_sizenumberPage size

No output schema declared.

No examples provided.

list_document_types ~58

List document types (e.g., FV for invoice, NC for credit note, FC for purchase)

NameTypeReqDescription
typestringDocument type code: FV (invoice), NC (credit note), FC (purchase), RC (receipt), etc.

No output schema declared.

No examples provided.

list_invoices ~63

List invoices

NameTypeReqDescription
date_endstringEnd date (YYYY-MM-DD)
date_startstringStart date (YYYY-MM-DD)
pagenumberPage number
page_sizenumberPage size (max 100)

No output schema declared.

No examples provided.

list_payment_methods ~14

List available payment methods

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_products ~41

List products

NameTypeReqDescription
codestringFilter by product code
pagenumberPage number
page_sizenumberPage size

No output schema declared.

No examples provided.

list_purchases ~64

List purchase documents

NameTypeReqDescription
date_endstringEnd date (YYYY-MM-DD)
date_startstringStart date (YYYY-MM-DD)
pagenumberPage number
page_sizenumberPage size (max 100)

No output schema declared.

No examples provided.

list_taxes ~14

List available tax types

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_users ~35

List Siigo users (sellers)

NameTypeReqDescription
pagenumberPage number
page_sizenumberPage size

No output schema declared.

No examples provided.

list_warehouses ~17

List warehouses (bodegas)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

update_customer ~66

Update an existing customer

NameTypeReqDescription
addressobjectAddress
commercial_namestringCommercial/business name
contactsarrayContact info
customerIdstringyesCustomer ID
namearrayName array [first_name, last_name]

No output schema declared.

No examples provided.

update_product ~104

Update an existing product

NameTypeReqDescription
account_groupnumberAccount group ID
codestringProduct code
namestringProduct name
pricesarrayPrice list
productIdstringyesProduct ID
stock_controlbooleanEnable stock control
taxesarrayTax configuration
typestringProduct type (Product, Service)
unitstringUnit of measure

No output schema declared.

No examples provided.