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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

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
    Not graded
    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.
    -

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