yummy-research-mcp
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 |
| CNN Fear & Greed Index (US) — aktueller Wert + tägliche Historie |
| Indexergo KOSPI Fear & Greed Index (idxDetail=24501, täglich) |
| KOSPI Buffett-Index = Marktkapitalisierung (20104,D) / Summe des BIP der letzten 4 Quartale (09140,Q) × 100 |
| 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
Erstellen Sie einen Fetcher in
src/yummy_research_mcp/sources/<source>.py— reine Funktion, gibt ein JSON-serialisierbares dict zurück.Fügen Sie das
Tool+ Callable zumTOOLS-Register insrc/yummy_research_mcp/server.pyhinzu.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.pyHinweise zu Datenquellen
CNN F&G:
production.dataviz.cnn.io/index/fearandgreed/graphdataJSON API. Browser-UA +Origin: edition.cnn.com+Referersind erforderlich (sonst 418).indexergo: Extraktion der ersten
series.dataaus dem Inline-EChartsoptionJSON der Seite durch Scannen nach ausgeglichenen Klammern. Das Parsen des statischen HTML ist stabiler als der/ajaxMakeChartPOST-Endpunkt der Website, daher wurde dieser Ansatz gewählt.
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