Odel
mcp banco inter

mcp banco inter

Local
@samuelmoraesf5TypeScriptUpdated 6mo ago

Servidor MCP para integração com o Banco Inter (PJ). Consulte saldos e gerencie cobranças.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-banco-interv1.0.1

Run

npx -y mcp-banco-inter

MCP client config

{
  "mcpServers": {
    "mcp-banco-inter": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-banco-inter"
      ]
    }
  }
}
Dockersamuelmoraesf/mcp-banco-inter:1.0.1

Run

docker run -i --rm samuelmoraesf/mcp-banco-inter:1.0.1

MCP client config

{
  "mcpServers": {
    "mcp-banco-inter": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "samuelmoraesf/mcp-banco-inter:1.0.1"
      ]
    }
  }
}