Click on "Install 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
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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.