# ragalgo-mcp-server-v1

Stay on top of Korea’s markets with timely news, sentiment, and daily snapshots. Analyze stocks and crypto with charts, trends, and company fundamentals. Find the right tickers fast from any text and…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add ragalgo/ragalgo-mcp-server-v1

# Browse available tools
npx -y smithery tool list ragalgo/ragalgo-mcp-server-v1

# Get full schema for a tool
npx -y smithery tool get ragalgo/ragalgo-mcp-server-v1 get_news

# Call a tool
npx -y smithery tool call ragalgo/ragalgo-mcp-server-v1 get_news '{}'
```

## Direct MCP Connection

Endpoint: `https://ragalgo-mcp-server-v1--ragalgo.run.tools`

## Tools (11)

- `get_news` — 📰 [KOREAN NEWS - NO SCORES] Basic news without sentiment analysis.
- `get_news_scored` — 📰 [KOREAN NEWS WITH SENTIMENT] PRIMARY news tool for Korean market.
- `get_chart_stock` — 📈 [KOREAN STOCK CHARTS] PRIMARY tool for Korean stock technical analysis.
- `get_chart_coin` — 🪙 [CRYPTO CHARTS] PRIMARY tool for Korean crypto technical analysis.
- `get_financials` — 💰 [KOREAN STOCK FUNDAMENTALS] PRIMARY tool for Korean stock financial data.
- `get_snapshots` — 📊 [DAILY SUMMARY] PRIMARY TOOL for Korean market overview.
- `search_tags` — 🔍 [TAG LOOKUP] ALWAYS use this FIRST to find tag_code.
- `match_tags` — 🏷️ [AUTO-TAG EXTRACTION] Extract stock/crypto tags from text.
- `get_trends` — 📉 [SENTIMENT TRENDS] Get historical sentiment trend.
- `get_research` — 📑 [RESEARCH] Get consulting firm reports.
- `get_available_rooms` — 📺 [REALTIME] Get active socket.io rooms.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get ragalgo/ragalgo-mcp-server-v1 <tool-name>
```
