Skip to main content
Glama
Yeom

yummy-research-mcp

by Yeom

yummy-research-mcp

海外・国内のマクロ/市場統計をツールとして公開するMCP serverです。最初のデータセットは市場センチメント/バリュエーション指標ですが、今後はKRX、DART、韓国銀行ECOS、FREDなどを同じパターンで追加できるように設計されています。

現在のツール

name

説明

get_cnn_fear_greed

CNN Fear & Greed Index (米国) — 現在値 + 日次履歴

get_kospi_fear_greed

indexergo KOSPI恐怖貪欲指数 (idxDetail=24501, 日次)

get_kospi_buffett

KOSPIバフェット指数 = 時価総額(20104,D) / 直近4Q GDP合計(09140,Q) × 100

get_all_indices

上記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"
      ]
    }
  }
}

新しいデータソースの追加

  1. src/yummy_research_mcp/sources/<source>.py にフェッチャーを作成 — 純粋関数、JSONシリアライズ可能なdictを返却。

  2. src/yummy_research_mcp/server.pyTOOLS レジストリに Tool + コールバックを追加。

  3. 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/graphdata JSON API。ブラウザUA + Origin: edition.cnn.com + Referer が必須 (ないと418エラー)。

  • indexergo: ページ内のインラインECharts option JSONから、最初の series.data を括弧のバランスを考慮してスキャンし抽出。サイトの /ajaxMakeChart POSTエンドポイントよりも静的HTML解析の方が安定しているため採用。

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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
    Not graded
    quality
    D
    maintenance
    Provides Korean Exchange (KRX) Open API data as MCP tools, supporting 31 APIs for indices, stocks, ETP, bonds, derivatives, commodities, and ESG.
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Exposes global market breadth, volume, RSI, volatility, and sentiment for 12 major equity indices (US + Asia) via 5 tools.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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
  • A
    license
    B
    quality
    C
    maintenance
    MCP server that provides Korean Exchange (KRX) Open API market data as tools, covering indices, stocks, ETPs, bonds, derivatives, commodities, and ESG.
    31
    MIT

View all related MCP servers

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).

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/Yeom/yummy-research-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server