
Mcp Inter Bank
Connect Banco Inter digital banking—boleto, PIX, statements, and transfers—to your AI agent for Brazil-native money movement code.
Overview
io.github.codespar/mcp-inter-bank is a MCP server for the Build phase that lets agents use Banco Inter for boleto, PIX, statements, and transfers.
What is this MCP server?
- stdio MCP @codespar/mcp-inter-bank v0.1.0 for Banco Inter APIs
- Digital bank flows: boleto, PIX, statements, transfers
- Requires INTER_CLIENT_ID secret credential at runtime
- npm package from mcp-dev-brasil payments/inter-bank subfolder
- Reduces copy-paste from Inter developer docs during payment features
- Package version 0.1.0
- Required env: INTER_CLIENT_ID (secret)
- Capability areas: boleto, PIX, statements, transfers
Community signal: 252 GitHub stars.
What problem does it solve?
Founders building Brazil payouts keep re-reading Inter API docs because their agent cannot safely list balances or draft PIX payloads.
Who is it for?
Indie SaaS and fintech side projects that bank with Banco Inter and want agent help for PIX, boleto, and transfer automation.
Skip if: Teams outside Brazil or without Inter developer credentials who only need Stripe-style global cards.
What do I get? / Deliverables
With the MCP server registered, your agent can invoke Inter banking tools so payment and treasury code stays consistent with live API behavior.
- MCP stdio bridge to Banco Inter payment and account endpoints
- Agent-ready PIX, boleto, statement, and transfer tool calls
- Backend integration patterns for Inter in your repo
Recommended MCP Servers
Journey fit
Banking APIs are integrated during Build; Inter MCP belongs on the integrations shelf alongside other payment connectors. Banco Inter exposes REST banking primitives; MCP wraps them for agent-driven backend and ops automation in integrations.
How it compares
MCP bank API connector, not a personal finance budgeting skill.
Common Questions / FAQ
Who is io.github.codespar/mcp-inter-bank for?
Developers using Claude Code, Cursor, or Codex who integrate Banco Inter for Brazilian payments and treasury from their codebase.
When should I use io.github.codespar/mcp-inter-bank?
Use it when building payment backends with PIX or boleto and when operating transfers or statement pulls against Inter production or sandbox.
How do I add io.github.codespar/mcp-inter-bank to my agent?
Add @codespar/mcp-inter-bank via npm stdio MCP config, supply INTER_CLIENT_ID (and any companion secrets Inter requires per your app), then reload the MCP client.