MCP Mindicador
MCP Mindicador (clase SQM)
Servidor MCP sobre Next.js que expone las cotizaciones económicas de Chile usando mindicador.cl por detrás. Está pensado para desplegarse en Vercel y conectarse desde Cursor u otro cliente MCP.
Basado en el template oficial vercel-labs/mcp-for-next.js con mcp-handler 2.
Endpoint del MCP
http://localhost:3000/mcp
https://TU-DEPLOY.vercel.app/mcpQué expone mindicador.cl
La API pública no pide API key. Los patrones que usa este servidor:
Ruta | Qué devuelve |
| Snapshot con el valor vigente de todos los indicadores |
| Serie reciente (~último mes) |
| Valor de un día. |
| Serie completa de un año |
Códigos: dolar, dolar_intercambio, euro, uf, utm, ivp, ipc, imacec, tpm, libra_cobre, tasa_desempleo, bitcoin.
No existe un endpoint del tipo /api/17-08-2026 para todos los indicadores a la vez.
Tools
cotizacion_dolar— dólar observado vigente, por fecha o por añoconsultar_indicador— cualquier código de la tablalistar_indicadores— catálogo; conincluir_valores: trueagrega el snapshot actual
Desarrollo
npm install
npm run devProbar el cliente de ejemplo (con el server corriendo):
npm run test:client -- http://localhost:3000Conectar en Cursor
{
"mcpServers": {
"mindicador": {
"url": "http://localhost:3000/mcp"
}
}
}En Vercel, cambia la URL por la del deploy.
Deploy en Vercel
Sube el repo a GitHub (o usa
vercel)Activa Fluid Compute en el proyecto
El MCP queda en
/mcp
No hay variables de entorno: mindicador.cl es pública.
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