Skip to main content

MCP server for Korean stock market analysis (DART disclosures + KRX prices). English-first, drop-in for Claude Desktop / Cursor.

Project description

Korea Stock Insight MCP

PyPI License: MIT

MCP server for Korean stock market analysis. Drop-in for Claude Desktop, Cursor, Cline, and any MCP-compatible client. English-first tool descriptions for global LLM analysts researching Korean equities.

What you get

Tool What it does
get_today_date Today in KST/UTC (YYYYMMDD) — call before any date-range query
get_corp_code Resolve Korean company name or 6-digit ticker → DART corp_code
get_disclosure_list Recent DART filings (date, title, type, receipt no.)
get_disclosure Filing metadata + canonical viewer URL
get_financial_statement Full XBRL financial statements (consolidated/separate, quarterly/annual)
get_stock_quote Daily OHLCV from KOSPI/KOSDAQ (via yfinance, no key required)

DART (전자공시시스템) is South Korea's electronic disclosure system — the SEC EDGAR equivalent, operated by the Financial Supervisory Service (FSS).

Quick start (Claude Desktop)

1. Get a free DART API key

Register at opendart.fss.or.kr and grab your API key from the user page. It's free, instant, and unlimited for retail use.

2. Add to your Claude Desktop config

Edit claude_desktop_config.json (location: macOS ~/Library/Application Support/Claude/, Windows %APPDATA%\Claude\):

{
  "mcpServers": {
    "korea-stock-insight": {
      "command": "uvx",
      "args": ["korea-stock-insight-mcp"],
      "env": {
        "DART_API_KEY": "YOUR_DART_KEY_HERE"
      }
    }
  }
}

Or with pipx / direct pip:

{
  "mcpServers": {
    "korea-stock-insight": {
      "command": "korea-stock-insight-mcp",
      "env": {"DART_API_KEY": "YOUR_DART_KEY_HERE"}
    }
  }
}

3. Restart Claude Desktop and try

"What were Samsung Electronics' most recent disclosures? Pull their last quarter's revenue and operating profit."

Claude will chain get_corp_code("Samsung Electronics")get_disclosure_list("005930")get_financial_statement(corp_code, 2025, "FY") automatically.

Sample queries

  • "Compare the Q1 2025 operating margins of Samsung Electronics, SK Hynix, and LG Energy Solution."
  • "Show me all M&A-related disclosures for Naver in the last 60 days."
  • "What's KODEX 200's price trend over the past 3 months?"
  • "Pull Kakao's most recent annual report and summarize the risk factors section."

Roadmap

v0.2 (in progress) — Full disclosure body extraction (zipped XBRL → plain text)

Pro tier (separate hosted SSE endpoint, $19/mo at mcp.ywhan.com) — Claude-summarized disclosures in English, sentiment scoring, impact scores, real-time webhook push, auto-generated investment theses.

Comparison

This (free) This (Pro, $19/mo) jjlabsio/korea-stock-mcp dartpoint.ai
Price Free $19/mo Free B2B quote
Language English-first English-first Korean Korean
Hosting stdio (local) SSE (hosted) stdio (local) SSE (hosted)
Raw DART/KRX
English summaries
Sentiment / impact partial
Real-time webhooks

License

MIT. See LICENSE.

Acknowledgments

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

korea_stock_insight_mcp-0.1.0.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

korea_stock_insight_mcp-0.1.0-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

Details for the file korea_stock_insight_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: korea_stock_insight_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for korea_stock_insight_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a96d6948e8fac9fd53a6884da023c1aad22b26525c824d080f8a10ea783c2d4a
MD5 2ead991ea7b386ae536e723fa941b96d
BLAKE2b-256 1189aa0003e3f579f76ac8590d1326809c38ceace7ff67245bdf99d68d0577a3

See more details on using hashes here.

File details

Details for the file korea_stock_insight_mcp-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for korea_stock_insight_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 49cb27a8615e5306b4dfa7c5a02e0fe5da09dd73a018c43e6d28a82b04e4a1a7
MD5 afeea599dde10167fe44afc617899fd9
BLAKE2b-256 a879e1fe7d6119cb53f0bd13ee851a995bcb29273500d36a7a0a152ccfedcf10

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page