mcp-belvo
About
Belvo — Open Finance aggregator for LATAM
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
BELVO_SECRET_ID BELVO_SECRET_PASSWORD BELVO_SANDBOXClaude Code
claude mcp add --env BELVO_SECRET_ID= --env BELVO_SECRET_PASSWORD= --env BELVO_SANDBOX= mcp-belvo -- npx @codespar/mcp-belvo
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-belvo","command":"npx","args":["@codespar/mcp-belvo"],"env":{"BELVO_SECRET_ID":"","BELVO_SECRET_PASSWORD":"","BELVO_SANDBOX":""}}'
JSON
{
"mcpServers": {
"mcp-belvo": {
"command": "npx",
"args": [
"@codespar/mcp-belvo"
],
"env": {
"BELVO_SECRET_ID": "",
"BELVO_SECRET_PASSWORD": "",
"BELVO_SANDBOX": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.