This is a proxy wrapper around the jjlabsio/korea-stock-mcp server that lets you search KRX listed stocks, pull base info, and grab daily trade snapshots without managing your own KRX_API_KEY. It covers KOSPI, KOSDAQ, and KONEX markets with three simple GET endpoints: search by name, fetch company details, and retrieve daily OHLCV data. The responses are clean JSON with Korean and English fields, plus proxy cache metadata. It's read-only and returns snapshots, not real-time ticks, so don't expect live quotes or financial statement analysis. Useful if you're building Korean market tools and don't want to deal with KRX API registration yourself.
npx skills add https://github.com/nomadamas/k-skill --skill korean-stock-search