MCP Stock Analysis Server

Integrations

  • Enables installation and execution of the MCP server via npm packages, making it accessible through npx commands.

Akshay Bavkar의 MCP 주식 분석 서버

Yahoo Finance API를 사용하여 실시간 및 과거 인도 주식 데이터에 대한 액세스를 제공하는 MCP 서버입니다. 로컬 LLM은 Claude Desktop, Cursor 및 기타 MCP 호환 에이전트를 통해 주식 데이터 검색을 컨텍스트로 사용할 수 있습니다.

사용 가능한 기능

  • getStockQuote : 인도 주식의 현재 견적을 받아보세요.
  • getHistoricalData : 사용자 정의 간격 및 기간을 사용하여 인도 주식의 과거 데이터를 가져옵니다.

설정

지엑스피1

호스트에서의 사용

MCP 클라이언트(예: Claude Desktop)를 구성하여 서버에 연결합니다.

{ "mcpServers": { "mcp-stock-analysis": { "command": "npx", "args": ["-y", "mcp-stock-analysis"], } } }

도구

getStockQuote

주식의 현재 시세를 알아보세요.

입력:

symbol : 주식 기호(예: RELIANCE.NS)

산출:

{ "symbol": "RELIANCE.NS", "price": 2748.15, "name": "Reliance Industries Ltd" }

getHistoricalData

주식에 대한 과거 데이터를 가져옵니다.

입력:

  • symbol : 주식 기호(예: RELIANCE.NS)
  • interval : 데이터의 시간 간격( daily , weekly 또는 monthly )(선택 사항, 기본값: daily )

산출:

{ "date": "2025-03-21T00:00:00+05:30", "open": 2735, "high": 2750, "low": 2725, "close": 2748.15, "volume": 21780769 }

과거 데이터를 포함하는 JSON 객체입니다. 출력 구조는 interval 매개변수에 따라 달라집니다.

기여하다

기여를 환영합니다! 이슈를 개설하거나 풀 리퀘스트를 보내주세요.

특허

MIT

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Yahoo Finance API를 통해 실시간 및 과거 인도 주식 데이터에 대한 액세스를 제공하여 로컬 LLM이 Claude Desktop 및 Cursor와 같은 MCP 호환 에이전트를 통해 주식 정보를 검색할 수 있도록 합니다.

  1. Available Features
    1. Setup
      1. Usage in Host
        1. Tools
          1. getStockQuote
          2. getHistoricalData
        2. Contributing
          1. License

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          This is an MCP server that provides access to the Alpha Vantage API, allowing stock data retrieval to be used as context to LLMs.
          Last updated -
          2
          15
          6
          JavaScript
        • -
          security
          A
          license
          -
          quality
          Provides comprehensive stock screening capabilities through Yahoo Finance. Enables LLMs to screen stocks based on technical, fundamental, and options criteria, with support for watchlist management and result storage.
          Last updated -
          13
          Python
          MIT License
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server providing real-time stock data and options analysis through Yahoo Finance, enabling LLMs to access market data, analyze stocks, and evaluate options strategies.
          Last updated -
          4
          Python
          MIT License
        • -
          security
          F
          license
          -
          quality
          Integrates Yahoo Finance API with LLaMA 3.2 3B, allowing users to retrieve real-time stock prices, company information, historical data, and market news while maintaining the model's original capabilities.
          Last updated -
          Python

        View all related MCP servers

        ID: v35utpi7bf