A comprehensive Korean stock market analysis tool using strategies from 6 legendary investors.
-
Local MCP Server (Claude Desktop)
- Real-time KOSPI/KOSDAQ data via pykrx
- Python-based accurate Korean market data
-
HTTP API Endpoint (Kakao PlayMCP, Web Services)
- Vercel serverless deployment
- Real-time data via Yahoo Finance API
- Available directly in KakaoTalk
- 📊 Real-time Stock & Financial Analysis - PER, PBR, ROE, EPS
- 📈 Technical Indicators - RSI, MACD, Bollinger Bands, Moving Averages
- 💰 DCF Valuation - Fair value calculation
- 📰 News & Sentiment Analysis - Latest news monitoring
- 🏢 Institutional/Foreign Flow - Smart money tracking
- 🔍 Peer Comparison - Industry competitor analysis
- 🎯 6 Investment Master Strategies - Proven investment methodologies
Choose your preferred installation method:
npx @mrbaeksang/korea-stock-analyzer-mcpAdd to claude_desktop_config.json:
{
"mcpServers": {
"korea-stock-analyzer": {
"command": "npx",
"args": ["-y", "@mrbaeksang/korea-stock-analyzer-mcp"]
}
}
}{
"mcpServers": {
"korea-stock-analyzer": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://korea-stock-analyzer-mcp.vercel.app/api/mcp"]
}
}
}- get_financial_data - PER, PBR, EPS, ROE, dividend yield
- get_technical_indicators - MA, RSI, MACD, 52-week high/low
- calculate_dcf - Intrinsic value calculation
- search_news - Latest news and sentiment
- get_supply_demand - Institutional/foreign investor analysis
- compare_peers - Industry peer comparison
- analyze_equity - Complete analysis with all strategies
"Analyze Samsung Electronics stock"
"Calculate DCF for SK Hynix"
"Compare NAVER with Kakao"
- 🎩 Warren Buffett - Owner Earnings, ROE focus
- 📊 Peter Lynch - PEGY Ratio analysis
- 💼 Benjamin Graham - Graham Number valuation
- 🎯 Joel Greenblatt - Magic Formula ranking
- 🔍 Philip Fisher - 15-Point growth checklist
- 🌍 John Templeton - Maximum pessimism approach
한국 주식 시장 전문 분석 도구입니다. 워런 버핏, 피터 린치 등 6명의 전설적인 투자자들의 전략을 활용합니다.
-
로컬 MCP 서버 (Claude Desktop)
- pykrx를 통한 실시간 KOSPI/KOSDAQ 데이터
- Python 기반 정확한 한국 시장 데이터
-
HTTP API 엔드포인트 (Kakao PlayMCP, 웹 서비스)
- Vercel 서버리스 배포
- Yahoo Finance API를 통한 실시간 데이터
- 카카오톡에서 바로 사용 가능
- 📊 실시간 주가 및 재무제표 분석 - PER, PBR, ROE, EPS
- 📈 기술적 지표 계산 - RSI, MACD, 볼린저밴드, 이동평균선
- 💰 DCF 밸류에이션 - 적정주가 계산
- 📰 뉴스 및 감성 분석 - 최신 뉴스 모니터링
- 🏢 외국인/기관 수급 동향 - 스마트머니 추적
- 🔍 동종업계 비교 분석 - 경쟁사 대비 평가
- 🎯 6명의 투자 대가 전략 - 검증된 투자 방법론
# 즉시 실행 - 설치 불필요
npx @mrbaeksang/korea-stock-analyzer-mcp# 글로벌 설치
npm install -g @mrbaeksang/korea-stock-analyzer-mcp
# 실행
korea-stock-analyzerWindows: %APPDATA%\Claude\claude_desktop_config.json
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"korea-stock-analyzer": {
"command": "npx",
"args": ["-y", "@mrbaeksang/korea-stock-analyzer-mcp"]
}
}
}claude mcp add korea-stock -- npx -y @mrbaeksang/korea-stock-analyzer-mcp{
"mcpServers": {
"korea-stock-analyzer": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://korea-stock-analyzer-mcp.vercel.app/api/mcp"
]
}
}
}카카오톡 AI 채팅에서 바로 사용! PlayMCP에서 "한국주식 AI 분석가"를 검색하���요.
npx -y @smithery/cli install korea-stock-analyzer --client claude- get_financial_data - PER, PBR, EPS, ROE, 배당수익률 조회
- get_technical_indicators - 이동평균, RSI, MACD, 52주 최고/최저
- calculate_dcf - DCF 기반 적정가치 계산
- search_news - 최신 뉴스 및 감성 분석
- get_supply_demand - 기관/외국인 수급 분석
- compare_peers - 동종업계 비교 분석
- analyze_equity - 모든 전략을 활용한 종합 분석
"삼성전자 주식 분석해줘"
"SK하이닉스 DCF 계산해줘"
"네이버와 카카오 비교해줘"
"현대차 수급 분석 보여줘"
"LG화학 기술적 지표 확인"
- 🎩 워런 버핏 - 오너 어닝스, 높은 ROE 중심
- 📊 피터 린치 - PEGY 비율 분석
- 💼 벤저민 그레이엄 - 그레이엄 수치 기반 평가
- 🎯 조엘 그린블라트 - 매직 포뮬러 순위
- 🔍 필립 피셔 - 15가지 성장성 체크리스트
- 🌍 존 템플턴 - 최대 비관 시점 투자
# 저장소 복제
git clone https://github.com/Mrbaeksang/korea-stock-analyzer-mcp.git
cd korea-stock-analyzer-mcp
# 의존성 설치
npm install
# 빌드
npm run build
# 실행
npm start- Node.js 18 이상
- Python 3.9 이상 (자동 처리됨)
- Claude Desktop (MCP 통합용)
서버가 자동으로 필요한 Python 패키지를 설치합니다:
pykrx- 한국 주식 시장 데이터pandas- 데이터 처리numpy- 수치 계산
# 의존성 설치
npm install
# 개발 모드 실행
npm run dev
# 프로덕션 빌드
npm run build
# 테스트 실행
npm test├── src/
│ ├── server.ts # 메인 MCP 서버
│ ├── services/ # 핵심 서비스
│ │ ├── financial-data.ts # 재무 데이터
│ │ ├── market-data.ts # 시장 데이터
│ │ ├── supply-demand.ts # 수급 분석
│ │ └── python-executor.ts # Python 실행
│ └── analyzers/ # 투자 전략
│ ├── buffett.ts # 버핏 전략
│ ├── lynch.ts # 린치 전략
│ ├── graham.ts # 그레이엄 전략
│ ├── greenblatt.ts # 그린블라트 전략
│ ├── fisher.ts # 피셔 전략
│ └── templeton.ts # 템플턴 전략
기여를 환영합니다! Pull Request를 보내주세요.
MIT 라이선스 - 자세한 내용은 LICENSE 파일을 참조하세요.
이 도구는 교육 및 연구 목적으로만 사용하세요. 투자 조언이 아닙니다. 투자 결정 전 반드시 본인의 판단으로 결정하세요.
Made with ❤️ for Korean stock investors using Claude Desktop