Skip to main content
Glama
justomiguel

MCP Mindicador

by justomiguel

MCP Mindicador (SQM 클래스)

Next.js 기반 MCP 서버로, mindicador.cl을 사용하여 칠레의 경제 지표를 제공합니다. Vercel에 배포하고 Cursor 또는 다른 MCP 클라이언트에서 연결하도록 설계되었습니다.

공식 템플릿 vercel-labs/mcp-for-next.jsmcp-handler 2를 기반으로 합니다.

MCP 엔드포인트

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

Related MCP server: FX Currency MCP Server

mindicador.cl이 제공하는 것

공개 API는 API 키가 필요 없습니다. 이 서버가 사용하는 패턴은 다음과 같습니다:

경로

반환 내용

https://mindicador.cl/api

모든 지표의 현재 값을 포함한 스냅샷

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

최근 시계열 (약 한 달)

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

하루의 값. 공휴일이나 주말에는 serie가 비어 있음

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

1년 전체 시계열

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

모든 지표를 한 번에 조회하는 /api/17-08-2026와 같은 엔드포인트는 존재하지 않습니다.

도구

  • cotizacion_dolar — 현재 관찰된 달러, 날짜 또는 연도별

  • consultar_indicador — 표의 모든 코드

  • listar_indicadores — 카탈로그; incluir_valores: true를 사용하면 현재 스냅샷 추가

개발

npm install
npm run dev

예제 클라이언트 테스트 (서버 실행 중):

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

Cursor에서 연결

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

Vercel에서는 URL을 배포 URL로 변경하세요.

Vercel에 배포

  1. GitHub에 저장소를 업로드하거나 vercel 사용

  2. 프로젝트에서 Fluid Compute 활성화

  3. MCP는 /mcp에 위치

환경 변수는 필요 없습니다: mindicador.cl은 공개 API입니다.

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