mcp-banco-inter
About
Servidor MCP para integração com o Banco Inter (PJ). Consulte saldos e gerencie cobranças.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CLIENT_ID CLIENT_SECRET CERT_PATH KEY_PATH X_CONTA_CORRENTE STORAGE_PATH INTER_IS_SANDBOXClaude Code
claude mcp add --env CLIENT_ID= --env CLIENT_SECRET= --env CERT_PATH= --env KEY_PATH= --env X_CONTA_CORRENTE= --env STORAGE_PATH= --env INTER_IS_SANDBOX= mcp-banco-inter -- npx mcp-banco-inter
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-banco-inter","command":"npx","args":["mcp-banco-inter"],"env":{"CLIENT_ID":"","CLIENT_SECRET":"","CERT_PATH":"","KEY_PATH":"","X_CONTA_CORRENTE":"","STORAGE_PATH":"","INTER_IS_SANDBOX":""}}'
JSON
{
"mcpServers": {
"mcp-banco-inter": {
"command": "npx",
"args": [
"mcp-banco-inter"
],
"env": {
"CLIENT_ID": "",
"CLIENT_SECRET": "",
"CERT_PATH": "",
"KEY_PATH": "",
"X_CONTA_CORRENTE": "",
"STORAGE_PATH": "",
"INTER_IS_SANDBOX": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.