← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-belvo

github By github 👁 1 views ▲ 0 votes

Belvo — Open Finance aggregator for LATAM

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...