Skip to main content
Glama
Yeom

yummy-research-mcp

by Yeom

yummy-research-mcp

Ein MCP-Server, der internationale und inländische Makro-/Marktstatistiken als Tools bereitstellt. Das erste Datenset umfasst Marktstimmungs- und Bewertungsindikatoren, ist jedoch so konzipiert, dass zukünftig KRX, DART, die Bank of Korea ECOS, FRED usw. nach demselben Muster hinzugefügt werden können.

Aktuelle Tools

name

Beschreibung

get_cnn_fear_greed

CNN Fear & Greed Index (US) — aktueller Wert + tägliche Historie

get_kospi_fear_greed

Indexergo KOSPI Fear & Greed Index (idxDetail=24501, täglich)

get_kospi_buffett

KOSPI Buffett-Index = Marktkapitalisierung (20104,D) / Summe des BIP der letzten 4 Quartale (09140,Q) × 100

get_all_indices

Gibt alle drei oben genannten Werte auf einmal zurück

Jedes Tool gibt ein JSON im Format { name, source, latest, series, ... } zurück.

Related MCP server: rays-mcp

Entwicklungsumgebung

Basiert auf 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                    # 라이브 엔드포인트 스모크 테스트

Registrierung für Claude Code / Claude Desktop

{
  "mcpServers": {
    "yummy-research": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/yeom/workspace/yummy-research-mcp",
        "run",
        "yummy-research-mcp"
      ]
    }
  }
}

Hinzufügen neuer Datenquellen

  1. Erstellen Sie einen Fetcher in src/yummy_research_mcp/sources/<source>.py — reine Funktion, gibt ein JSON-serialisierbares dict zurück.

  2. Fügen Sie das Tool + Callable zum TOOLS-Register in src/yummy_research_mcp/server.py hinzu.

  3. Fügen Sie Live-Smoke-Tests in tests/ hinzu.

Verzeichnisstruktur

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

Hinweise zu Datenquellen

  • CNN F&G: production.dataviz.cnn.io/index/fearandgreed/graphdata JSON API. Browser-UA + Origin: edition.cnn.com + Referer sind erforderlich (sonst 418).

  • indexergo: Extraktion der ersten series.data aus dem Inline-ECharts option JSON der Seite durch Scannen nach ausgeglichenen Klammern. Das Parsen des statischen HTML ist stabiler als der /ajaxMakeChart POST-Endpunkt der Website, daher wurde dieser Ansatz gewählt.

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