
Korea Stock Mcp
Pull Korean equity and disclosure data via DART and KRX APIs into Claude or Cursor while researching markets or fintech ideas.
Overview
Korea Stock MCP is a MCP server for the Idea phase that exposes Korean stock and disclosure data to agents via DART and KRX API credentials over stdio.
What is this MCP server?
- stdio npm package korea-stock-mcp v1.1.4 from jjlabsio GitHub
- Requires DART_API_KEY and KRX_API_KEY environment secrets
- MCP tools oriented around Korea stock market data sources
- Suitable for research agents building dashboards, alerts, or validation prototypes
- No extra remotes documented—local stdio registration pattern
- Registry version 1.1.4
- Two required secret API keys: DART_API_KEY and KRX_API_KEY
- Transport: stdio via npm identifier korea-stock-mcp
Community signal: 143 GitHub stars.
What problem does it solve?
Researching Korean listed companies means juggling DART and KRX portals instead of letting your coding agent query structured market data in one place.
Who is it for?
Solo builders prototyping Korea-market finance tools, research bots, or validation dashboards inside MCP workflows.
Skip if: Non-Korean markets, production trading without your own compliance review, or users unwilling to manage DART/KRX API keys.
What do I get? / Deliverables
Once DART and KRX keys are set, MCP clients can retrieve Korea stock-related data during ideation and validation without custom scrapers for every question.
- MCP-callable access to Korea stock data backed by DART and KRX APIs
- Local stdio server entry in your agent MCP config with secret env vars
Recommended MCP Servers
Journey fit
Before building a Korea-focused finance product, builders need authoritative market and filing data inside the agent—not manual portal hopping. Research subphase fits exploratory data gathering and competitive or regulatory context for Korean listed companies.
How it compares
Region-specific market-data MCP, not a general portfolio agent skill or brokerage integration.
Common Questions / FAQ
Who is Korea Stock MCP for?
Indie developers and researchers building Korea-focused finance or data products who want DART and KRX access from Claude Code or Cursor.
When should I use Korea Stock MCP?
Use it during idea and validate work when you need filings, listings, or market facts to stress-test a fintech or analytics concept.
How do I add Korea Stock MCP to my agent?
Install korea-stock-mcp from npm, set DART_API_KEY and KRX_API_KEY in the MCP server environment, and register the stdio server in your agent’s MCP configuration.