Banking as a Service: Pix, boleto, TED, statements, and reconciliation. Your agent moves money and tracks every cent.
$ npm install @codespar/mcp-stark-bankAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"stark-bank": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-stark-bank"
],
"env": {
"STARK_BANK_ACCESS_TOKEN": "<your_stark_bank_access_token>"
}
}
}
}After restart, your agent can call any of the 27 tools below โ try create_transfer first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
STARK_BANK_ACCESS_TOKENAPI key for stark-bank
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_transferget_transferlist_transferscreate_boletoget_balancecreate_invoiceget_invoicelist_invoicesMCP is a protocol โ any framework that speaks it can mount this server.