io.github.codespar/mcp-conta-azul
NPM · @CODESPAR/MCP-CONTA-AZUL · SCANNED AUG 5
MCP server for Conta Azul — accounting, invoicing, customers, products
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 43 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1140 tokens (~57/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 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
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-conta-azul
claude mcp add codespar-mcp-conta-azul -- npx -y @codespar/mcp-conta-azul
codex mcp add codespar-mcp-conta-azul -- npx -y @codespar/mcp-conta-azul
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codespar-mcp-conta-azul": {
"type": "local",
"command": [
"npx",
"-y",
"@codespar/mcp-conta-azul"
],
"enabled": true
}
}
} openclaw mcp add codespar-mcp-conta-azul --command npx --arg -y --arg @codespar/mcp-conta-azul
mcp_servers:
codespar-mcp-conta-azul:
command: "npx"
args: ["-y", "@codespar/mcp-conta-azul"] {
"mcpServers": {
"codespar-mcp-conta-azul": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-conta-azul"
]
}
}
} 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.
- 5 Aug 26 +1
- CVE-2026-69207 no longer affects this package ▲ security
- Known CVEs: fail → partial ▲ security
- 4 Aug 26 0
- CVE-2026-69207 affects this package: medium ▼ security
- Known CVEs: partial → fail ▼ security
- 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 +30
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 1 Aug 26 +31
- Malware scan: unverified → pass ▲ security
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −23
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 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 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.
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.
cancel_sale ~25
Cancel a sale in Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| sale_id | string | yes | Sale UUID |
No output schema declared.
No examples provided.
create_customer ~89
Create a customer in Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| company_name | string | — | Company name (for legal entities) |
| document | string | — | CPF or CNPJ |
| string | — | Email address | |
| name | string | yes | Customer name |
| person_type | string | yes | Person type |
| phone | string | — | Phone number |
| state_registration | string | — | State registration (IE) |
No output schema declared.
No examples provided.
create_product ~97
Create a product in Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| barcode | string | — | Barcode (EAN) |
| category_id | string | — | Category UUID |
| code | string | — | Product code/SKU |
| cost | number | — | Cost price |
| name | string | yes | Product name |
| ncm | string | — | NCM fiscal code |
| net_weight | number | — | Net weight in kg |
| value | number | yes | Unit price |
No output schema declared.
No examples provided.
create_sale ~67
Create a sale in Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | yes | Customer UUID |
| emission | string | yes | Emission date (YYYY-MM-DD) |
| notes | string | — | Sale notes |
| products | array | yes | Sale line items |
| status | string | yes | Sale status |
No output schema declared.
No examples provided.
create_service ~51
Create a service in Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | — | Service code |
| cost | number | — | Service cost |
| name | string | yes | Service name |
| value | number | yes | Service price |
No output schema declared.
No examples provided.
delete_customer ~25
Delete a customer in Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | yes | Customer UUID |
No output schema declared.
No examples provided.
delete_product ~25
Delete a product in Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| product_id | string | yes | Product UUID |
No output schema declared.
No examples provided.
delete_service ~25
Delete a service in Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| service_id | string | yes | Service UUID |
No output schema declared.
No examples provided.
get_financial_summary ~45
Get financial summary from Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| end_date | string | yes | End date (YYYY-MM-DD) |
| start_date | string | yes | Start date (YYYY-MM-DD) |
No output schema declared.
No examples provided.
get_sale ~27
Get a sale by id in Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| sale_id | string | yes | Sale UUID |
No output schema declared.
No examples provided.
list_accounts_receivable ~83
List accounts receivable (financial events to receive) in Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| end_date | string | — | Due date end (YYYY-MM-DD) |
| page | number | — | Page number |
| size | number | — | Items per page |
| start_date | string | — | Due date start (YYYY-MM-DD) |
| status | string | — | Filter by status |
No output schema declared.
No examples provided.
list_bank_accounts ~35
List bank accounts in Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page number |
| size | number | — | Items per page |
No output schema declared.
No examples provided.
list_categories ~32
List product/service categories
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page number |
| size | number | — | Items per page |
No output schema declared.
No examples provided.
list_customers ~55
List customers in Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page number (starts at 0) |
| search | string | — | Search by name or document |
| size | number | — | Items per page (default 20) |
No output schema declared.
No examples provided.
list_products ~43
List products in Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page number |
| search | string | — | Search by name |
| size | number | — | Items per page |
No output schema declared.
No examples provided.
list_sales ~43
List sales in Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page number |
| size | number | — | Items per page |
| status | string | — | Filter by status |
No output schema declared.
No examples provided.
list_services ~43
List services in Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page number |
| search | string | — | Search by name |
| size | number | — | Items per page |
No output schema declared.
No examples provided.
update_customer ~95
Update a customer in Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| company_name | string | — | Company name |
| customer_id | string | yes | Customer UUID |
| document | string | — | CPF or CNPJ |
| string | — | Email address | |
| name | string | — | Customer name |
| person_type | string | — | Person type |
| phone | string | — | Phone number |
| state_registration | string | — | State registration (IE) |
No output schema declared.
No examples provided.
update_product ~107
Update a product in Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| barcode | string | — | Barcode (EAN) |
| category_id | string | — | Category UUID |
| code | string | — | Product code/SKU |
| cost | number | — | Cost price |
| name | string | — | Product name |
| ncm | string | — | NCM fiscal code |
| net_weight | number | — | Net weight in kg |
| product_id | string | yes | Product UUID |
| value | number | — | Unit price |
No output schema declared.
No examples provided.
update_service ~61
Update a service in Conta Azul
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | — | Service code |
| cost | number | — | Service cost |
| name | string | — | Service name |
| service_id | string | yes | Service UUID |
| value | number | — | Service price |
No output schema declared.
No examples provided.