주식 데이터 MCP 서버
@tsdata
About 주식 데이터 MCP 서버
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"yfinance-mcp-server": {
"command": "python3",
"args": [
"stock_server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 주식 데이터 MCP 서버?
주식 데이터 MCP 서버는 Model Context Protocol(MCP)을 활용하여 주식 시장 데이터를 조회할 수 있는 서버입니다. 실시간 주식 정보(가격, 회사 개요 등)와 다양한 시간대의 현재 날짜/시간 정보를 Claude Desktop과 같은 MCP 호환 클라이언트에 제공합니다.
How to use 주식 데이터 MCP 서버?
Python 3.10 이상, uv 또는 pip로 의존성(mcp[cli], yfinance, pytz)을 설치한 후 stock_server.py를 실행합니다. Claude Desktop에 mcp install stock_server.py --name "주식 데이터 서버" 명령으로 등록하고, 자연어로 주식 가격, 정보, 현재 시간 등을 질의하면 됩니다.
Key features of 주식 데이터 MCP 서버
- 특정 기간의 주식 가격 데이터 조회
- 회사명, 섹터, 시가총액 등 기본 정보 제공
- 다양한 시간대의 현재 날짜/시간 정보 제공
- ISO, 한국어, Unix 타임스탬프 등 여러 형식 지원
- Yahoo Finance의 비공식 API(yfinance) 사용
- MCP 호환 클라이언트와 자연어 인터페이스
Use cases of 주식 데이터 MCP 서버
- 특정 주식의 최근 주가 확인
- 과거 특정 기간(예: 2025년 1월 6일~9일)의 주가 이력 조회
- 회사 개요, 업종, 시가총액 등 기본 재무 정보 검색
- 여러 시간대(서울, 뉴욕 등)의 현재 시각 확인
FAQ from 주식 데이터 MCP 서버
어떤 데이터 소스를 사용하나요?
yfinance 라이브러리를 통해 Yahoo Finance의 비공식 API를 사용합니다.
의존성 및 실행 환경은 무엇인가요?
Python 3.10 이상이 필요하며, mcp[cli], yfinance, pytz 패키지를 설치해야 합니다.
서비스 제한이나 주의사항이 있나요?
yfinance는 비공식 API이므로 Yahoo Finance 서비스 약관 변경 시 작동이 중단될 수 있습니다. 무료 API로 요청 빈도가 높으면 제한될 수 있으며, 실시간 데이터에 비해 약간의 지연이 있을 수 있습니다.
인증이나 보안이 필요한가요?
—
MCP 전송 방식은 무엇인가요?
—
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome Mlops
visengerA curated list of references for MLOps
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Comments