
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@codespar/mcp-rede
Advanced tools
MCP server for Rede — Itaú-owned Brazilian card acquirer. Authorize/capture/refund, zero-auth, card tokens, and native recurrences.
MCP server for Rede — Itaú-owned Brazilian card acquirer.
Rede closes the "big four" BR acquirer quadrant alongside Cielo, Stone, and Getnet. Merchants with an Itaú commercial contract integrate directly via eRede instead of going through a PSP.
| Tool | Purpose |
|---|---|
authorize_transaction | Authorize a credit card transaction on Rede. |
capture_transaction | Capture a previously authorized transaction (when capture=false was used). |
cancel_transaction | Cancel an authorized-but-uncaptured transaction (void). |
refund_transaction | Refund a captured transaction. |
get_transaction | Retrieve a transaction by Rede tid OR by merchant reference. |
zero_auth | Validate a card without charging (zero-auth / account verification). |
tokenize_card | Tokenize a card for PCI-safe reuse. |
delete_token | Delete a previously created card token. |
create_recurrence | Create a native Rede recurrence (subscription). |
get_recurrence | Retrieve a recurrence by Rede recurrence id. |
disable_recurrence | Disable (cancel) an active recurrence. |
authorize_debit | Authorize a debit card transaction on Rede. |
list_transactions | List transactions in a date range. |
get_token | Retrieve metadata for a previously stored card token (brand, last 4, expiration). |
update_recurrence | Update an existing recurrence — change amount, card (storageCard), end date, or pause/resume. |
get_recurrence_transactions | List transactions generated by a recurrence (one row per billing cycle executed). |
authenticate_3ds | Initiate a 3DS (EMV 3-D Secure) authentication for a card charge. |
get_3ds_status | Check the current status of a 3DS authentication by its reference id. |
authorize_with_3ds | Authorize a transaction after a successful 3DS authentication, attaching the 3DS reference for liability sh... |
create_boleto | Issue a boleto registrado via Rede. |
get_boleto | Retrieve a boleto by Rede boleto id or by merchant reference. |
cancel_boleto | Cancel an unpaid boleto. |
npm install @codespar/mcp-rede@alpha
REDE_PV="..." # Merchant filiação (PV)
REDE_TOKEN="..." # Security token (paired with PV)
REDE_ENV="sandbox" # Optional. 'sandbox' (default) or 'production'
HTTP Basic auth with base64(PV:TOKEN). The server builds the Authorization header on every request — transparent to callers.
https://api.userede.com.br/erede/v1https://sandbox-erede.useredecloud.com.br/v1# stdio (default)
npx @codespar/mcp-rede
# HTTP
MCP_HTTP=true MCP_PORT=3000 npx @codespar/mcp-rede
Need governance, budget limits, and audit trails for agent payments? CodeSpar Enterprise adds policy engine, payment routing, and compliance templates on top of these MCP servers.
MIT
FAQs
MCP server for Rede — Itaú-owned Brazilian card acquirer. Authorize/capture/refund, zero-auth, card tokens, and native recurrences.
We found that @codespar/mcp-rede demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.