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-conta-azul

NPM · @CODESPAR/MCP-CONTA-AZUL · SCANNED AUG 5

MCP server for Conta Azul — accounting, invoicing, customers, products

+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 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
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-conta-azul

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

  • 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.

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 — 20 exposed · ~1,073 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
cancel_sale ~25

Cancel a sale in Conta Azul

NameTypeReqDescription
sale_idstringyesSale UUID

No output schema declared.

No examples provided.

create_customer ~89

Create a customer in Conta Azul

NameTypeReqDescription
company_namestringCompany name (for legal entities)
documentstringCPF or CNPJ
emailstringEmail address
namestringyesCustomer name
person_typestringyesPerson type
phonestringPhone number
state_registrationstringState registration (IE)

No output schema declared.

No examples provided.

create_product ~97

Create a product in Conta Azul

NameTypeReqDescription
barcodestringBarcode (EAN)
category_idstringCategory UUID
codestringProduct code/SKU
costnumberCost price
namestringyesProduct name
ncmstringNCM fiscal code
net_weightnumberNet weight in kg
valuenumberyesUnit price

No output schema declared.

No examples provided.

create_sale ~67

Create a sale in Conta Azul

NameTypeReqDescription
customer_idstringyesCustomer UUID
emissionstringyesEmission date (YYYY-MM-DD)
notesstringSale notes
productsarrayyesSale line items
statusstringyesSale status

No output schema declared.

No examples provided.

create_service ~51

Create a service in Conta Azul

NameTypeReqDescription
codestringService code
costnumberService cost
namestringyesService name
valuenumberyesService price

No output schema declared.

No examples provided.

delete_customer ~25

Delete a customer in Conta Azul

NameTypeReqDescription
customer_idstringyesCustomer UUID

No output schema declared.

No examples provided.

delete_product ~25

Delete a product in Conta Azul

NameTypeReqDescription
product_idstringyesProduct UUID

No output schema declared.

No examples provided.

delete_service ~25

Delete a service in Conta Azul

NameTypeReqDescription
service_idstringyesService UUID

No output schema declared.

No examples provided.

get_financial_summary ~45

Get financial summary from Conta Azul

NameTypeReqDescription
end_datestringyesEnd date (YYYY-MM-DD)
start_datestringyesStart date (YYYY-MM-DD)

No output schema declared.

No examples provided.

get_sale ~27

Get a sale by id in Conta Azul

NameTypeReqDescription
sale_idstringyesSale UUID

No output schema declared.

No examples provided.

list_accounts_receivable ~83

List accounts receivable (financial events to receive) in Conta Azul

NameTypeReqDescription
end_datestringDue date end (YYYY-MM-DD)
pagenumberPage number
sizenumberItems per page
start_datestringDue date start (YYYY-MM-DD)
statusstringFilter by status

No output schema declared.

No examples provided.

list_bank_accounts ~35

List bank accounts in Conta Azul

NameTypeReqDescription
pagenumberPage number
sizenumberItems per page

No output schema declared.

No examples provided.

list_categories ~32

List product/service categories

NameTypeReqDescription
pagenumberPage number
sizenumberItems per page

No output schema declared.

No examples provided.

list_customers ~55

List customers in Conta Azul

NameTypeReqDescription
pagenumberPage number (starts at 0)
searchstringSearch by name or document
sizenumberItems per page (default 20)

No output schema declared.

No examples provided.

list_products ~43

List products in Conta Azul

NameTypeReqDescription
pagenumberPage number
searchstringSearch by name
sizenumberItems per page

No output schema declared.

No examples provided.

list_sales ~43

List sales in Conta Azul

NameTypeReqDescription
pagenumberPage number
sizenumberItems per page
statusstringFilter by status

No output schema declared.

No examples provided.

list_services ~43

List services in Conta Azul

NameTypeReqDescription
pagenumberPage number
searchstringSearch by name
sizenumberItems per page

No output schema declared.

No examples provided.

update_customer ~95

Update a customer in Conta Azul

NameTypeReqDescription
company_namestringCompany name
customer_idstringyesCustomer UUID
documentstringCPF or CNPJ
emailstringEmail address
namestringCustomer name
person_typestringPerson type
phonestringPhone number
state_registrationstringState registration (IE)

No output schema declared.

No examples provided.

update_product ~107

Update a product in Conta Azul

NameTypeReqDescription
barcodestringBarcode (EAN)
category_idstringCategory UUID
codestringProduct code/SKU
costnumberCost price
namestringProduct name
ncmstringNCM fiscal code
net_weightnumberNet weight in kg
product_idstringyesProduct UUID
valuenumberUnit price

No output schema declared.

No examples provided.

update_service ~61

Update a service in Conta Azul

NameTypeReqDescription
codestringService code
costnumberService cost
namestringService name
service_idstringyesService UUID
valuenumberService price

No output schema declared.

No examples provided.