MCP Banco Inter

by SamuelMoraesF

312 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Banco Inter
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

NPM Version Docker Image License: ISC Um servidor MCP (Model Context Protocol) para integração com a API do Banco Inter Empresas (PJ). Permite que assistentes de IA (como Claude, ChatGPT, Gemini, etc.) consultem saldos, extratos, emitam e gerenciem boletos de cobrança — tudo via linguagem natural. ---

✨ Funcionalidades

Banking

- 💰 Consulta de saldo da conta corrente - 📊 Consulta de extrato por período - 📄 Download de extrato em PDF

Cobranç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: ```env
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.