mcpbeat Sign in

MCP Banco Inter MCP Server

local only

MCP Banco Inter runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 12 Feb 2026.

Servidor MCP para integração com o Banco Inter (PJ). Consulte saldos e gerencie cobranças.

Installs per day peak 23 · avg 7 · +7% w/w
a month agotoday
26
Installs / week
npm · mcp-banco-inter
5
Stars
1 open issues
12 Feb 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call mcp-banco-inter.dataInicial → src/server.ts:192, mcp-banco-inter.dataInicial → src/server.ts:200
                        await fs.writeFile(filePath, Buffer.from(pdfBase64, 'base64'));

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-banco-inter -- npx -y mcp-banco-inter
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-banco-inter": {
      "args": [
        "-y",
        "mcp-banco-inter"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-banco-inter]
command = "npx"
args = ["-y", "mcp-banco-inter"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-banco-inter": {
      "args": [
        "-y",
        "mcp-banco-inter"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-banco-inter": {
      "args": [
        "-y",
        "mcp-banco-inter"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLIENT_ID (ID do cliente obtido no Portal do Desenvolvedor Inter), CLIENT_SECRET (Secret do cliente obtido no Portal do Desenvolvedor Inter), CERT_PATH (Caminho absoluto para o arquivo de certificado (.crt)), KEY_PATH (Caminho absoluto para o arquivo de chave privada (.key)), X_CONTA_CORRENTE (Número da conta corrente), STORAGE_PATH (Caminho para salvamento dos PDFs), INTER_IS_SANDBOX (Habilitar modo sandbox). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Banco Inter

same job, measured the same way
MCP Organizze
by samuelmoraesf

MCP para integração com o gestor financeiro Organizze. Crie transações, consulte saldos e metas.

73 installs/wk local only
Claro Gerencial
by hlgurgel

Servidor MCP para integração com os WebServices SOAP do Claro Gerencial (Redeinova)

local only
Arcar MCP
by arcar-org

Servidor MCP para integraciones con arcar.org

6 tools answering
MCP Fiscal Brasil
by nikolasdehor

Servidor MCP para integrar IAs com o sistema fiscal brasileiro: CNPJ, NFe, NFSe, SPED, eSocial.

282 installs/wk local only
MCP Efi
by codespar

MCP server for EFI (Gerencianet) — Pix, charges, carnets, cobranças

24 installs/wk local only
MCP Dados Brasil
by lucianoon

Servidor MCP com dados oficiais brasileiros: IBGE, Banco Central, INMET, Câmara e Senado.

155 installs/wk local only
MCP Banco Do Brasil
by codespar

MCP server for Banco do Brasil — Pix, Cobrança (boleto), Conta-Corrente, Arrecadação (OAuth2 + mTLS)

25 installs/wk local only
Com
by com-pushinpay

MCP oficial da PushinPay: cobranças PIX, consulta de transações e saldo via IA.

40 installs/wk local only

MCP Banco Inter — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Banco Inter?
MCP Banco Inter runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-banco-inter was installed 26 times last week.
How do I connect MCP Banco Inter?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-banco-inter straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Banco Inter?
The npm package mcp-banco-inter was installed 26 times in the last week. Week over week that is +7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Banco Inter open source?
We cannot say either way: written in TypeScript, 5 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.