MCP Banco Inter
About
MCP (Model Context Protocol) Server for integration with the Banco Inter Business (PJ) API. It allows checking balances, statements, and managing billings via AI assistants.
Details
- Author
- SamuelMoraesF
- Downloads
- 312
- Categories
- Productivity, Other
Jump to
- Balance inquiry for current account
- Statement consultation and PDF download
- Issue, list, cancel, and summarize billing tickets (boletos)
- PDF download for statements and boletos
- mTLS secured communication with OAuth2 token management
- Supports stdio and HTTP/SSE transport modes
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Banco InterCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
The server can be run via npx, Docker, or local installation. Configuration requires environment variables for client credentials, certificate paths, and account number. It supports two transports: stdio for local clients and streamable-http (SSE) for remote or Docker setups.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp banco inter": {
"banco-inter": {
"command": "npx",
"args": [
"-y",
"samuelmoraesf/mcp-banco-inter"
],
"env": {
"CLIENT_ID": "seu_client_id_aqui",
"CLIENT_SECRET": "seu_client_secret_aqui",
"CERT_PATH": "/Caminho/Absoluto/especifico/para/seu/inter.crt",
"KEY_PATH": "/Caminho/Absoluto/especifico/para/seu/inter.key",
"X_CONTA_CORRENTE": "sua_conta_aqui",
"INTER_IS_SANDBOX": "true"
}
}
}
}
}
McpServers
{
"banco-inter": {
"command": "npx",
"args": [
"-y",
"samuelmoraesf/mcp-banco-inter"
],
"env": {
"CLIENT_ID": "seu_client_id_aqui",
"CLIENT_SECRET": "seu_client_secret_aqui",
"CERT_PATH": "/Caminho/Absoluto/especifico/para/seu/inter.crt",
"KEY_PATH": "/Caminho/Absoluto/especifico/para/seu/inter.key",
"X_CONTA_CORRENTE": "sua_conta_aqui",
"INTER_IS_SANDBOX": "true"
}
}
}
🏦 MCP Banco Inter
✨ Funcionalidades
Banking
- 💰 Consulta de saldo da conta corrente - 📊 Consulta de extrato por período - 📄 Download de extrato em PDFCobranças (Boletos)
- 📋 Listar cobranças emitidas com filtros (situação, período) - 🆕 Emitir novos boletos de cobrança - ❌ Cancelar cobranças - 📊 Sumário de cobranças por período - 📥 Baixar PDF de boletos ---📋 Pré-requisitos
- Node.js 18+ ou Docker - Credenciais de API do Banco Inter (obtidas no Portal do Desenvolvedor Inter): -CLIENT_ID e CLIENT_SECRET
- Certificado digital (.crt) e Chave Privada (.key)
- Número da Conta Corrente
---
⚙️ Configuração
1. Obtenha suas credenciais no Portal do Desenvolvedor do Banco Inter 2. Coloque os arquivos de certificado em um diretório seguro (ex.:./certs/)
3. Crie um arquivo .env baseado no .env.example:
```envSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




