Banco Inter MCP Server

Um servidor MCP (Model Context Protocol) para integração com a API do Banco Inter Empresas (PJ). It runs locally over stdio via the published package.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-02-12 · ★ 3 · #181 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Banco Inter

before you install - you'll need

Set CLIENT_ID, CLIENT_SECRET, CERT_PATH, KEY_PATH, X_CONTA_CORRENTE, INTER_IS_SANDBOX, STORAGE_PATH, MCP_TRANSPORT, MCP_HOST, MCP_PORT before connecting.

Claude Code

claude mcp add samuelmoraesf-mcp-banco-inter -- npx -y mcp-banco-inter

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "samuelmoraesf-mcp-banco-inter": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-banco-inter"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package mcp-banco-inter - unscoped; check the name against the project README before installing

registry namespace io.github.SamuelMoraesF is GitHub-verified and matches the repo owner

03 · Who maintains Banco Inter

mcp-banco-inter is maintained by samuelmoraesf. We track 3 MCP servers from samuelmoraesf - 3 actively maintained, 24 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from samuelmoraesf.

  1. mcp-nfse-nacional MCP Server para consulta de NFSe no portal nacional (nfse.gov.br) ★ 14
  2. mcp-organizze MCP para integração com o gestor financeiro Organizze. Crie transações, consulte saldos e metas. ★ 7

04 · Facts

category
API integration - ranked #181 of 250 actively-maintained API integration servers as of 2026-08-25.
registry
io.github.SamuelMoraesF/mcp-banco-inter (active, first published 2026-02-12)
packages
npm:mcp-banco-inter · oci:samuelmoraesf/mcp-banco-inter:1.0.1

05 · Banco Inter FAQ

What is Banco Inter?

Um servidor MCP (Model Context Protocol) para integração com a API do Banco Inter Empresas (PJ). It runs locally over stdio via the published package.

Is Banco Inter still maintained?

Yes - as of 2026-08-25, its last commit was 2026-02-12. We re-verify nightly.

How do I install Banco Inter?

Run `npx -y mcp-banco-inter`. The README documents 10 environment variables (CLIENT_ID, CLIENT_SECRET, CERT_PATH…) to set first. Set CLIENT_ID, CLIENT_SECRET, CERT_PATH, KEY_PATH, X_CONTA_CORRENTE, INTER_IS_SANDBOX, STORAGE_PATH, MCP_TRANSPORT, MCP_HOST, MCP_PORT before connecting. You can also paste the ready-made client config above.

Does Banco Inter run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Banco Inter

More API integration MCP servers · Laserfiche MCP · Meta API MCP Server · Ecb MCP · Five46 · Job Search MCP

More TypeScript MCP servers · Nfse Nacional · SandBase Harness · Kronan MCP · Vedurstofa MCP · Fiori MCP Server · see all