Ragalgo Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Ragalgo Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
"Your AI is an Analyst, NOT a Day Trader."
RagAlgo is an MCP Server that provides mathematically scored financial context (Korean Stocks/Crypto) to AI agents. We focus on "State-of-Truth" (Daily Closed Data) to prevent AI hallucinations caused by real-time market noise.
👉 [Official Website (ragalgo.com)](https://www.ragalgo.com)
Discover why RagAlgo is the "Hippocampus" for Agentic AI, not just another RAG.
Our production system on Railway processes global financial data 24/7:
┌─────────────────────────────────────────────────────────────────────────────┐
│ RagAlgo Data Pipeline (Railway) │
├─────────────────────────────────────────────────────────────────────────────┤
│ │
│ 📥 COLLECT 🔍 FILTER 🏷️ TAG 📊 SCORE │
│ ───────────── ────────────── ───────── ────────── │
│ • KR-News-Collector • filter-worker-1 • tag-worker • Gemini-1 │
│ • US-News-Collector • filter-worker-2 • Meta-Hierarchy • Gemini-2 │
│ • UK-News-Collector • filter-worker-3 • Worker • ... │
│ • JP-News-Collector • ibkr_filter_worker3 │ • Gemini-7 │
│ • research-collector │ │ │ │
│ │ │ │ │
│ ════════════════════════════════════════════════════════════════════════ │
│ ↓ │
│ 📦 SNAPSHOT (Daily 18:00 KST) │
│ ────────────────────────────── │
│ • KR-Snapshot • US-Snapshot │
│ • UK-Snapshot • JP-Snapshot │
│ • CRY-Snapshot • Unified-Snapshot │
│ ↓ │
│ 🚀 SERVE (MCP Server) │
│ ───────────────────── │
│ • RagAlgo-Service (SSE/stdio) │
│ • ragalgo-relay-server (WebSocket) │
│ │
└─────────────────────────────────────────────────────────────────────────────┘RagAlgo Architecture
Users often ask: "Why isn't the chart data real-time?"
Because AI performs better with clarity. Real-time tick data is full of noise and volatility. If you feed an LLM raw live prices, it often hallucinates patterns that don't exist.
RagAlgo acts like a Professional Technical Analyst who works after the market closes:
Use RagAlgo to build "Investment Advisors", not "High-Frequency Trading Bots".
Add this to your config file:
%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.json#### ☁️ Cloud Mode (Recommended - No installation required)
{
"mcpServers": {
"ragalgo": {
"url": "https://ragalgo-service-production.up.railway.app/sse",
"env": {
"RAGALGO_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}#### 📦 Local Mode (Requires Node.js)
{
"mcpServers": {
"ragalgo": {
"command": "npx",
"args": ["-y", "ragalgo-mcp-server", "--stdio"],
"env": {
"RAGALGO_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}Tip: You can get a Free 1,000 Call Key instantly at RagAlgo Dashboard.
We have a dedicated repository for practical examples to help you get started quickly. Please visit the [RagAlgo Examples Repository](https://github.com/kokogo100/ragalgo-examples).
"Skeleton + Prompt" Approach: We provide the ingredients. You ask ChatGPT/Claude to cook!
RagAlgo is expanding its CKN coverage globally. Currently, US, UK, Japan, Korea, and Crypto markets are fully supported.
| Market | Asset Class | Status |
|---|---|---|
| 🇰🇷 Korea | KOSPI / KOSDAQ | 🟢 Live (Real-time Sentiment & Charts) |
| 🇺🇸 USA | NYSE / NASDAQ | 🟢 Live (Daily Scored Context) |
| 🇯🇵 Japan | Nikkei 225 | 🟢 Live (Daily Scored Context) |
| 🇬🇧 UK | LSE | 🟢 Live (Daily Scored Context) |
| 🪙 Crypto | Global (Upbit/Binance) | 🟢 Live (Real-time Sentiment & Charts) |
⚠️ CORE CONCEPT: Scored vs Raw - `get_news_scored` (Default): Returns only significant news (Scores ≠ 0). Best for AI decision making. - `get_news` (Raw): Returns ALL news including noise. Use this ONLY if you need raw data feed.
| Tool | Description |
|---|---|
get_news_scored | [RECOMMENDED] News WITH AI Sentiment Scores (-10 ~ +10). Filters out noise. |
get_news | [Advanced] Raw News WITHOUT scores. Includes 0-score noise. Use only if you build your own scorer. |
get_chart_stock | [Core] Global Stock (US/UK/JP/KR) Technical Analysis (Daily Close). |
get_chart_coin | [Core] Global Crypto Technical Analysis (Daily Close). |
get_snapshots | [Best] Market Overview (News + Chart + Trend) in one call. |
get_financials | Corporate Financials (Quarterly/Yearly). |
search_tags | Convert names (e.g., "Samsung") to RagAlgo Tags. |
For users who really need live data (e.g., for monitoring dashboards), we offer a WebSocket stream. Note: This is strictly for monitoring, not for LLM inference context.
wss://ragalgo-relay-server-1-production.up.railway.app~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.