
Mcp Banco Inter
Let your agent query Banco Inter PJ balances and manage cobranças while you build Brazilian fintech or billing automations.
Overview
mcp-banco-inter is a MCP server for the Build phase that integrates Banco Inter PJ APIs so agents can consult balances and manage cobranças.
What is this MCP server?
- MCP server for Banco Inter conta PJ: saldo and cobranças workflows
- npm package mcp-banco-inter v1.0.1 with stdio transport
- Requires CLIENT_ID, CLIENT_SECRET, CERT_PATH, and KEY_PATH from Portal do Desenvolvedor Inter
- Optional X_CONTA_CORRENTE to scope requests to a specific checking account
- Portuguese-first descriptions aligned with Inter PJ developer onboarding
- Server version 1.0.1
- 1 npm package identifier mcp-banco-inter
- 4 required environment variables: CLIENT_ID, CLIENT_SECRET, CERT_PATH, KEY_PATH
Community signal: 3 GitHub stars.
What problem does it solve?
Brazilian solo founders waste hours jumping between the Inter developer portal, curl snippets, and chat when they need quick saldo or billing actions.
Who is it for?
Indie devs and micro-SaaS builders with Inter PJ accounts who want agent-driven banking operations during integration work.
Skip if: Non-Brazilian builders, personal-only banking setups without Inter PJ APIs, or teams that cannot meet Inter’s mTLS certificate requirements.
What do I get? / Deliverables
After you configure certificates and client secrets, your agent can call Inter-backed MCP tools for balance and cobrança tasks from the IDE.
- Agent-callable MCP tools for Inter PJ balance and cobrança operations
- Certificate-backed API session suitable for repeated agent requests
- Integration scaffold you can wrap in your own SaaS or internal finance tooling
Recommended MCP Servers
Journey fit
Banking API wiring happens during Build when you connect your product or internal tools to live financial endpoints. Integrations captures OAuth, mTLS certificate, and account-scoped calls to Inter’s developer APIs from an MCP tool surface.
How it compares
Banco Inter PJ API MCP connector, not a general ledger or payment-gateway abstraction skill.
Common Questions / FAQ
Who is mcp-banco-inter for?
It is for Brazilian developers and founders using Banco Inter PJ who want MCP tools for saldo and cobranças inside their AI coding workflow.
When should I use mcp-banco-inter?
Use it while building or operating integrations that need live Inter account data, such as billing bots, internal finance assistants, or PJ dashboard automation.
How do I add mcp-banco-inter to my agent?
Install mcp-banco-inter from npm, set CLIENT_ID, CLIENT_SECRET, CERT_PATH, KEY_PATH, and optional X_CONTA_CORRENTE, then register the stdio MCP server in your agent client.