Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@codespar/mcp-belvo

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codespar/mcp-belvo

MCP server for Belvo — Open Finance aggregator for LATAM

latest
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

MCP Belvo

MCP server for Belvo — Open Finance aggregator for LATAM (Mexico, Argentina, Colombia).

Quick Start

# Set your credentials
export BELVO_SECRET_ID="your-secret-id"
export BELVO_SECRET_PASSWORD="your-secret-password"
export BELVO_SANDBOX=true  # Use sandbox environment

# Run via stdio
npx tsx packages/mexico/belvo/src/index.ts

# Run via HTTP
npx tsx packages/mexico/belvo/src/index.ts --http

Environment Variables

VariableRequiredDescription
BELVO_SECRET_IDYesSecret ID from Belvo dashboard
BELVO_SECRET_PASSWORDYesSecret password from Belvo dashboard
BELVO_SANDBOXNoSet to "true" to use sandbox (default: production)
MCP_HTTPNoSet to "true" to enable HTTP transport
MCP_PORTNoHTTP port (default: 3000)

Tools (24)

ToolPurpose
list_institutionsList available financial institutions
create_linkCreate a link to a financial institution
list_linksList existing links
get_accountsGet accounts for a link
get_balancesGet balances for a link
get_transactionsGet transactions for a link
get_ownersGet owner information for a link
get_incomesGet income data for a link
get_tax_returnsGet tax returns for a link (fiscal institutions)
get_investmentsGet investment portfolios for a link
get_linkRetrieve details of a specific link by ID
delete_linkDelete a link (and all its associated data) by ID
patch_linkUpdate a link's credentials or resume after MFA (PATCH /api/links/)
list_accountsList stored accounts (GET /api/accounts/) with optional filters
get_account_detailRetrieve a stored account by account ID
list_transactionsList stored transactions (GET /api/transactions/) with optional filters
get_transaction_detailRetrieve a stored transaction by transaction ID
list_balancesList stored balances (GET /api/balances/) with optional filters
list_ownersList stored owners (GET /api/owners/)
list_incomesList stored incomes (GET /api/incomes/)
get_employment_recordsGet employment records for a link (employment institutions)
get_invoicesGet invoices for a link (BR/MX fiscal institutions)
get_receivables_transactionsGet receivables transactions for a link (payment rails / acquirer data)
create_widget_tokenCreate a short-lived access token for the Belvo Connect Widget

Auth

Uses Basic authentication (secret_id:secret_password). Obtain your credentials from the Belvo Dashboard.

API Reference

  • Belvo API Docs

Enterprise? Contact us at codespar.com for dedicated support, custom integrations, and SLAs.

Keywords

belvo

FAQs

Package last updated on 25 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts