← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-iniciador

github By github 👁 1 views ▲ 0 votes

MCP server for Iniciador — Open Finance Brasil Pix payment initiation (PISP), ICP-Brasil + DCR

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-iniciador",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Iniciador OAuth2 client ID",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "INICIADOR_CLIENT_ID"
        },
        {
          "description": "Iniciador OAuth2 client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "INICIADOR_CLIENT_SECRET"
        },
        {
          "description": "API base URL — defaults to Iniciador production. Override for sandbox.",
          "format": "string",
          "name": "INICIADOR_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...