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}

最近のシリーズ(約1ヶ月)

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

1日の値。休日や週末は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をデプロイ先のものに変更してください。

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