yummy-research-mcp
yummy-research-mcp
海外・国内のマクロ/市場統計をツールとして公開するMCP serverです。最初のデータセットは市場センチメント/バリュエーション指標ですが、今後はKRX、DART、韓国銀行ECOS、FREDなどを同じパターンで追加できるように設計されています。
現在のツール
name | 説明 |
| CNN Fear & Greed Index (米国) — 現在値 + 日次履歴 |
| indexergo KOSPI恐怖貪欲指数 (idxDetail=24501, 日次) |
| KOSPIバフェット指数 = 時価総額(20104,D) / 直近4Q GDP合計(09140,Q) × 100 |
| 上記3つを一度に返却 |
各ツールは { name, source, latest, series, ... } 形式のJSONを返却します。
Related MCP server: rays-mcp
開発環境
uv ベース。
cd ~/workspace/yummy-research-mcp
uv sync # 의존성 설치 (.venv 자동 생성)
uv run yummy-research-mcp # MCP stdio 서버 실행
uv run python -m yummy_research_mcp.sources.cnn # 단독 페치 디버깅
uv run pytest # 라이브 엔드포인트 스모크 테스트Claude Code / Claude Desktopへの登録
{
"mcpServers": {
"yummy-research": {
"command": "uv",
"args": [
"--directory",
"/Users/yeom/workspace/yummy-research-mcp",
"run",
"yummy-research-mcp"
]
}
}
}新しいデータソースの追加
src/yummy_research_mcp/sources/<source>.pyにフェッチャーを作成 — 純粋関数、JSONシリアライズ可能なdictを返却。src/yummy_research_mcp/server.pyのTOOLSレジストリにTool+ コールバックを追加。tests/にライブスモークテストを追加。
ディレクトリ
src/yummy_research_mcp/
__init__.py
http.py # 공통 urllib 래퍼 (browser-like UA / Accept-Language)
server.py # MCP stdio 서버 + 도구 레지스트리
sources/
cnn.py # CNN Fear & Greed (production.dataviz.cnn.io)
indexergo.py # indexergo.com (인라인 ECharts JSON 파싱)
tests/
test_fetchers.pyデータソースメモ
CNN F&G:
production.dataviz.cnn.io/index/fearandgreed/graphdataJSON API。ブラウザUA +Origin: edition.cnn.com+Refererが必須 (ないと418エラー)。indexergo: ページ内のインラインECharts
optionJSONから、最初のseries.dataを括弧のバランスを考慮してスキャンし抽出。サイトの/ajaxMakeChartPOSTエンドポイントよりも静的HTML解析の方が安定しているため採用。
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
- AlicenseNot gradedqualityDmaintenanceProvides Korean Exchange (KRX) Open API data as MCP tools, supporting 31 APIs for indices, stocks, ETP, bonds, derivatives, commodities, and ESG.1MIT
- AlicenseNot gradedqualityDmaintenanceProvides 10 financial data tools (market data, economic indicators, news, insider trades, and calendars) via a single MCP layer, enabling any MCP-compatible LLM to access diverse financial data through a unified interface.MIT
- AlicenseBqualityCmaintenanceMCP server that provides Korean Exchange (KRX) Open API market data as tools, covering indices, stocks, ETPs, bonds, derivatives, commodities, and ESG.31MIT
Related MCP Connectors
Macro indicators from World Bank, FRED, IMF, and OECD via unified query surface.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Twelve Data MCP: real-time & historical market data (stocks, crypto, forex, etc).
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/Yeom/yummy-research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server