Digital banking with Pix, boleto, statements, and transfers. Your agent manages cash flow and automates receivables via Inter's API.
$ npm install @codespar/mcp-inter-bankAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"inter-bank": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-inter-bank"
],
"env": {
"INTER_CLIENT_ID": "<your_inter_client_id>"
}
}
}
}After restart, your agent can call any of the 22 tools below โ try create_boleto first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
INTER_CLIENT_IDAPI key/token for inter-bank
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_boletoget_boletolist_boletoscancel_boletoget_boleto_pdfcreate_pixget_pixlist_pixMCP is a protocol โ any framework that speaks it can mount this server.