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

NPM · @CODESPAR/MCP-CAIXA · SCANNED AUG 4

MCP server for Caixa Econômica Federal — Pix, Cobrança (SICOB boleto), Extrato (OAuth2 + mTLS)

Available components

+24 this week 70 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 Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2429 tokens (~105/item across 23 items; 23 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • 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
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-caixa

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

  • 4 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +33
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • License: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → excellent functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 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 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.

MCP tools — 23 exposed · ~2,362 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_boleto ~47

Cancel (baixa) an outstanding boleto before payment.

NameTypeReqDescription
idstringyesBoleto id or nosso_numero
reasonstringCancellation reason code or free text

No output schema declared.

No examples provided.

consult_fgts ~140

Query FGTS balance / extrato. Caixa is the sole operator of FGTS (Fundo de Garantia do Tempo de Serviço) and exposes worker-side and employer-side queries through dedicated product contracts.

NameTypeReqDescription
employer_cnpjstringEmployer CNPJ — required for employer-side consults
fromstringStart competency YYYY-MM for extrato (optional)
pis_pasepstringNIS / PIS / PASEP number (optional, improves lookup)
tostringEnd competency YYYY-MM for extrato (optional)
worker_documentstringyesCPF of the worker (digits only)

No output schema declared.

No examples provided.

create_boleto ~171

Issue a boleto via Caixa Cobrança (SICOB). Returns nosso_numero, linha_digitável, barcode, and PDF URL.

NameTypeReqDescription
amountstringyesAmount in BRL major units, e.g. '150.00'
due_datestringyesDue date ISO-8601 (YYYY-MM-DD)
fineobjectMulta (fine after due date): { percentage?, amount?, days_after_due? }
instructionsarrayFree-text instructions printed on the boleto
interestobjectJuros (daily interest after due date): { percentage?, amount? }
our_numberstringNosso_numero. Omit to have Caixa/SICOB assign one.
payerobjectyesPayer (sacado) data

No output schema declared.

No examples provided.

create_pix_due_charge ~206

Create a Pix due-date charge (cobv) with mandatory payer data and due date. Supports fine, interest, discount, and abatement fields.

NameTypeReqDescription
amountstringyesOriginal amount in BRL major units
descriptionstringPayer-visible description
discountobjectDesconto: { modalidade, descontoDataFixa: [...] }
due_datestringyesDue date ISO-8601 (YYYY-MM-DD)
fineobjectMulta: { modalidade: 1|2, valorPerc: string }
interestobjectJuros: { modalidade: 1..7, valorPerc: string }
payerobjectyesPayer (devedor) — required by BACEN for cobv
txidstringyesMerchant-provided BCB txid (26-35 alphanumeric)
validity_after_duenumberDays the charge remains payable after due date

No output schema declared.

No examples provided.

create_pix_qr ~127

Create a dynamic Pix charge with QR code (cob). Returns the txid, copy-paste EMV payload, and location URL.

NameTypeReqDescription
additional_infoarrayOptional free-text key/value info shown to the payer
amountstringyesAmount in BRL major units, e.g. '99.90'
descriptionstringPayer-visible description
expires_innumberQR lifetime in seconds (default 3600)
payerobjectPayer identification (required by BCB for cobv / common for cob)

No output schema declared.

No examples provided.

delete_dict_key ~49

Delete (unregister) a DICT key owned by the merchant. The key must belong to a Caixa account under the merchant's contract.

NameTypeReqDescription
keystringyesDICT key to delete

No output schema declared.

No examples provided.

download_boleto_pdf ~55

Fetch the rendered boleto PDF for an issued boleto. Returns the PDF URL (or base64 bytes) so it can be attached to an invoice or email.

NameTypeReqDescription
idstringyesBoleto id or nosso_numero

No output schema declared.

No examples provided.

get_account_balance ~46

Return the current balance for a Caixa merchant account, including available, blocked, and overdraft limit if present.

NameTypeReqDescription
accountstringyesAgência-conta identifier of the merchant account

No output schema declared.

No examples provided.

get_boleto ~37

Retrieve a boleto by its Caixa identifier (id or nosso_numero).

NameTypeReqDescription
idstringyesBoleto id or nosso_numero

No output schema declared.

No examples provided.

get_oauth_token ~43

Mint or return a cached OAuth2 client_credentials bearer token for the Caixa Developer Portal. Exposed so agents can inspect token freshness; normal tool calls obtain tokens implicitly.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_pix ~51

Retrieve a Pix transaction by its BCB endToEndId (E<ispb><yyyymmddhhmm><sequence>).

NameTypeReqDescription
end_to_end_idstringyesBCB endToEndId

No output schema declared.

No examples provided.

get_pix_charge ~58

Retrieve a Pix immediate charge (cob) by its BCB txid. Returns status, QR payload, and associated received Pix (if paid).

NameTypeReqDescription
txidstringyesBCB txid (26-35 alphanumeric chars)

No output schema declared.

No examples provided.

get_pix_due_charge ~40

Retrieve a Pix due-date charge (cobv) by its BCB txid.

NameTypeReqDescription
txidstringyesBCB txid

No output schema declared.

No examples provided.

get_statement ~97

Retrieve account statement transactions for a given period. Paginated.

NameTypeReqDescription
accountstringyesAgência-conta identifier of the merchant account
fromstringyesStart date ISO-8601 (YYYY-MM-DD)
pagenumberPage number (1-indexed)
page_sizenumberItems per page (default 50)
tostringyesEnd date ISO-8601 (YYYY-MM-DD)

No output schema declared.

No examples provided.

list_pix_charges ~180

List Pix immediate charges (cob) filtered by date range and optional status / CPF / CNPJ. Paginated per BACEN Pix v2.

NameTypeReqDescription
cnpjstringFilter by payer CNPJ (digits only)
cpfstringFilter by payer CPF (digits only)
fromstringyesStart date-time ISO-8601 (e.g. 2025-01-01T00:00:00Z)
pagenumberPage number (0-indexed per BACEN)
page_sizenumberItems per page
statusstringFilter by status: ATIVA | CONCLUIDA | REMOVIDA_PELO_USUARIO_RECEBEDOR | REMOVIDA_PELO_PSP
tostringyesEnd date-time ISO-8601

No output schema declared.

No examples provided.

list_pix_received ~123

List received Pix transactions (pix recebidos) by date range. Useful for reconciliation against cob/cobv charges.

NameTypeReqDescription
cnpjstringOptional payer CNPJ filter
cpfstringOptional payer CPF filter
fromstringyesStart date-time ISO-8601
pagenumberPage number (0-indexed per BACEN)
page_sizenumberItems per page
tostringyesEnd date-time ISO-8601
txidstringOptional txid filter

No output schema declared.

No examples provided.

pay_tribute ~194

Pay a federal tribute (DARF, GPS, GRU) or other guia de arrecadação via Caixa. Input is the full 44/47-digit barcode or linha digitável plus debit account. Requires arrecadação contract.

NameTypeReqDescription
amountstringAmount to pay in BRL major units (required when barcode has 0000000 amount)
barcodestringyes44-digit barcode OR 47/48-digit linha digitável (digits only)
due_datestringOriginal due date ISO-8601 (YYYY-MM-DD) — used when barcode does not carry it
idempotency_keystringyesMerchant-side idempotency key (UUID recommended)
kindstringTribute kind hint: DARF | GPS | GRU | FGTS_GRRF | OUTROS
payer_accountstringyesCaixa account to debit (agência-conta)

No output schema declared.

No examples provided.

refund_pix ~109

Refund (devolução) a previously received Pix. Must reference the original endToEndId and a merchant-side refund id.

NameTypeReqDescription
amountstringRefund amount in BRL major units. Omit for full refund.
end_to_end_idstringyesOriginal Pix endToEndId to refund
reasonstringFree-text reason (stored by BCB for audit)
refund_idstringyesMerchant-side refund identifier (alphanumeric up to 35 chars)

No output schema declared.

No examples provided.

register_dict_key ~103

Register a DICT key (CPF, CNPJ, email, phone, or EVP) to an account owned by the merchant. Subject to BACEN portability flow for keys claimed elsewhere.

NameTypeReqDescription
accountobjectyesAccount the key should resolve to
keystringDICT key value. Omit / use EVP to request a random UUID key.
key_typestringyesKey type: CPF | CNPJ | EMAIL | PHONE | EVP

No output schema declared.

No examples provided.

resolve_dict_key ~92

Resolve a DICT key (CPF, CNPJ, email, phone, EVP) to the owner's account data before sending a Pix. Subject to BCB rate limits per consenting payer.

NameTypeReqDescription
keystringyesDICT key — CPF, CNPJ, email, phone (+55...), or EVP UUID
payer_documentstringMerchant / end-payer CPF/CNPJ for BCB audit logging

No output schema declared.

No examples provided.

send_pix ~136

Initiate an outbound Pix payment from the merchant's Caixa account. Amount in BRL major units (e.g. '10.50').

NameTypeReqDescription
amountstringyesAmount in BRL major units with two decimals, e.g. '10.50'
descriptionstringFree-text description shown on the statement (max 140 chars)
idempotency_keystringyesMerchant-side idempotency key (UUID recommended)
payeeobjectyesPayee identification — either a DICT key or explicit bank account
payer_accountstringyesMerchant account to debit (agência-conta)

No output schema declared.

No examples provided.

transfer_ted ~131

Initiate an outbound TED transfer from a Caixa merchant account to an external bank account. Settles same-day within BACEN TED windows.

NameTypeReqDescription
amountstringyesAmount in BRL major units
beneficiaryobjectyesTED beneficiary data
descriptionstringFree-text description (max 140 chars)
idempotency_keystringyesMerchant-side idempotency key (UUID recommended)
payer_accountstringyesSource Caixa account (agência-conta)
purposestringFinalidade TED code (e.g. 1=Crédito em Conta)

No output schema declared.

No examples provided.

update_pix_charge ~127

Update (PATCH) a Pix immediate charge (cob) — e.g. change amount before payment, adjust expiration, or mark as REMOVIDA_PELO_USUARIO_RECEBEDOR.

NameTypeReqDescription
amountstringNew amount in BRL major units (optional)
descriptionstringPayer-visible description
expires_innumberNew QR lifetime in seconds
statusstringNew status: ATIVA | REMOVIDA_PELO_USUARIO_RECEBEDOR
txidstringyesBCB txid of the charge to update

No output schema declared.

No examples provided.