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).
Run
npx -y mcp-banco-inter
MCP client config
{
"mcpServers": {
"mcp-banco-inter": {
"command": "npx",
"args": [
"-y",
"mcp-banco-inter"
]
}
}
}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"
]
}
}
}