MCP Rede runs on your own machine — the client starts it, so there is no endpoint to ping. 22 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Rede — Itaú-owned BR acquirer: authorize/capture/refund, zero-auth, card tokens
Today is the operative word: we check MCP Rede every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-rede -- npx -y @codespar/mcp-rede
{
"mcpServers": {
"mcp-rede": {
"args": [
"-y",
"@codespar/mcp-rede"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-rede]
command = "npx"
args = ["-y", "@codespar/mcp-rede"]
{
"mcpServers": {
"mcp-rede": {
"args": [
"-y",
"@codespar/mcp-rede"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-rede": {
"args": [
"-y",
"@codespar/mcp-rede"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
REDE_PV (Rede merchant filiação (PV) — numeric merchant identifier issued with your commercial contract.), REDE_TOKEN (Rede API security token paired with PV. Used in HTTP Basic auth as the password.), REDE_ENV (Environment selector: 'sandbox' (default) or 'production'.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Izipay — Peru enterprise acquirer (Niubiz): authorize/capture/refund, cuotas
MCP server for Access Worldpay — enterprise processor: authorize, capture, refund, tokenize
MCP server for Niubiz — Peru card acquirer: security token, session, authorize, reverse
MCP server for Clip (PayClip) — Mexico's leading acquirer: payment links, card charges, refunds
Payway (ex-Decidir) — Argentina card acquiring: tokenize, charge, capture, refund
MCP server for Getnet — Santander-owned BR acquirer: credit, debit, Pix, boleto, marketplace split
MCP server for Bold — Colombian acquirer: payment links for cards, PSE and Nequi
Zero-LLM structural code retrieval for AI coding agents, served over MCP.
Answers built from our own checks of this server.