MCP.so
登录
M

MCP Banco Inter

@SamuelMoraesF

关于 MCP Banco Inter

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.

基本信息

分类

其他

传输方式

stdio

发布者

SamuelMoraesF

提交者

Samuel Moraes

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Banco Inter?

MCP Banco Inter is an MCP (Model Context Protocol) server that integrates with the Banco Inter API for business accounts (PJ). It enables AI assistants to query balances, view statements, and issue and manage billing tickets (boletos) using natural language.

How to use MCP Banco Inter?

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.

Key features of MCP Banco Inter

  • 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

Use cases of MCP Banco Inter

  • Ask an AI assistant for the current account balance
  • Generate and save a monthly statement PDF via natural language
  • Issue a new boleto for a client with custom parameters
  • Cancel an existing boleto by providing the solicitation code
  • List recent boletos filtered by status and date range

FAQ from MCP Banco Inter

What credentials are required?

You need a CLIENT_ID, CLIENT_SECRET, a digital certificate (.crt), its private key (.key), and the current account number. These are obtained from the Banco Inter Developer Portal.

What transport modes are supported?

The server supports stdio for local MCP clients (e.g., Claude Desktop, Cursor) and streamable-http (SSE) for remote clients or Docker deployments.

Is there a sandbox environment for testing?

Yes. Set the environment variable INTER_IS_SANDBOX=true to use the Banco Inter sandbox environment for development and testing.

How are OAuth2 tokens managed?

Tokens are stored only in memory and are automatically renewed. No token data is persisted to disk.

What are the runtime requirements?

Node.js 18+ or Docker. The server also requires the certificate and key files accessible at the paths specified by CERT_PATH and KEY_PATH.

评论

其他 分类下的更多 MCP 服务器