Latam Finance Mcp Server avatar

Latam Finance Mcp Server

Pricing

from $10.00 / 1,000 tool calls

Go to Apify Store
Latam Finance Mcp Server

Latam Finance Mcp Server

MCP server for Latin American financial data. Get real-time Chilean indicators (UF, USD/CLP, EUR/CLP, Bitcoin, IPC) from mindicador.cl, 3800+ mutual funds from Fintual, and Mexican data (USD/MXN, UDIS, TIIE rates) from Banco de México. 7 tools for AI assistants.

Pricing

from $10.00 / 1,000 tool calls

Rating

0.0

(0)

Developer

s0rgCL

s0rgCL

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

LATAM Finance MCP Server - Chile & Mexico Financial Data

The only MCP server providing Latin American financial data from verified public APIs. Get real-time and historical economic indicators, exchange rates, and mutual fund data from Chile and Mexico.

Data Sources

SourceCountryDataAuth
mindicador.clChileUF, USD/CLP, EUR/CLP, UTM, IPC, TPM, Bitcoin, copperNone
Fintual APIChile3,800+ mutual & investment funds with NAV historyNone
Banco de México SIEMexicoUSD/MXN, UDIS, TIIE, CETES, target rateFree token

MCP Tools

Chile - Economic Indicators

get_chile_indicators - Get current values for all Chilean economic indicators (UF, dollar, euro, UTM, IPC, TPM, bitcoin, copper, unemployment).

get_chile_indicator_history - Get historical data for any indicator by year or specific date.

Chile - Mutual Funds

get_chile_mutual_funds - Search and list mutual funds and investment funds from Fintual. Filter by name or category.

get_fund_details - Get fund series with current NAV and optional historical NAV data for a date range.

Mexico - Economic Indicators

get_mexico_exchange_rate - Get USD/MXN or EUR/MXN exchange rate (FIX) from Banco de México. Supports date ranges.

get_mexico_indicators - Get UDIS value, TIIE interest rates, CETES rates, and monetary policy target rate.

Cross-country

compare_currencies - Compare CLP and MXN against USD side by side. Includes CLP/MXN cross-rate calculation.

Setup

Connect with Claude Desktop

Add to your claude_desktop_config.json:

{
"mcpServers": {
"latam-finance": {
"url": "https://actors-mcp-server.apify.actor/mcp/YOUR_ACTOR_ID"
}
}
}

Connect with Cursor

In Cursor Settings > MCP, add the server URL:

https://actors-mcp-server.apify.actor/mcp/YOUR_ACTOR_ID

Run Locally

npm install
npm run start:dev

The MCP server will start at http://localhost:3000/mcp.

Input Configuration

ParameterTypeRequiredDescription
banxicoTokenstringNoBanco de México API token. Required for Mexico tools. Get a free token here

Chile tools (mindicador.cl and Fintual) work without any configuration.

Example Queries

Ask your AI assistant:

  • "What is the current UF value in Chile?"
  • "Show me the USD/CLP exchange rate history for 2025"
  • "Search for Fintual funds with 'Risky' in the name"
  • "What is the current USD/MXN exchange rate?"
  • "Compare Chilean peso and Mexican peso against the dollar"
  • "Get UDIS and TIIE rates from Mexico"

Pricing

$0.01 USD per tool call (pay-per-event). Chile tools work without any API key. Mexico tools require a free Banxico token.

Tech Stack

  • TypeScript + Express
  • Apify Actor SDK (Standby mode)
  • Model Context Protocol SDK (Streamable HTTP transport)
  • Pay-per-event monetization

License

ISC