Korean Stock MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Korean Stock MCPShow me the daily price history and indicators for Samsung Electronics"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Korean Stock MCP
Python MCP server for Korean stocks with:
FinanceDataReaderfor listings, stock profile fields, and daily OHLCVNaver chart API for
10-minuteintraday candlesSTDIOandHTTP/SSEtransportslocal technical indicator calculation
Features
search_korean_stocksget_korean_stock_profileget_korean_stock_daily_historyget_korean_stock_intraday_10mget_korean_stock_indicators
Related MCP server: krx-cli
Requirements
Python 3.11+
FinanceDataReader
Install
python3 -m venv .venv
source .venv/bin/activate
pip install -e .[dev]Run
STDIO
korean-stock-mcpHTTP
MCP_TRANSPORT=http MCP_HOST=127.0.0.1 MCP_PORT=8000 korean-stock-mcpHealth endpoint:
GET /healthzJSON-RPC endpoint:
POST /mcpSSE endpoint:
GET /sseTool examples
Search
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_korean_stocks","arguments":{"query":"삼성전자"}}}Daily history
{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"get_korean_stock_daily_history","arguments":{"symbol_or_name":"005930","limit_days":30}}}Intraday 10-minute history
{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"get_korean_stock_intraday_10m","arguments":{"symbol_or_name":"252670","lookback_days":5}}}Production deployment
The repository includes:
GitHub Actions CI workflow:
.github/workflows/ci.ymlGitHub Actions deployment workflow for self-hosted runner label
macmini:.github/workflows/deploy-macmini.ymllaunchdtemplate:deploy/launchd/com.ctk03272.mcp-korean-stock.plist
Production runtime expects:
MCP_TRANSPORT=httphost-local
.envdeployment root under
/Users/<runner-user>/services/mcp-korean-stocklaunchdstarts the service throughdeploy/run_server.sh, which loadsshared/.envbefore executing Python
Notes
Intraday
10-minutedata uses an unofficial Naver endpoint and may be delayed or subject to upstream schema changes.Profile fields are limited to what
FinanceDataReaderexposes in listing datasets.
This server cannot be deployed
Maintenance
Related MCP Connectors
Search company disclosures and financial statements from the Korean market. Retrieve stock profile…
Market analyst tools + AI agent: crypto, US equities, options, Korea, fundamentals, macro, backtests
Korean market data for AI agents: K-beauty/K-food products, Naver trends, stocks, real estate.
FinBridge is a hosted MCP server for Korean company disclosures, read in English. DART filings and normalized financial statements, business segments, insider reports and 13F holdings, with US, Japanese and European filers on the same schema for comparison. Search a company by its registered English name or its Korean name. Every answer names the filing, the receipt number and the date. Korean price delivery is planned and not currently served. Docs: https://www.gronox.kr/docs
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides access to Korean financial news and market data (stocks and crypto) with AI-ready mathematical scoring to prevent hallucinations. Includes tools for news retrieval, chart analysis, financial statements, tag matching, and trend analysis.34 npm5MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to query real-time and historical Korean stock market data from KRX (Korea Exchange) including indices, stocks, ETFs, bonds, derivatives, and commodities via MCP tools and resources.26 npm1MIT
- AlicenseNot gradedqualityDmaintenanceProvides KOSPI/KOSDAQ stock data including ticker lookup, OHLCV, market capitalization, fundamentals, and trading volume by investor type.MIT
- AlicenseAqualityBmaintenanceProvides AI with real-time stock data from Naver Securities and Yahoo Finance via 47 tools, enabling accurate analysis without API keys for Korean and US markets.721Academic Free v1.1