Korea Stock Analyzer MCP Server
A comprehensive Korean stock market analysis tool that analyzes KOSPI/KOSDAQ stocks using investment strategies from 6 legendary investors, including Warren Buffett, Peter Lynch, Benjamin Graham, Joel Greenblatt, Philip Fisher, and John Templeton.
A comprehensive Korean stock market analysis tool that analyzes KOSPI/KOSDAQ stocks using investment strategies from 6 legendary investors, including Warren Buffett, Peter Lynch, Benjamin Graham, Joel Greenblatt, Philip Fisher, and John Templeton.
Installation
NPX
npx @mrbaeksang/korea-stock-analyzer-mcp
NPM Global
npm install -g @mrbaeksang/korea-stock-analyzer-mcp
korea-stock-analyzer
Smithery
npx -y @smithery/cli install korea-stock-analyzer --client claude
From Source Code
git clone https://github.com/Mrbaeksang/korea-stock-analyzer-mcp.git
cd korea-stock-analyzer-mcp
npm install
npm run build
npm start
Configuration
Claude Desktop
{
"mcpServers": {
"korea-stock-analyzer": {
"command": "npx",
"args": ["-y", "@mrbaeksang/korea-stock-analyzer-mcp"]
}
}
}
Remote MCP (Serverless)
{
"mcpServers": {
"korea-stock-analyzer": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://korea-stock-analyzer-mcp.vercel.app/api/mcp"]
}
}
}
Available Tools
| Tool | Description |
|---|---|
get_financial_data |
Analysis of P/E ratio, P/B ratio, EPS, ROE, dividend yield |
get_technical_indicators |
Technical analysis: MA, RSI, MACD, 52-week high/low |
calculate_dcf |
Intrinsic value calculation using DCF model |
search_news |
Latest news and sentiment analysis |
get_supply_demand |
Analysis of institutional/foreign investor flows |
compare_peers |
Industry peer comparison analysis |
analyze_equity |
Comprehensive analysis with all investment strategies |
Features
- Real-time stock and financial analysis - P/E ratio, P/B ratio, ROE, EPS
- Technical indicators - RSI, MACD, Bollinger Bands, moving averages
- DCF valuation - fair value calculation
- News and sentiment analysis - latest news monitoring
- Institutional/foreign investor flows - smart money tracking
- Peer comparison - industry competitor analysis
- 6 investment master strategies - proven investment methodologies
- Real-time KOSPI/KOSDAQ data via pykrx
- Serverless deployment capability on Vercel
- Available on KakaoTalk via PlayMCP
Usage Examples
Analyze Samsung Electronics stock
Calculate DCF for SK Hynix
Compare NAVER with Kakao
삼성전자 주식 분석해줘
SK하이닉스 DCF 계산해줘
Notes
Requires Node.js 18+ and Python 3.9+. Automatically installs Python dependencies (pykrx, pandas, numpy). Available as both a local MCP server and as an HTTP API endpoint. Supports bilingual interface (English/Korean). Directly available on KakaoTalk via PlayMCP. For educational/research purposes only - not investment advice.
