MCP Mindicador
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Mindicadorhow much is the dollar today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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/mcpRelated 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 |
| Snapshot with the current value of all indicators |
| Recent series (~last month) |
| Value for a day. Empty |
| 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 yearconsultar_indicador— any code from the tablelistar_indicadores— catalog; withincluir_valores: trueadds the current snapshot
Development
npm install
npm run devTest the example client (with the server running):
npm run test:client -- http://localhost:3000Connect in Cursor
{
"mcpServers": {
"mindicador": {
"url": "http://localhost:3000/mcp"
}
}
}On Vercel, change the URL to that of your deployment.
Deploy on Vercel
Upload the repo to GitHub (or use
vercel)Enable Fluid Compute in the project
The MCP is available at
/mcp
There are no environment variables: mindicador.cl is public.
This server cannot be installed
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
- AlicenseAqualityDmaintenanceEnables 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.9MIT
- Flicense-qualityDmaintenanceProvides 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.
- Alicense-qualityCmaintenanceEnables querying economic data from Banco de México (Mexico's central bank) via the SIE API.5MIT
- FlicenseAqualityDmaintenanceEnables fetching real-time and historical market data including forex, precious metals, cryptocurrencies, and stocks using the Twelve Data API.7
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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