# kr-crypto-intelligence

Korean crypto market data + AI analysis for AI agents. 11 tools including arbitrage scanner (189+ tokens), exchange alerts, kimchi/stablecoin premium, and world's first Korean-to-English sentiment an…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add bakyang2/kr-crypto-intelligence

# Browse available tools
npx -y @smithery/cli@latest tool list bakyang2/kr-crypto-intelligence

# Get full schema for a tool
npx -y @smithery/cli@latest tool get bakyang2/kr-crypto-intelligence get_kimchi_premium

# Call a tool
npx -y @smithery/cli@latest tool call bakyang2/kr-crypto-intelligence get_kimchi_premium '{}'
```

## Direct MCP Connection

Endpoint: `https://kr-crypto-intelligence--bakyang2.run.tools`

## Tools (11)

- `get_kimchi_premium` — Get real-time Kimchi Premium — the price difference between Korean exchanges (Upbit) and global exchanges (Binance).
- `get_kr_prices` — Get cryptocurrency prices from Korean exchanges (Upbit, Bithumb).
- `get_fx_rate` — Get current USD/KRW exchange rate.
- `get_available_symbols` — Get all available trading symbols on Korean exchanges.
- `get_stablecoin_premium` — Get USDT and USDC premium on Korean exchanges vs official USD/KRW rate.
- `check_health` — Check service health and exchange connectivity status.
- `get_arbitrage_scanner` — Scan Kimchi Premium for ALL tokens (180+) traded on both Upbit and Binance.
- `get_exchange_alerts` — Get Korean exchange alerts: new listings, delistings, investment warnings, and caution flags.
- `get_market_movers` — Get Korean market movers: 1-minute price surges/crashes (>1%), volume spikes,
- `get_market_read` — AI-powered Korean crypto market analysis. Combines Kimchi Premium, stablecoin premium, FX rate, Upbit/Bithumb volume ra…
- `get_kr_sentiment` — Korean crypto market sentiment analysis in English.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get bakyang2/kr-crypto-intelligence <tool-name>
```
