io.github.codespar/mcp-cielo
NPM · @CODESPAR/MCP-CIELO · SCANNED AUG 4
MCP server for Cielo — credit card, debit, boleto, recurrent payments
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 Security83
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available. View diagnostics → Fail
- 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 42 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1869 tokens (~84/item across 22 items; 22 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-cielo
claude mcp add codespar-mcp-cielo -- npx -y @codespar/mcp-cielo
codex mcp add codespar-mcp-cielo -- npx -y @codespar/mcp-cielo
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codespar-mcp-cielo": {
"type": "local",
"command": [
"npx",
"-y",
"@codespar/mcp-cielo"
],
"enabled": true
}
}
} openclaw mcp add codespar-mcp-cielo --command npx --arg -y --arg @codespar/mcp-cielo
mcp_servers:
codespar-mcp-cielo:
command: "npx"
args: ["-y", "@codespar/mcp-cielo"] {
"mcpServers": {
"codespar-mcp-cielo": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-cielo"
]
}
}
} 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 +4
- CVE-2026-69207 affects this package: medium ▼ security
- Known CVEs: partial → fail ▼ security
- Stability: unverified → 0.30 ▲ functional
- 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
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +8
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 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
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-8j4g-w8fx-2239 | CVE-2026-69207 | medium | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L | yes |
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_sale ~49
Cancel/void a sale (full or partial)
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | — | Amount to cancel in cents (optional, defaults to full amount) |
| paymentId | string | yes | Payment ID (GUID) |
No output schema declared.
No examples provided.
capture_sale ~46
Capture a pre-authorized sale
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | — | Amount to capture in cents (optional, defaults to full amount) |
| paymentId | string | yes | Payment ID (GUID) |
No output schema declared.
No examples provided.
create_boleto ~100
Create a boleto payment in Cielo
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount in cents |
| customerIdentity | string | — | CPF or CNPJ |
| customerName | string | yes | Customer name |
| expirationDate | string | yes | Boleto expiration date (YYYY-MM-DD) |
| instructions | string | — | Boleto instructions text |
| merchantOrderId | string | yes | Merchant order reference |
| provider | string | yes | Boleto provider/bank |
No output schema declared.
No examples provided.
create_debit ~126
Create a debit card sale in Cielo (requires 3DS authentication)
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount in cents |
| brand | string | yes | Card brand |
| cardNumber | string | yes | Debit card number |
| customerName | string | yes | Customer name |
| expirationDate | string | yes | Expiration date (MM/YYYY) |
| holder | string | yes | Cardholder name |
| merchantOrderId | string | yes | Merchant order reference |
| returnUrl | string | yes | URL to redirect after 3DS authentication |
| securityCode | string | yes | CVV |
No output schema declared.
No examples provided.
create_ewallet ~82
Create a digital wallet payment (Google Pay, Samsung Pay, Apple Pay)
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount in cents |
| customerName | string | yes | Customer name |
| merchantOrderId | string | yes | Merchant order reference |
| walletKey | string | yes | Wallet token/key from wallet provider |
| walletType | string | yes | Digital wallet type |
No output schema declared.
No examples provided.
create_payment_link ~119
Create a Cielo Link de Pagamento (shareable checkout URL)
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | Product/service description |
| maxNumberOfInstallments | number | — | Max installments allowed (1-12) |
| name | string | yes | Product/service name |
| price | number | yes | Unit price in cents |
| quantity | number | — | Quantity available (optional) |
| shipping | object | — | Shipping options (for Physical type) |
| type | string | yes | Product type |
| weight | number | — | Weight in grams (for Physical type) |
No output schema declared.
No examples provided.
create_pix ~111
Create a Pix payment in Cielo (generates QR code)
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount in cents (e.g., 15700 = R$157.00) |
| customerIdentity | string | — | CPF or CNPJ |
| customerName | string | yes | Customer name |
| expirationDate | string | — | QR code expiration (ISO 8601, e.g. 2025-12-31T23:59:59) |
| merchantOrderId | string | yes | Merchant order reference |
No output schema declared.
No examples provided.
create_recurrent ~132
Create a recurrent (recurring) credit card payment
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount in cents |
| brand | string | yes | Card brand |
| cardNumber | string | yes | Credit card number |
| customerName | string | yes | Customer name |
| endDate | string | — | End date (YYYY-MM-DD, optional) |
| expirationDate | string | yes | Expiration date (MM/YYYY) |
| holder | string | yes | Cardholder name |
| interval | string | yes | Recurrence interval |
| merchantOrderId | string | yes | Merchant order reference |
| securityCode | string | yes | CVV |
No output schema declared.
No examples provided.
create_sale ~148
Create a credit/debit card sale in Cielo
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount in cents (e.g., 15700 = R$157.00) |
| brand | string | yes | Card brand |
| capture | boolean | — | Auto-capture (true for immediate capture) |
| cardNumber | string | yes | Credit card number |
| customerName | string | yes | Customer name |
| expirationDate | string | yes | Expiration date (MM/YYYY) |
| holder | string | yes | Cardholder name |
| installments | number | — | Number of installments (1 for full payment) |
| merchantOrderId | string | yes | Merchant order reference |
| securityCode | string | yes | CVV |
No output schema declared.
No examples provided.
create_sale_with_3ds ~223
Create a credit card sale using 3DS 2.0 authentication data (from 3DS flow)
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount in cents |
| brand | string | yes | Card brand |
| capture | boolean | — | Auto-capture (default false) |
| cardNumber | string | yes | Credit card number |
| cavv | string | yes | 3DS CAVV value |
| customerName | string | yes | Customer name |
| eci | string | yes | 3DS ECI value |
| expirationDate | string | yes | Expiration date (MM/YYYY) |
| holder | string | yes | Cardholder name |
| installments | number | — | Number of installments (default 1) |
| merchantOrderId | string | yes | Merchant order reference |
| referenceId | string | — | 3DS reference id (dsTransactionId) |
| securityCode | string | yes | CVV |
| version | string | — | 3DS version (e.g., '2') |
| xid | string | — | 3DS XID value |
No output schema declared.
No examples provided.
create_sale_with_token ~139
Create a credit card sale using a previously stored CardToken (avoids re-entering card data)
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount in cents |
| brand | string | yes | Card brand (Visa, Master, Elo, Amex, Hipercard) |
| capture | boolean | — | Auto-capture (default false) |
| cardToken | string | yes | CardToken returned by tokenize_card |
| customerName | string | yes | Customer name |
| installments | number | — | Number of installments (default 1) |
| merchantOrderId | string | yes | Merchant order reference |
| securityCode | string | — | CVV (optional, recommended) |
No output schema declared.
No examples provided.
deactivate_recurrent ~37
Deactivate (pause) a recurrent payment so it stops charging
| Name | Type | Req | Description |
|---|---|---|---|
| recurrentPaymentId | string | yes | Recurrent Payment ID (GUID) |
No output schema declared.
No examples provided.
get_antifraud ~32
Get anti-fraud analysis details for a payment
| Name | Type | Req | Description |
|---|---|---|---|
| paymentId | string | yes | Payment ID (GUID) |
No output schema declared.
No examples provided.
get_payment_link ~33
Get a Cielo Link de Pagamento by its id
| Name | Type | Req | Description |
|---|---|---|---|
| paymentLinkId | string | yes | Payment link identifier |
No output schema declared.
No examples provided.
get_pix ~31
Get Pix payment details and QR code by PaymentId
| Name | Type | Req | Description |
|---|---|---|---|
| paymentId | string | yes | Payment ID (GUID) |
No output schema declared.
No examples provided.
get_recurrent ~29
Get recurrent payment details
| Name | Type | Req | Description |
|---|---|---|---|
| recurrentPaymentId | string | yes | Recurrent Payment ID (GUID) |
No output schema declared.
No examples provided.
get_sale ~27
Get sale details by PaymentId
| Name | Type | Req | Description |
|---|---|---|---|
| paymentId | string | yes | Payment ID (GUID) |
No output schema declared.
No examples provided.
reactivate_recurrent ~34
Reactivate a previously deactivated recurrent payment
| Name | Type | Req | Description |
|---|---|---|---|
| recurrentPaymentId | string | yes | Recurrent Payment ID (GUID) |
No output schema declared.
No examples provided.
tokenize_card ~71
Tokenize a credit card for future use
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | Card brand |
| cardNumber | string | yes | Credit card number |
| customerName | string | yes | Customer name |
| expirationDate | string | yes | Expiration date (MM/YYYY) |
| holder | string | yes | Cardholder name |
No output schema declared.
No examples provided.
update_recurrent_amount ~45
Update the amount of an existing recurrent payment
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | New amount in cents |
| recurrentPaymentId | string | yes | Recurrent Payment ID (GUID) |
No output schema declared.
No examples provided.
update_recurrent_next_date ~53
Update the next charge date of an existing recurrent payment
| Name | Type | Req | Description |
|---|---|---|---|
| nextPaymentDate | string | yes | Next charge date (YYYY-MM-DD) |
| recurrentPaymentId | string | yes | Recurrent Payment ID (GUID) |
No output schema declared.
No examples provided.
zero_auth ~135
Zero-dollar authorization to validate a card without charging (card or CardToken)
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | Card brand |
| cardNumber | string | — | Card number (omit if using cardToken) |
| cardToken | string | — | CardToken (alternative to full card data) |
| cardType | string | — | Card type |
| expirationDate | string | — | Expiration date MM/YYYY (omit if using cardToken) |
| holder | string | — | Cardholder name (omit if using cardToken) |
| saveCard | boolean | — | Tokenize card on success (default false) |
| securityCode | string | yes | CVV |
No output schema declared.
No examples provided.