MCP Server
MCP
io.github.codespar/mcp-rede
MCP server for Rede — Itaú-owned BR acquirer: authorize/capture/refund, zero-auth, card tokens
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-rede",
"version": "0.2.0-alpha.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Rede merchant filiação (PV) — numeric merchant identifier issued with your commercial contract.",
"isRequired": true,
"format": "string",
"name": "REDE_PV"
},
{
"description": "Rede API security token paired with PV. Used in HTTP Basic auth as the password.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "REDE_TOKEN"
},
{
"description": "Environment selector: 'sandbox' (default) or 'production'.",
"format": "string",
"name": "REDE_ENV"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment