Best for
- Korean stock investors who need access to official disclosure and financial reports
- Financial analysts focusing on the Korean market
- Developers wanting to streamline Korean stock research with AI
This MCP server provides official API access to Korean stock data and disclosure documents, making it ideal for Korean stock investors seeking reliable information. Its main strengths are the use of official DART and KRX data sources and the variety of tools for comprehensive analysis. Users need to manage API keys carefully and be aware of handling large documents.
korea-stock-mcp is an MCP server for Korean stock analysis, leveraging official APIs from DART (Data Analysis, Retrieval and Transfer System) and KRX (Korea Exchange) to provide stock price information, disclosure data, XBRL financial statements, and daily trading data. This server enables AI models to retrieve reliable Korean stock market data for analysis and queries.
{
"mcpServers": {
"korea-stock-mcp": {
"command": "npx",
"args": [
"-y",
"korea-stock-mcp@latest"
],
"env": {
"DART_API_KEY": "<YOUR_DART_API_KEY>",
"KRX_API_KEY": "<YOUR_KRX_API_KEY>"
}
}
}
}