Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.codespar/mcp-efi

NPM · @CODESPAR/MCP-EFI · SCANNED AUG 6

MCP server for EFI (Gerencianet) — Pix, charges, carnets, cobranças

Available components

+61 this week 67 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
  • Known CVEs were checked across the 94 of 98 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Dependency health was assessed across the 94 of 98 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability60
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 1052 tokens (~58/item across 18 items; 18 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
  • Stability observed for 11 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-efi

# add to Claude Code
claude mcp add codespar-mcp-efi -- npx -y @codespar/mcp-efi
# add to Codex CLI
codex mcp add codespar-mcp-efi -- npx -y @codespar/mcp-efi
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "codespar-mcp-efi": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@codespar/mcp-efi"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add codespar-mcp-efi --command npx --arg -y --arg @codespar/mcp-efi
# ~/.hermes/config.yaml
mcp_servers:
  codespar-mcp-efi:
    command: "npx"
    args: ["-y", "@codespar/mcp-efi"]
// mcp.json
{
  "mcpServers": {
    "codespar-mcp-efi": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-efi"
      ]
    }
  }
}
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 +2
    • CVE-2026-69207 no longer affects this package security
    • Known CVEs: fail → partial security
  • 4 Aug 26 −1
    • 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 +29
    • Provenance: unverified → fail 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
    • License: unverified → pass functional
    • Schema quality: unverified → fair functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 +15
    • 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 −40
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
  • 28 Jul 26 +22
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: unverified functional
    • First check of Schema quality: pass functional
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 6 Aug 2026 · Analysed npm/@codespar/[email protected]

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 94 packages
Packages resolved 94
Deprecated 94
Stale 29
Tree resolution Partial

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 18 exposed · ~985 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_carnet ~65

Create a carnet (payment booklet with multiple parcels)

NameTypeReqDescription
customerobjectyesCustomer info
expire_atstringyesFirst parcel due date (YYYY-MM-DD)
itemsarrayyesCarnet items
repeatsnumberyesNumber of parcels

No output schema declared.

No examples provided.

create_charge ~28

Create a billing charge (boleto or credit card)

NameTypeReqDescription
itemsarrayyesCharge items

No output schema declared.

No examples provided.

create_cob ~94

Create an immediate Pix charge (cobranca imediata)

NameTypeReqDescription
calendarioobjectExpiration settings
chavestringyesPix key of the receiver
devedorobjectDebtor info
solicitacaoPagadorstringMessage to payer
txidstringTransaction ID (26-35 chars, alphanumeric)
valorobjectyesCharge value

No output schema declared.

No examples provided.

create_cobv ~120

Create a Pix due charge (cobranca com vencimento). If txid omitted, server-generated.

NameTypeReqDescription
calendarioobjectyesCalendar settings
chavestringyesPix key of the receiver
devedorobjectyesDebtor info (CPF or CNPJ required)
solicitacaoPagadorstringMessage to payer
txidstringTransaction ID (26-35 chars). If provided, PUT is used.
valorobjectyesCharge value with optional juros/multa/desconto

No output schema declared.

No examples provided.

create_devolucao ~99

Request a Pix devolution (refund) on a received Pix transaction

NameTypeReqDescription
descricaostringRefund description
e2eIdstringyesEnd-to-end Pix ID of the original transaction
idstringyesDevolution ID (client-generated, up to 35 chars)
naturezastringRefund nature
valorstringyesRefund amount as string (e.g. '10.00')

No output schema declared.

No examples provided.

create_pix_evp ~21

Create a random Pix key (EVP/alias)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

delete_pix_key ~29

Delete a registered Pix key (DICT)

NameTypeReqDescription
chavestringyesPix key value to delete

No output schema declared.

No examples provided.

delete_webhook ~32

Delete the webhook registered for a Pix key

NameTypeReqDescription
chavestringyesPix key whose webhook should be removed

No output schema declared.

No examples provided.

get_charge ~23

Get charge details by ID

NameTypeReqDescription
idnumberyesCharge ID

No output schema declared.

No examples provided.

get_cob ~27

Get Pix charge details by txid

NameTypeReqDescription
txidstringyesTransaction ID

No output schema declared.

No examples provided.

get_cobv ~34

Get Pix due charge (cobv) details by txid

NameTypeReqDescription
txidstringyesTransaction ID

No output schema declared.

No examples provided.

get_devolucao ~52

Get details of a Pix devolution by e2eId and devolution id

NameTypeReqDescription
e2eIdstringyesEnd-to-end Pix ID
idstringyesDevolution ID

No output schema declared.

No examples provided.

get_pix_key ~27

Get details of a registered Pix key

NameTypeReqDescription
chavestringyesPix key value

No output schema declared.

No examples provided.

list_cobs ~54

List Pix charges by date range

NameTypeReqDescription
fimstringyesEnd date (ISO 8601)
iniciostringyesStart date (ISO 8601)
statusstringFilter by status

No output schema declared.

No examples provided.

list_pix_received ~86

List received Pix transactions (recebidos) by date range

NameTypeReqDescription
cnpjstringFilter by payer CNPJ
cpfstringFilter by payer CPF
fimstringyesEnd date (ISO 8601)
iniciostringyesStart date (ISO 8601)
txidstringFilter by txid

No output schema declared.

No examples provided.

list_webhooks ~45

List registered webhooks by date range

NameTypeReqDescription
fimstringyesEnd date (ISO 8601)
iniciostringyesStart date (ISO 8601)

No output schema declared.

No examples provided.

register_webhook ~47

Register a webhook URL for a given Pix key

NameTypeReqDescription
chavestringyesPix key to attach the webhook to
webhookUrlstringyesHTTPS URL to receive webhook events

No output schema declared.

No examples provided.

update_cobv ~102

Update an existing Pix due charge (cobv) by txid

NameTypeReqDescription
calendarioobjectCalendar settings to update
devedorobjectDebtor info to update
solicitacaoPagadorstringMessage to payer
statusstringSet to remove the cobv
txidstringyesTransaction ID of the cobv to update
valorobjectCharge value to update

No output schema declared.

No examples provided.