Skip to content
VS Code

mcp inter bank for VS Code

io.github.codespar/mcp-inter-bank

Banco Inter — digital bank, boleto, PIX, statements, transfers

client:VS Code transport:stdio runtime:npm

Install mcp inter bank in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "inter-client-id",
      "description": "INTER_CLIENT_ID",
      "password": true
    }
  ],
  "servers": {
    "mcp-inter-bank": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-inter-bank"
      ],
      "env": {
        "INTER_CLIENT_ID": "${input:inter-client-id}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

mcp inter bank in other clients