Market Index MCP
Provides natural language access to over 100 years of historical market index data, including S\&P 500, NASDAQ 100, and Nikkei 225. It enables users to query price ranges, compare symbol performance, and analyze historical market trends directly within Claude.
README
Market Index MCP
S&P500、NASDAQ100、日経225などの市場指標データを自然言語で検索できるMCPサーバー
特徴
- 約100年分の市場データ(77,870件)を即座に検索
- Claude Desktop と統合 - 自然言語で質問するだけ
- 初回起動時に自動セットアップ - 設定不要
- ローカルキャッシュ - 高速クエリ(2-15ms)
対応銘柄
| シンボル | 名称 | データ期間 |
|---|---|---|
| ^GSPC | S&P 500 | 1927年〜 |
| ^NDX | NASDAQ 100 | 1985年〜 |
| ^DJI | Dow Jones | 1992年〜 |
| ^N225 | Nikkei 225 | 1965年〜 |
| ^FTSE | FTSE 100 | 1984年〜 |
| ^VIX | VIX (恐怖指数) | 1990年〜 |
インストール
前提条件
- Python 3.10 以上
- uv または pip
- Claude Desktop
Claude Desktop 設定
- uvx のパスを確認
which uvx
# 例: /opt/homebrew/bin/uvx
- 設定ファイルを編集
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"market-index": {
"command": "/opt/homebrew/bin/uvx",
"args": [
"--from", "git+https://github.com/tamappe/market-index-mcp.git",
"market-index-mcp"
]
}
}
}
重要:
commandにはuvxのフルパスを指定してください。相対パス"uvx"だと Claude Desktop から見つからない場合があります。
- Claude Desktop を再起動
初回起動時にデータを自動ダウンロード(約10MB、30秒程度)します。
手動インストール(開発用)
git clone https://github.com/tamappe/market-index-mcp.git
cd market-index-mcp
pip install -e .
# 実行
market-index-mcp
使用例
Claude Desktop で以下のような質問ができます:
- 「S&P500の2020年3月の最安値と最高値を教えて」
- 「2020年のS&P500とNASDAQ100を比較して」
- 「2008年のダウ平均ワースト下落日トップ5は?」
- 「日経225の2023年の年間リターンは?」
- 「コロナショック時のVIXはどこまで上がった?」
提供ツール
| ツール名 | 説明 |
|---|---|
list_symbols |
利用可能な銘柄一覧を取得 |
get_price_range |
指定期間の価格範囲(最高値・最安値・平均)を取得 |
get_price_on_date |
特定日の価格データを取得 |
compare_symbols |
複数銘柄のパフォーマンスを比較 |
get_worst_days |
指定年の下落日ワーストランキング |
get_best_days |
指定年の上昇日ベストランキング |
get_yearly_summary |
年間サマリー(年初来リターンなど) |
トラブルシューティング
サーバーが起動しない(Server disconnected)
1. ログを確認
cat ~/Library/Logs/Claude/mcp-server-market-index.log | tail -50
2. uvx のパスを確認
which uvx
設定ファイルの command にフルパスを指定しているか確認してください。
SSL証明書エラー
エラーメッセージ:
ssl.SSLCertVerificationError: certificate verify failed
解決方法:
# Python 3.12 の場合
sudo /Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12 -m pip install --upgrade certifi
# または Install Certificates コマンドを実行
/Applications/Python\ 3.12/Install\ Certificates.command
"Unexpected token" エラー
エラーメッセージ:
MCP market-index: Unexpected token '📊', "📊 初回起動: デ"... is not valid JSON
これは古いバージョンの問題です。最新版では修正済みです。
解決方法:
# uvx キャッシュをクリア
rm -rf ~/.cache/uv/archive-v0/
# Claude Desktop を再起動
データダウンロードに失敗する
GitHub Releases からデータを取得できない場合:
- ネットワーク接続を確認
- https://github.com/tamappe/market-index-mcp/releases にアクセスできるか確認
- プロキシ環境の場合は環境変数を設定
キャッシュを完全にクリアしたい
# uvx キャッシュ
rm -rf ~/.cache/uv/
# Claude Desktop を再起動
技術詳細
アーキテクチャ
Database (データ管理)
↓ GitHub Actions (平日9時自動更新)
GitHub Releases (market_data.json)
↓ 初回起動時にダウンロード
SQLite (ローカルキャッシュ)
↓
MCP Server → Claude Desktop
データ更新
- GitHub Actions で平日 JST 9:00 に自動更新
- Supabase から最新データを取得し、GitHub Releases に反映
- MCPサーバー再起動時に自動で最新版を取得
ライセンス
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.