yjhann33-design/korea-stock-insight-mcp — explained in plain English
Analysis updated 2026-05-18
Ask Claude or Cursor to pull a Korean company's recent financial disclosures and revenue figures.
Compare operating margins across multiple Korean companies using natural language queries.
Get daily KOSPI or KOSDAQ stock price data inside an AI assistant without leaving the chat.
Look up a Korean company's most recent annual report through DART's disclosure system.
| yjhann33-design/korea-stock-insight-mcp | 0xhassaan/nn-from-scratch | 3ks/embedoc | |
|---|---|---|---|
| Stars | 0 | 0 | — |
| Language | Python | Python | Python |
| Last pushed | — | — | 2023-06-08 |
| Maintenance | — | — | Dormant |
| Setup difficulty | easy | moderate | hard |
| Complexity | 2/5 | 4/5 | 1/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a free DART API key from South Korea's disclosure system.
Korea Stock Insight MCP is a Python server that lets AI assistants like Claude or Cursor analyze the Korean stock market using natural language. MCP, short for Model Context Protocol, is a standard way for AI tools to connect to external data sources, so this server plugs directly into Claude Desktop, Cursor, Cline, or any compatible AI client without extra coding. The server provides six tools: looking up the current date in Korean time, resolving a company name or ticker into a DART code, fetching recent DART filings, retrieving filing metadata, pulling full financial statements, and getting daily stock price data from KOSPI and KOSDAQ exchanges. DART is South Korea's electronic financial disclosure system, the equivalent of the U.S. SEC EDGAR, operated by the Financial Supervisory Service. Financial statements are returned in XBRL format, a standardized format for financial reports, covering consolidated or separate figures on a quarterly or annual basis. Stock prices come from KRX, the Korea Exchange, via yfinance, and this part requires no separate API key. To use it, you register for a free DART API key, add the server configuration to your Claude Desktop or Cursor config file, and ask questions in plain English, for example, comparing the Q1 2025 operating margins of Samsung Electronics, SK Hynix, and LG Energy Solution. The AI client chains the available tools together automatically to answer the question. The server runs locally over stdio, requires no account beyond the free DART key, has no telemetry, and is released under the MIT license. All tool descriptions are written in English, making it accessible to global analysts researching Korean equities without needing Korean language fluency. The roadmap mentions plans for full disclosure text extraction and multi-company batch queries in future versions.
An MCP server that lets AI assistants like Claude pull Korean stock prices and company disclosures via plain English.
Mainly Python. The stack also includes Python, MCP, yfinance.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.