← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-rede

github By github 👁 1 views ▲ 0 votes

MCP server for Rede — Itaú-owned BR acquirer: authorize/capture/refund, zero-auth, card tokens

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...