MCP Server
MCP
io.github.codespar/mcp-belvo
Belvo — Open Finance aggregator for LATAM
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-belvo",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Secret ID for Belvo",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BELVO_SECRET_ID"
},
{
"description": "Secret password for Belvo",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BELVO_SECRET_PASSWORD"
},
{
"description": "Set to true to use sandbox environment",
"format": "string",
"name": "BELVO_SANDBOX"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment