# Korean Crypto

Access real-time price data, order books, and candle information from major Korean exchanges like Upbit and Bithumb. Track the Kimchi premium by comparing local market prices against global benchmark…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add koreafintech/korean-crypto-mcp

# Browse available tools
npx -y smithery tool list koreafintech/korean-crypto-mcp

# Get full schema for a tool
npx -y smithery tool get koreafintech/korean-crypto-mcp get_price

# Call a tool
npx -y smithery tool call koreafintech/korean-crypto-mcp get_price '{}'
```

## Direct MCP Connection

Endpoint: `https://korean-crypto-mcp--koreafintech.run.tools`

## Tools (7)

- `get_price` — 업비트 실시간 현재가. 예: KRW-BTC
- `get_kimchi_premium` — 김치프리미엄 계산 (업비트 vs CoinGecko). 예: BTC
- `get_top_movers` — 24h 상승/하락 상위 코인
- `compare_exchanges` — 업비트 vs 빗썸 가격 비교. 예: BTC
- `get_orderbook` — 업비트 호가창. 예: KRW-BTC
- `get_candles` — 업비트 캔들 데이터
- `get_markets` — 업비트 마켓 목록

```bash
# Get full input/output schema for a tool
npx -y smithery tool get koreafintech/korean-crypto-mcp <tool-name>
```
