ItaΓΊ-owned Brazilian card acquirer. Completes the big-four BR acquirer quadrant alongside Cielo, Stone, and Getnet. Authorize, capture, refund, zero-auth, tokenization, native recurrences. Alpha on npm β developer.userede.com.br is SPA-rendered, endpoints not live-verified.
$ npm install @codespar/mcp-rede@alphaAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"rede": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-rede@alpha"
],
"env": {
"REDE_PV": "<your_rede_pv>",
"REDE_TOKEN": "<your_rede_token>"
}
}
}
}After restart, your agent can call any of the 22 tools below β try authorize_transaction first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
REDE_PVRede merchant filiaΓ§Γ£o (PV) β numeric merchant identifier issued with your commercial contract.
REDE_TOKENRede API security token paired with PV. Used in HTTP Basic auth as the password.
REDE_ENVEnvironment selector: 'sandbox' (default) or 'production'.
Each tool is independent β your agent loads only what it needs to reduce context and response time.
authorize_transactioncapture_transactioncancel_transactionrefund_transactionget_transactionzero_authtokenize_carddelete_tokenMCP is a protocol β any framework that speaks it can mount this server.