Latam Finance Mcp Server
Pricing
from $10.00 / 1,000 tool calls
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
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
4 days ago
Last modified
Categories
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
| Source | Country | Data | Auth |
|---|---|---|---|
| mindicador.cl | Chile | UF, USD/CLP, EUR/CLP, UTM, IPC, TPM, Bitcoin, copper | None |
| Fintual API | Chile | 3,800+ mutual & investment funds with NAV history | None |
| Banco de México SIE | Mexico | USD/MXN, UDIS, TIIE, CETES, target rate | Free 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 installnpm run start:dev
The MCP server will start at http://localhost:3000/mcp.
Input Configuration
| Parameter | Type | Required | Description |
|---|---|---|---|
banxicoToken | string | No | Banco 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