loading…
Search for a command to run...
loading…
Provides access to Korean stock market data, including stock listings, daily historical records, and 10-minute intraday candles via FinanceDataReader and Naver
Provides access to Korean stock market data, including stock listings, daily historical records, and 10-minute intraday candles via FinanceDataReader and Naver APIs. It enables users to search for stocks, retrieve detailed profiles, and calculate technical indicators locally.
Python MCP server for Korean stocks with:
FinanceDataReader for listings, stock profile fields, and daily OHLCV10-minute intraday candlesSTDIO and HTTP/SSE transportssearch_korean_stocksget_korean_stock_profileget_korean_stock_daily_historyget_korean_stock_intraday_10mget_korean_stock_indicatorsFinanceDataReaderpython3 -m venv .venv
source .venv/bin/activate
pip install -e .[dev]
korean-stock-mcp
MCP_TRANSPORT=http MCP_HOST=127.0.0.1 MCP_PORT=8000 korean-stock-mcp
Health endpoint:
GET /healthz
JSON-RPC endpoint:
POST /mcp
SSE endpoint:
GET /sse
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_korean_stocks","arguments":{"query":"삼성전자"}}}
{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"get_korean_stock_daily_history","arguments":{"symbol_or_name":"005930","limit_days":30}}}
{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"get_korean_stock_intraday_10m","arguments":{"symbol_or_name":"252670","lookback_days":5}}}
The repository includes:
.github/workflows/ci.ymlmacmini: .github/workflows/deploy-macmini.ymllaunchd template: deploy/launchd/com.ctk03272.mcp-korean-stock.plistProduction runtime expects:
MCP_TRANSPORT=http.env/Users/<runner-user>/services/mcp-korean-stocklaunchd starts the service through deploy/run_server.sh, which loads shared/.env before executing Python10-minute data uses an unofficial Naver endpoint and may be delayed or subject to upstream schema changes.FinanceDataReader exposes in listing datasets.Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"korean-stock-mcp": {
"command": "npx",
"args": []
}
}
}