Korean Stock MCP
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
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceProvides 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.485MIT
- Alicense-qualityCmaintenanceEnables 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.481MIT
- Alicense-qualityDmaintenanceProvides KOSPI/KOSDAQ stock data including ticker lookup, OHLCV, market capitalization, fundamentals, and trading volume by investor type.MIT
- FlicenseBqualityBmaintenanceProvides 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.531
Related MCP Connectors
Search company disclosures and financial statements from the Korean market. Retrieve stock profile…
Korean market data for AI agents: K-beauty/K-food products, Naver trends, stocks, real estate.
Provide access to Chinese stock market data including historical prices, real-time data, news, and…
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ctk03272/mcp-korean-stock'
If you have feedback or need assistance with the MCP directory API, please join our Discord server