Korean stock market data (KOSPI/KOSDAQ) with ETF tracking and fundamental analysis
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"pykrx": {
"args": [
"pykrx-mcp"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
한국 주식 시장 데이터를 AI 에이전트에게 제공하는 MCP (Model Context Protocol) 서버입니다.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@modelcontextprotocol/inspector' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
MCP Inspector is Vulnerable to Potential Command Execution via XSS When Connecting to an Untrusted MCP Server
An XSS flaw exists in the MCP Inspector local development tool when it renders a redirect URL returned by a remote MCP server. If the Inspector connects to an untrusted server, a crafted redirect can inject script into the Inspector context and, via the built-in proxy, be leveraged to trigger arbitrary command execution on the developer machine. Version 0.16.6 hardens URL handling/validation and prevents script execution. > Thank you to the following researchers for their reports and contributi
MCP Inspector proxy server lacks authentication between the Inspector client and proxy
Versions of MCP Inspector below 0.14.1 are vulnerable to remote code execution due to lack of authentication between the Inspector client and proxy, allowing unauthenticated requests to launch MCP commands over stdio. Users should immediately upgrade to version 0.14.1 or later to address these vulnerabilities. Credit: Rémy Marot <bughunters@tenable.com>
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in analytics / finance
MCP Server for GCP environment for interacting with various Observability APIs.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol (MCP) server that provides AI assistants with direct access to the Spreedly payments API. Enables LLMs to manage gateways, process transactions, tokenize payment methods, and more, through structured, validated tool calls.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
MCP Security Weekly
Get CVE alerts and security updates for io.github.sharebook-kr/pykrx-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
한국 주식 시장 데이터를 AI 에이전트에게 제공하는 MCP (Model Context Protocol) 서버입니다.
pykrx 라이브러리를 기반으로 KOSPI, KOSDAQ, KONEX 시장의 주가, 재무제표, 투자자별 수급, 공매도 등 다양한 데이터를 ChatGPT와 Claude에서 자연어로 조회할 수 있습니다.
프로젝트가 도움이 되었다면 개발자를 응원해주세요!
MCP Registry를 통한 원클릭 설치:
npx @modelcontextprotocol/inspector install pykrx-mcp
Claude Desktop 설정 파일을 직접 수정:
macOS/Linux: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pykrx": {
"command": "uvx",
"args": ["pykrx-mcp"]
}
}
}
설정 후 Claude Desktop을 재시작하면 바로 사용할 수 있습니다.
모든 API는 pykrx 라이브러리를 기반으로 구현되었습니다.
get_market_ticker_list: 시장별 종목 코드 조회get_market_ticker_name: 종목 코드로 종목명 조회get_stock_ohlcv: 개별 종목 OHLCV (시가/고가/저가/종가/거래량)get_market_ohlcv_by_date: 특정 일자 전종목 시세get_market_price_change: 기간별 전종목 가격 변동get_market_cap_by_date: 개별 종목 시가총액 조회get_market_fundamental_by_date: PER, PBR, EPS, DIV, BPS, DPSget_market_trading_value_by_date: 종목별 투자자 수급 (거래대금)get_market_trading_volume_by_investor: 투자자별 거래량get_market_trading_value_by_investor: 투자자별 거래대금get_market_net_purchases_of_equities: 투자자별 순매수 상위 종목get_index_ticker_list: 지수 티커 목록get_index_ticker_name: 지수 이름 조회get_index_portfolio_deposit_file: 지수 구성 종목get_index_ohlcv: 지수 OHLCV 데이터get_index_fundamental: 지수 PER/PBR/배당수익률get_shorting_status_by_date: 종목별 공매도 현황get_shorting_volume_by_ticker: 전종목 공매도 거래량get_shorting_balance_top50: 공매도 잔고 상위 50get_shorting_volume_top50: 공매도 거래 비중 상위 50get_exhaustion_rates_of_foreign_investment: 외국인 보유량 및 한도소진률get_etf_ticker_list: ETF 종목 리스트get_etf_ohlcv_by_date: ETF OHLCV 데이터총 23개의 데이터 조회 도구 지원
개별 종목 주가
"삼성전자 최근 한달 주가 보여줘"
"SK하이닉스 2024년 1월 OHLCV 데이터"
"카카오 지난주 주가 움직임 분석해줘"
시장 전체 시세
"코스피 전종목 오늘 시세 보여줘"
"코스닥 상위 10개 종목 가격 변동률"
"삼성전자 시가총액이 얼마야?"
"삼성전자 최근 한달 거래량 추이"
"네이버 거래대금 분석해줘"
"삼성전자 PER, PBR 알려줘"
"삼성전자 배당수익률 얼마야?"
"네이버 최근 EPS는?"
"삼성전자 외국인 매수세 어때?"
"카카오 최근 기관 수급 분석"
"코스피 개인 투자자가 많이 산 종목"
"외국인이 순매수한 상위 10개 종목"
"삼성전자 공매도 비중 얼마야?"
"코스피 공매도 상위 종목 알려줘"
"공매도 잔고가 가장 높은 종목은?"
"코스피 지수 최근 한달 추이"
"코스닥 150 지수 PER은?"
"반도체 섹터 지수 구성 종목 알려줘"
"삼성전자 외국인 보유 비중은?"
"외국인 한도소진률 높은 종목"
"코스피 종목 리스트"
"005930 종목명이 뭐야?"
"오늘 거래된 ETF 리스트"
복잡한 API 문법 없이 일상 언어로 데이터를 조회할 수 있습니다.
KRX(한국거래소)의 최신 데이터를 제공합니다.
ChatGPT와 Claude에서 바로 사용할 수 있도록 MCP 프로토콜을 지원합니다.