io.github.codespar/mcp-alegra
NPM · @CODESPAR/MCP-ALEGRA · SCANNED AUG 4
Alegra — cloud accounting for LATAM (Colombian-founded)
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 42 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add codespar-mcp-alegra -- npx -y @codespar/mcp-alegra
codex mcp add codespar-mcp-alegra -- npx -y @codespar/mcp-alegra
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codespar-mcp-alegra": {
"type": "local",
"command": [
"npx",
"-y",
"@codespar/mcp-alegra"
],
"enabled": true
}
}
} openclaw mcp add codespar-mcp-alegra --command npx --arg -y --arg @codespar/mcp-alegra
mcp_servers:
codespar-mcp-alegra:
command: "npx"
args: ["-y", "@codespar/mcp-alegra"] {
"mcpServers": {
"codespar-mcp-alegra": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-alegra"
]
}
}
} 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.
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.
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.
create_contact ~115
Create a contact (customer or supplier)
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | — | Address |
| city | string | — | City |
| department | string | — | Department/state |
| string | — | Email address | |
| identification | string | — | Tax ID (NIT, CC, CE, RUT) |
| name | string | yes | Contact name |
| phone_primary | string | — | Primary phone |
| regime | string | — | Tax regime (simplified, common) |
| type | string | — | Contact type (client, provider) |
No output schema declared.
No examples provided.
create_invoice ~111
Create an invoice
| Name | Type | Req | Description |
|---|---|---|---|
| client | number | yes | Client/contact ID |
| currency | string | — | Currency code (COP, USD, MXN) |
| date | string | yes | Invoice date (YYYY-MM-DD) |
| due_date | string | yes | Due date (YYYY-MM-DD) |
| items | array | yes | Invoice items |
| observations | string | — | Notes/observations |
| payment_method | string | — | Payment method |
| stamp | object | — | E-invoicing stamp (for DIAN) |
No output schema declared.
No examples provided.
create_item ~93
Create a product or service item
| Name | Type | Req | Description |
|---|---|---|---|
| category | number | — | Category ID |
| description | string | — | Description |
| inventory | object | — | Inventory settings |
| name | string | yes | Item name |
| price | number | yes | Price |
| reference | string | — | Reference/SKU code |
| tax | array | — | Tax IDs |
| type | string | — | Item type (product, service, kit) |
No output schema declared.
No examples provided.
create_payment ~85
Record a payment
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Payment amount |
| bank_account | number | — | Bank account ID |
| client | number | — | Client ID |
| date | string | yes | Payment date (YYYY-MM-DD) |
| invoices | array | — | Invoices to apply payment to |
| observations | string | — | Notes |
| payment_method | string | — | Payment method |
No output schema declared.
No examples provided.
delete_contact ~22
Delete a contact
| Name | Type | Req | Description |
|---|---|---|---|
| contactId | number | yes | Contact 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
| Name | Type | Req | Description |
|---|---|---|---|
| invoiceId | number | yes | Invoice ID |
No output schema declared.
No examples provided.
get_invoice_pdf ~25
Get invoice PDF download URL
| Name | Type | Req | Description |
|---|---|---|---|
| invoiceId | number | yes | Invoice ID |
No output schema declared.
No examples provided.
get_payment ~23
Get payment by ID
| Name | Type | Req | Description |
|---|---|---|---|
| paymentId | number | yes | Payment ID |
No output schema declared.
No examples provided.
list_bank_accounts ~43
List bank accounts
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Results limit |
| start | number | — | Offset for pagination |
| type | string | — | Filter by account type |
No output schema declared.
No examples provided.
list_categories ~44
List item categories (chart of accounts)
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Results limit |
| query | string | — | Search query |
| start | number | — | Offset for pagination |
No output schema declared.
No examples provided.
list_contacts ~53
List contacts
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Results limit |
| query | string | — | Search query |
| start | number | — | Offset for pagination |
| type | string | — | Filter by type (client, provider) |
No output schema declared.
No examples provided.
list_invoices ~91
List invoices
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | number | — | Filter by client ID |
| date_from | string | — | Start date (YYYY-MM-DD) |
| date_to | string | — | End date (YYYY-MM-DD) |
| limit | number | — | Results limit (max 30) |
| start | number | — | Offset for pagination |
| status | string | — | Filter by status (open, closed, void) |
No output schema declared.
No examples provided.
list_items ~55
List products and services
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Results limit |
| query | string | — | Search query |
| start | number | — | Offset for pagination |
| type | string | — | Filter by type (product, service) |
No output schema declared.
No examples provided.
list_payments ~59
List payments
| Name | Type | Req | Description |
|---|---|---|---|
| date_from | string | — | Start date (YYYY-MM-DD) |
| date_to | string | — | End date (YYYY-MM-DD) |
| limit | number | — | Results limit |
| start | number | — | Offset for pagination |
No output schema declared.
No examples provided.
send_invoice ~82
Email an invoice to one or more recipients
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | — | Email body/message |
| cc | array | — | CC recipients |
| emails | array | yes | Recipient email addresses |
| invoiceId | number | yes | Invoice ID |
| send_copy_to_user | boolean | — | Send a copy to the account user |
| subject | string | — | Email subject |
No output schema declared.
No examples provided.
update_contact ~107
Update an existing contact
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | — | Address |
| city | string | — | City |
| contactId | number | yes | Contact ID |
| department | string | — | Department/state |
| string | — | Email address | |
| identification | string | — | Tax ID |
| name | string | — | Contact name |
| phone_primary | string | — | Primary phone |
| regime | string | — | Tax regime |
| type | string | — | Contact type (client, provider) |
No output schema declared.
No examples provided.
update_item ~92
Update an existing item
| Name | Type | Req | Description |
|---|---|---|---|
| category | number | — | Category ID |
| description | string | — | Description |
| itemId | number | yes | Item ID |
| name | string | — | Item name |
| price | number | — | Price |
| reference | string | — | Reference/SKU code |
| tax | array | — | Tax IDs |
| type | string | — | Item type (product, service, kit) |
No output schema declared.
No examples provided.
void_invoice ~38
Void/cancel an invoice
| Name | Type | Req | Description |
|---|---|---|---|
| invoiceId | number | yes | Invoice ID |
| reason | string | — | Reason for void/annulment |
No output schema declared.
No examples provided.
void_payment ~25
Void/annul a payment
| Name | Type | Req | Description |
|---|---|---|---|
| paymentId | number | yes | Payment ID |
No output schema declared.
No examples provided.