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-alegra

NPM · @CODESPAR/MCP-ALEGRA · SCANNED AUG 4

Alegra — cloud accounting for LATAM (Colombian-founded)

+23 this week 69 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 Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1268 tokens (~63/item across 20 items; 20 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 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-alegra

# add to Claude Code
claude mcp add codespar-mcp-alegra -- npx -y @codespar/mcp-alegra
# add to Codex CLI
codex mcp add codespar-mcp-alegra -- npx -y @codespar/mcp-alegra
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "codespar-mcp-alegra": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@codespar/mcp-alegra"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add codespar-mcp-alegra --command npx --arg -y --arg @codespar/mcp-alegra
# ~/.hermes/config.yaml
mcp_servers:
  codespar-mcp-alegra:
    command: "npx"
    args: ["-y", "@codespar/mcp-alegra"]
// mcp.json
{
  "mcpServers": {
    "codespar-mcp-alegra": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-alegra"
      ]
    }
  }
}
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 +5
    • Stability: unverified → 0.30 functional
  • 2 Aug 26 +43
    • Provenance: unverified → fail security
    • Malware scan: unverified → pass security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → good functional
    • MCP protocol: unverified → pass functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −17
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 +12
    • Provenance: unverified → fail security
    • Malware scan: pass → unverified security
    • Install scripts: unverified → pass security
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 29 Jul 26 −20
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified 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 4 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 — 20 exposed · ~1,201 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_contact ~115

Create a contact (customer or supplier)

NameTypeReqDescription
addressstringAddress
citystringCity
departmentstringDepartment/state
emailstringEmail address
identificationstringTax ID (NIT, CC, CE, RUT)
namestringyesContact name
phone_primarystringPrimary phone
regimestringTax regime (simplified, common)
typestringContact type (client, provider)

No output schema declared.

No examples provided.

create_invoice ~111

Create an invoice

NameTypeReqDescription
clientnumberyesClient/contact ID
currencystringCurrency code (COP, USD, MXN)
datestringyesInvoice date (YYYY-MM-DD)
due_datestringyesDue date (YYYY-MM-DD)
itemsarrayyesInvoice items
observationsstringNotes/observations
payment_methodstringPayment method
stampobjectE-invoicing stamp (for DIAN)

No output schema declared.

No examples provided.

create_item ~93

Create a product or service item

NameTypeReqDescription
categorynumberCategory ID
descriptionstringDescription
inventoryobjectInventory settings
namestringyesItem name
pricenumberyesPrice
referencestringReference/SKU code
taxarrayTax IDs
typestringItem type (product, service, kit)

No output schema declared.

No examples provided.

create_payment ~85

Record a payment

NameTypeReqDescription
amountnumberyesPayment amount
bank_accountnumberBank account ID
clientnumberClient ID
datestringyesPayment date (YYYY-MM-DD)
invoicesarrayInvoices to apply payment to
observationsstringNotes
payment_methodstringPayment method

No output schema declared.

No examples provided.

delete_contact ~22

Delete a contact

NameTypeReqDescription
contactIdnumberyesContact ID

No output schema declared.

No examples provided.

get_company ~14

Get company profile and settings

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_invoice ~24

Get invoice details by ID

NameTypeReqDescription
invoiceIdnumberyesInvoice ID

No output schema declared.

No examples provided.

get_invoice_pdf ~25

Get invoice PDF download URL

NameTypeReqDescription
invoiceIdnumberyesInvoice ID

No output schema declared.

No examples provided.

get_payment ~23

Get payment by ID

NameTypeReqDescription
paymentIdnumberyesPayment ID

No output schema declared.

No examples provided.

list_bank_accounts ~43

List bank accounts

NameTypeReqDescription
limitnumberResults limit
startnumberOffset for pagination
typestringFilter by account type

No output schema declared.

No examples provided.

list_categories ~44

List item categories (chart of accounts)

NameTypeReqDescription
limitnumberResults limit
querystringSearch query
startnumberOffset for pagination

No output schema declared.

No examples provided.

list_contacts ~53

List contacts

NameTypeReqDescription
limitnumberResults limit
querystringSearch query
startnumberOffset for pagination
typestringFilter by type (client, provider)

No output schema declared.

No examples provided.

list_invoices ~91

List invoices

NameTypeReqDescription
client_idnumberFilter by client ID
date_fromstringStart date (YYYY-MM-DD)
date_tostringEnd date (YYYY-MM-DD)
limitnumberResults limit (max 30)
startnumberOffset for pagination
statusstringFilter by status (open, closed, void)

No output schema declared.

No examples provided.

list_items ~55

List products and services

NameTypeReqDescription
limitnumberResults limit
querystringSearch query
startnumberOffset for pagination
typestringFilter by type (product, service)

No output schema declared.

No examples provided.

list_payments ~59

List payments

NameTypeReqDescription
date_fromstringStart date (YYYY-MM-DD)
date_tostringEnd date (YYYY-MM-DD)
limitnumberResults limit
startnumberOffset for pagination

No output schema declared.

No examples provided.

send_invoice ~82

Email an invoice to one or more recipients

NameTypeReqDescription
bodystringEmail body/message
ccarrayCC recipients
emailsarrayyesRecipient email addresses
invoiceIdnumberyesInvoice ID
send_copy_to_userbooleanSend a copy to the account user
subjectstringEmail subject

No output schema declared.

No examples provided.

update_contact ~107

Update an existing contact

NameTypeReqDescription
addressstringAddress
citystringCity
contactIdnumberyesContact ID
departmentstringDepartment/state
emailstringEmail address
identificationstringTax ID
namestringContact name
phone_primarystringPrimary phone
regimestringTax regime
typestringContact type (client, provider)

No output schema declared.

No examples provided.

update_item ~92

Update an existing item

NameTypeReqDescription
categorynumberCategory ID
descriptionstringDescription
itemIdnumberyesItem ID
namestringItem name
pricenumberPrice
referencestringReference/SKU code
taxarrayTax IDs
typestringItem type (product, service, kit)

No output schema declared.

No examples provided.

void_invoice ~38

Void/cancel an invoice

NameTypeReqDescription
invoiceIdnumberyesInvoice ID
reasonstringReason for void/annulment

No output schema declared.

No examples provided.

void_payment ~25

Void/annul a payment

NameTypeReqDescription
paymentIdnumberyesPayment ID

No output schema declared.

No examples provided.