Loading MCP server directory, please wait...
MCP server for Rede — Itaú-owned BR acquirer: authorize/capture/refund, zero-auth, card tokens
npx @getmcp/cli add io.github.codespar/mcp-redeRequires Node.js 18+. Community-contributed server. Review source before installing.
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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-rede": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-rede"
],
"env": {
"REDE_PV": "",
"REDE_TOKEN": "",
"REDE_ENV": ""
}
}
}
}