주식 데이터 MCP 서버 logo

주식 데이터 MCP 서버

by tsdata

This is a server that allows you to query stock market data using the Model Context Protocol (MCP). It provides real-time stock information and date/time information to MCP-compatible clients like Claude Desktop.

View on GitHub

Last updated: N/A

What is 주식 데이터 MCP 서버?

This server provides stock market data using the Model Context Protocol (MCP). It allows users to retrieve stock price history, stock information, and current date/time information.

How to use 주식 데이터 MCP 서버?

Install the required dependencies (Python 3.10+, uv or pip), then run the stock_server.py script. You can then install it to Claude Desktop using mcp install stock_server.py --name "주식 데이터 서버" and query the server using natural language questions.

Key features of 주식 데이터 MCP 서버

  • Stock price data retrieval for specific periods

  • Stock information retrieval including company details and financial data

  • Current date/time information in various time zones and formats

  • Integration with Claude Desktop via MCP

Use cases of 주식 데이터 MCP 서버

  • Retrieve recent stock prices for a given symbol.

  • Retrieve stock prices for a specific date range.

  • Obtain basic information about a company.

  • Get the current date and time in a specific timezone.

FAQ from 주식 데이터 MCP 서버

What is the required python version?

Python 3.10 or higher

What libraries are required?

mcp[cli], yfinance, pytz

How do I install the dependencies?

Using uv: uv add "mcp[cli]" yfinance pytz or using pip: pip install "mcp[cli]" yfinance pytz

How do I run the server?

python3 stock_server.py or mcp run stock_server.py

How do I install the server to Claude Desktop?

mcp install stock_server.py --name "주식 데이터 서버"