Skip to main content
Glama
justomiguel

MCP Mindicador

by justomiguel

MCP Mindicador (SQM class)

MCP server on Next.js that exposes economic quotes from Chile using mindicador.cl under the hood. It is designed to be deployed on Vercel and connected from Cursor or another MCP client.

Based on the official template vercel-labs/mcp-for-next.js with mcp-handler 2.

MCP Endpoint

http://localhost:3000/mcp
https://TU-DEPLOY.vercel.app/mcp

Related MCP server: FX Currency MCP Server

What mindicador.cl exposes

The public API does not require an API key. The patterns used by this server are:

Route

Returns

https://mindicador.cl/api

Snapshot with the current value of all indicators

https://mindicador.cl/api/{codigo}

Recent series (~last month)

https://mindicador.cl/api/{codigo}/{dd-mm-yyyy}

Value for a day. Empty serie on holidays or weekends

https://mindicador.cl/api/{codigo}/{yyyy}

Full series for a year

Codes: dolar, dolar_intercambio, euro, uf, utm, ivp, ipc, imacec, tpm, libra_cobre, tasa_desempleo, bitcoin.

There is no endpoint like /api/17-08-2026 for all indicators at once.

Tools

  • cotizacion_dolar — current observed dollar, by date or by year

  • consultar_indicador — any code from the table

  • listar_indicadores — catalog; with incluir_valores: true adds the current snapshot

Development

npm install
npm run dev

Test the example client (with the server running):

npm run test:client -- http://localhost:3000

Connect in Cursor

{
  "mcpServers": {
    "mindicador": {
      "url": "http://localhost:3000/mcp"
    }
  }
}

On Vercel, change the URL to that of your deployment.

Deploy on Vercel

  1. Upload the repo to GitHub (or use vercel)

  2. Enable Fluid Compute in the project

  3. The MCP is available at /mcp

There are no environment variables: mindicador.cl is public.

A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables access to Bank of Mexico (Banxico) economic data including real-time and historical USD/MXN exchange rates, inflation data, interest rates, and other financial indicators. Supports querying current rates, historical data with date ranges, and economic metadata through natural language.
    9
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Provides real-time and historical foreign exchange rates for 31+ currencies, enabling currency conversion, historical rate lookups, and time series analysis using data from the Frankfurter API.
  • F
    license
    A
    quality
    D
    maintenance
    Enables fetching real-time and historical market data including forex, precious metals, cryptocurrencies, and stocks using the Twelve Data API.
    7

View all related MCP servers

Related MCP Connectors

  • Macro indicators from World Bank, FRED, IMF, and OECD via unified query surface.

  • Convert currencies, get FX rates, and query historical ECB exchange rate data.

  • INEGI MCP — Mexico's national statistics office (INEGI) Indicators API.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/justomiguel/mcp-sqm'

If you have feedback or need assistance with the MCP directory API, please join our Discord server