# RagAlgo MCP Server\ \ \ \ Dynamic RAG Engine for AI Reliability - prevents hallucinations in volatile domains (starting with Korean Finance).\ \ \ \
## Features\ \ \ \
- Real-time Korean Market Data: Stock (KOSPI/KOSDAQ) and Crypto (Upbit) analysis\ \
- Sentiment-Scored News: AI-analyzed news with bullish/bearish scores\ \
- Chart Scoring: Technical analysis with trend zones\ \
- Research Reports: Curated insights from McKinsey, Goldman Sachs, etc.\ \
- Live Tag Dictionary: 2,000+ stocks/coins with automatic matching\ \
\ \
## Installation\ \ \ \
{\
\
"mcpServers": {\
\
"ragalgo": {\
\
"command": "docker",\
\
"args": [\
\
"run", "-i", "--rm",\
\
"-e", "RAGALGO_API_KEY=YOUR_API_KEY",\
\
"ghcr.io/kokogo100/ragalgo-mcp-server:latest"\
\
]\
\
}\
\
}\
\
}
