Servidor MCP para integração com o Banco Inter (PJ). Consulte saldos e gerencie cobranças.
Connect MCP Banco Inter to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Servidor MCP para integração com o Banco Inter (PJ). Consulte saldos e gerencie cobranças. The mcp banco inter mcp server is what makes that connection.
Um servidor MCP (Model Context Protocol) para integração com a API do Banco Inter Empresas (PJ).
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Transporte — UsoFerramenta — Descriçãoconsultar_saldo — Retorna o saldo disponível da contaconsultar_extrato — Retorna as movimentações em um períodobaixar_pdf_extrato — Gera e salva o PDF do extratolistar_boletos — Lista cobranças por período e situaçãoemitir_boleto — Cria um novo boleto de cobrançabaixar_pdf_boleto — Gera e salva o PDF de um boletocancelar_boleto — Cancela uma cobrança existentesumario_boletos — Resumo quantitativo de cobranças por períodoBanking — The Banking tool exposed by this serverConfiguration is passed through the environment: CLIENT_ID, CLIENT_SECRET, CERT_PATH, KEY_PATH, X_CONTA_CORRENTE, INTER_IS_SANDBOX, STORAGE_PATH. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
The server ships on npm as samuelmoraesf/mcp-banco-inter, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Banco Inter's toolset — Transporte, Ferramenta, consultar_saldo and 8 more — is a fair guide to whether it matches your workflow. It is maintained by samuelmoraesf; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Transporte | Uso |
| Ferramenta | Descrição |
| consultar_saldo | Retorna o saldo disponível da conta. |
| consultar_extrato | Retorna as movimentações em um período. |
| baixar_pdf_extrato | Gera e salva o PDF do extrato. |
| listar_boletos | Lista cobranças por período e situação. |
| emitir_boleto | Cria um novo boleto de cobrança. |
| baixar_pdf_boleto | Gera e salva o PDF de um boleto. |
| cancelar_boleto | Cancela uma cobrança existente. |
| sumario_boletos | Resumo quantitativo de cobranças por período. |
| Banking | The Banking tool exposed by this server. |
{
"mcpServers": {
"banco-inter": {
"command": "npx",
"args": ["-y", "samuelmoraesf/mcp-banco-inter"],
"env": {
"CLIENT_ID": "your-value",
"CLIENT_SECRET": "your-value",
"CERT_PATH": "your-value",
"KEY_PATH": "your-value",
"X_CONTA_CORRENTE": "your-value",
"INTER_IS_SANDBOX": "your-value",
"STORAGE_PATH": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| CLIENT_ID | Configuration value read at startup. | Optional |
| CLIENT_SECRET | Credential the server authenticates with. | Yes |
| CERT_PATH | Filesystem location the server is allowed to use. | Optional |
| KEY_PATH | Credential the server authenticates with. | Yes |
| X_CONTA_CORRENTE | Configuration value read at startup. | Optional |
| INTER_IS_SANDBOX | Configuration value read at startup. | Optional |
| STORAGE_PATH | Filesystem location the server is allowed to use. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.