io.github.codespar/mcp-celcoin
NPM · @CODESPAR/MCP-CELCOIN · SCANNED AUG 4
MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups
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 29 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1234 tokens (~68/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 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
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-celcoin
claude mcp add codespar-mcp-celcoin -- npx -y @codespar/mcp-celcoin
codex mcp add codespar-mcp-celcoin -- npx -y @codespar/mcp-celcoin
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codespar-mcp-celcoin": {
"type": "local",
"command": [
"npx",
"-y",
"@codespar/mcp-celcoin"
],
"enabled": true
}
}
} openclaw mcp add codespar-mcp-celcoin --command npx --arg -y --arg @codespar/mcp-celcoin
mcp_servers:
codespar-mcp-celcoin:
command: "npx"
args: ["-y", "@codespar/mcp-celcoin"] {
"mcpServers": {
"codespar-mcp-celcoin": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-celcoin"
]
}
}
} 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.
- 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 +10
- Install scripts: pass → unverified ▼ security
- Provenance: fail → unverified ▼ security
- Known CVEs: unverified → partial ▲ security
- Maintenance: pass → unverified ▼ functional
- License: pass → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Licence: MIT functional
- 1 Aug 26 −10
- Known CVEs: partial → unverified ▼ security
- Dependency health: partial → unverified ▼ functional
- 31 Jul 26 +52
- 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 −63
- Malware scan: pass → unverified ▼ security
- Known CVEs: partial → unverified ▼ security
- Dependency health: partial → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 29 Jul 26 +32
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- License: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 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 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.
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_boleto ~29
Cancel an issued boleto by transactionId
| Name | Type | Req | Description |
|---|---|---|---|
| transactionId | string | yes | Boleto transactionId |
No output schema declared.
No examples provided.
create_boleto ~87
Create a boleto payment via Celcoin
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount in BRL |
| description | string | — | Boleto description |
| dueDate | string | yes | Due date (YYYY-MM-DD) |
| payerAddress | object | — | Payer address |
| payerDocument | string | yes | Payer CPF/CNPJ |
| payerName | string | yes | Payer name |
No output schema declared.
No examples provided.
create_pix_cob ~119
Create a Pix immediate charge (cob) — generates QR code / copia-e-cola for payer
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount in BRL |
| description | string | — | Charge description / solicitacaoPagador |
| expiration | number | — | Expiration in seconds (default 3600) |
| payerDocument | string | — | Payer CPF/CNPJ (optional) |
| payerName | string | — | Payer name (optional) |
| pixKey | string | yes | Beneficiary Pix key (chave do recebedor) |
No output schema declared.
No examples provided.
create_pix_cobv ~116
Create a Pix due charge (cobv) — boleto-like Pix with due date
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount in BRL |
| daysAfterDue | number | — | Days payer can still pay after due date |
| description | string | — | Charge description |
| dueDate | string | yes | Due date (YYYY-MM-DD) |
| payerDocument | string | yes | Payer CPF/CNPJ |
| payerName | string | yes | Payer name |
| pixKey | string | yes | Beneficiary Pix key |
No output schema declared.
No examples provided.
create_pix_devolution ~68
Create a Pix devolução (refund) — refund a received Pix transaction
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Refund amount in BRL |
| description | string | — | Refund reason / description |
| endToEndId | string | yes | Original Pix end-to-end ID (E2E) |
No output schema declared.
No examples provided.
create_pix_payment ~98
Create a Pix payment via Celcoin
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount in BRL |
| description | string | — | Payment description |
| endToEndId | string | — | End-to-end ID (optional) |
| pixKey | string | yes | Recipient Pix key |
| pixKeyType | string | yes | Pix key type |
| recipientDocument | string | — | Recipient CPF/CNPJ |
| recipientName | string | — | Recipient name |
No output schema declared.
No examples provided.
create_topup ~69
Create a mobile/service top-up (recarga) via Celcoin
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Top-up amount in BRL |
| phoneNumber | string | yes | Phone number with DDD (e.g., 11999999999) |
| providerId | number | yes | Telecom provider ID |
No output schema declared.
No examples provided.
create_transfer ~119
Create a bank transfer (TED/DOC) via Celcoin
| Name | Type | Req | Description |
|---|---|---|---|
| account | string | yes | Recipient account number |
| accountType | string | yes | CC=Checking, CP=Savings, PG=Payment |
| amount | number | yes | Amount in BRL |
| bankCode | string | yes | Recipient bank code (ISPB or COMPE) |
| branch | string | yes | Recipient branch number |
| description | string | — | Transfer description |
| recipientDocument | string | yes | Recipient CPF/CNPJ |
| recipientName | string | yes | Recipient name |
No output schema declared.
No examples provided.
get_balance ~15
Get account balance at Celcoin
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_boleto ~26
Get boleto details by transaction ID
| Name | Type | Req | Description |
|---|---|---|---|
| transactionId | string | yes | Transaction ID |
No output schema declared.
No examples provided.
get_pix_cob ~38
Get a Pix immediate charge by transactionId or txid
| Name | Type | Req | Description |
|---|---|---|---|
| transactionId | string | yes | Celcoin transactionId (or txid) |
No output schema declared.
No examples provided.
get_pix_payment ~27
Get Pix payment details by transaction ID
| Name | Type | Req | Description |
|---|---|---|---|
| transactionId | string | yes | Transaction ID |
No output schema declared.
No examples provided.
get_statement ~71
Get account statement (extrato) for a date range
| Name | Type | Req | Description |
|---|---|---|---|
| dateFrom | string | yes | Start date (YYYY-MM-DD) |
| dateTo | string | yes | End date (YYYY-MM-DD) |
| limit | number | — | Items per page (optional) |
| page | number | — | Page number (optional) |
No output schema declared.
No examples provided.
list_banks ~32
List available banks in Brazil (ISPB codes)
| Name | Type | Req | Description |
|---|---|---|---|
| search | string | — | Search by bank name or code |
No output schema declared.
No examples provided.
list_topup_providers ~43
List telecom top-up providers (operadoras) available for recargas
| Name | Type | Req | Description |
|---|---|---|---|
| phoneNumber | string | — | Phone number (optional, to auto-detect operator) |
No output schema declared.
No examples provided.
lookup_pix_dict ~68
Lookup a Pix DICT key — resolves a Pix key to account holder + bank info
| Name | Type | Req | Description |
|---|---|---|---|
| payerDocument | string | — | Document of the requester (payer side, required by DICT rules) |
| pixKey | string | yes | Pix key (CPF/CNPJ/email/phone/EVP) |
No output schema declared.
No examples provided.
pay_bill ~90
Pay a bill (boleto bancário or concessionária) by barcode / digitable line
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount in BRL |
| barcode | string | yes | Digitable line (linha digitável) |
| dueDate | string | — | Due date (YYYY-MM-DD) |
| payerDocument | string | — | Payer CPF/CNPJ |
| payerName | string | — | Payer name |
No output schema declared.
No examples provided.
read_barcode ~52
Read a boleto / concessionária barcode (digitable line) — returns due date, amount, beneficiary
| Name | Type | Req | Description |
|---|---|---|---|
| barcode | string | yes | Digitable line (linha digitável) — 47 or 48 digits |
No output schema declared.
No examples provided.