# io.github.codespar/mcp-conta-azul (npm · @codespar/mcp-conta-azul)

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

- Trust score: 68/100 (medium)
- Change this week: +22
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-05

## Components

- npm · `@codespar/mcp-conta-azul`: 68/100 (this document), [markdown](https://verifymcp.io/servers/codespar-mcp-conta-azul/codespar-mcp-conta-azul.md), [page](https://verifymcp.io/servers/codespar-mcp-conta-azul/codespar-mcp-conta-azul)

## Channel facts

- Registry: `npm`
- Package: `@codespar/mcp-conta-azul`
- Version: `0.2.2`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-05.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 43 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1140 tokens (~57/item across 20 items; 20 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add codespar-mcp-conta-azul -- npx -y @codespar/mcp-conta-azul
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add codespar-mcp-conta-azul --command npx --arg -y --arg @codespar/mcp-conta-azul
```

### Hermes

```yaml
mcp_servers:
  codespar-mcp-conta-azul:
    command: "npx"
    args: ["-y", "@codespar/mcp-conta-azul"]
```

### Other

```json
{
  "mcpServers": {
    "codespar-mcp-conta-azul": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-conta-azul"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-05 (score 68, +1)

- [security improvement] CVE-2026-69207 no longer affects this package
- [security improvement] Known CVEs: fail → partial

### 2026-08-04 (score 67, 0)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail

### 2026-08-03 (score 67, +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.

### 2026-08-02 (score 66, +30)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-01 (score 36, +31)

- [security improvement] Malware scan: unverified → pass
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 5, −23)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 28, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (20)

### `list_customers` (~55 tokens)

List customers in Conta Azul

Input parameters:

- `page` (number): Page number (starts at 0)
- `search` (string): Search by name or document
- `size` (number): Items per page (default 20)

### `create_customer` (~89 tokens)

Create a customer in Conta Azul

Input parameters:

- `company_name` (string): Company name (for legal entities)
- `document` (string): CPF or CNPJ
- `email` (string): Email address
- `name` (string, required): Customer name
- `person_type` (string, required): Person type
- `phone` (string): Phone number
- `state_registration` (string): State registration (IE)

### `update_customer` (~95 tokens)

Update a customer in Conta Azul

Input parameters:

- `company_name` (string): Company name
- `customer_id` (string, required): Customer UUID
- `document` (string): CPF or CNPJ
- `email` (string): Email address
- `name` (string): Customer name
- `person_type` (string): Person type
- `phone` (string): Phone number
- `state_registration` (string): State registration (IE)

### `delete_customer` (~25 tokens)

Delete a customer in Conta Azul

Input parameters:

- `customer_id` (string, required): Customer UUID

### `list_products` (~43 tokens)

List products in Conta Azul

Input parameters:

- `page` (number): Page number
- `search` (string): Search by name
- `size` (number): Items per page

### `create_product` (~97 tokens)

Create a product in Conta Azul

Input parameters:

- `barcode` (string): Barcode (EAN)
- `category_id` (string): Category UUID
- `code` (string): Product code/SKU
- `cost` (number): Cost price
- `name` (string, required): Product name
- `ncm` (string): NCM fiscal code
- `net_weight` (number): Net weight in kg
- `value` (number, required): Unit price

### `update_product` (~107 tokens)

Update a product in Conta Azul

Input parameters:

- `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, required): Product UUID
- `value` (number): Unit price

### `delete_product` (~25 tokens)

Delete a product in Conta Azul

Input parameters:

- `product_id` (string, required): Product UUID

### `list_sales` (~43 tokens)

List sales in Conta Azul

Input parameters:

- `page` (number): Page number
- `size` (number): Items per page
- `status` (string): Filter by status

### `create_sale` (~67 tokens)

Create a sale in Conta Azul

Input parameters:

- `customer_id` (string, required): Customer UUID
- `emission` (string, required): Emission date (YYYY-MM-DD)
- `notes` (string): Sale notes
- `products` (array, required): Sale line items
- `status` (string, required): Sale status

### `get_sale` (~27 tokens)

Get a sale by id in Conta Azul

Input parameters:

- `sale_id` (string, required): Sale UUID

### `cancel_sale` (~25 tokens)

Cancel a sale in Conta Azul

Input parameters:

- `sale_id` (string, required): Sale UUID

### `list_services` (~43 tokens)

List services in Conta Azul

Input parameters:

- `page` (number): Page number
- `search` (string): Search by name
- `size` (number): Items per page

### `create_service` (~51 tokens)

Create a service in Conta Azul

Input parameters:

- `code` (string): Service code
- `cost` (number): Service cost
- `name` (string, required): Service name
- `value` (number, required): Service price

### `update_service` (~61 tokens)

Update a service in Conta Azul

Input parameters:

- `code` (string): Service code
- `cost` (number): Service cost
- `name` (string): Service name
- `service_id` (string, required): Service UUID
- `value` (number): Service price

### `delete_service` (~25 tokens)

Delete a service in Conta Azul

Input parameters:

- `service_id` (string, required): Service UUID

### `get_financial_summary` (~45 tokens)

Get financial summary from Conta Azul

Input parameters:

- `end_date` (string, required): End date (YYYY-MM-DD)
- `start_date` (string, required): Start date (YYYY-MM-DD)

### `list_categories` (~32 tokens)

List product/service categories

Input parameters:

- `page` (number): Page number
- `size` (number): Items per page

### `list_bank_accounts` (~35 tokens)

List bank accounts in Conta Azul

Input parameters:

- `page` (number): Page number
- `size` (number): Items per page

### `list_accounts_receivable` (~83 tokens)

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

Input parameters:

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

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/codespar-mcp-conta-azul/codespar-mcp-conta-azul#diagnostics

## Score history

- 2026-08-05: 68
- 2026-08-04: 67
- 2026-08-03: 67
- 2026-08-02: 66
- 2026-08-01: 36
- 2026-07-31: 5
- 2026-07-30: 28
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@codespar/mcp-conta-azul
- Socket report: https://socket.dev/npm/package/@codespar/mcp-conta-azul
- Repository: https://github.com/codespar/mcp-dev-latam
- Changelog RSS feed: https://verifymcp.io/servers/codespar-mcp-conta-azul/codespar-mcp-conta-azul/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/codespar-mcp-conta-azul/codespar-mcp-conta-azul/changelog.json
- HTML version of this page: https://verifymcp.io/servers/codespar-mcp-conta-azul/codespar-mcp-conta-azul
