Open Finance aggregator for LatAm: bank connections, transaction enrichment, and income verification across Brazil, Mexico, and Colombia.
$ npm install @codespar/mcp-belvoAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"belvo": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-belvo"
],
"env": {
"BELVO_SECRET_ID": "<your_belvo_secret_id>",
"BELVO_SECRET_PASSWORD": "<your_belvo_secret_password>"
}
}
}
}After restart, your agent can call any of the 24 tools below โ try list_institutions first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
BELVO_SECRET_IDSecret ID for Belvo
BELVO_SECRET_PASSWORDSecret password for Belvo
BELVO_SANDBOXSet to true to use sandbox environment
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
list_institutionscreate_linklist_linksget_accountsget_balancesget_transactionsget_ownersget_incomesMCP is a protocol โ any framework that speaks it can mount this server.