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サーバーです。Claude Desktop、Cursor、その他のMCP対応エージェントを介して、ローカルLLMが株価データ取得のコンテキストとして利用できるようになります。

利用可能な機能

  • getStockQuote : インド株の現在の株価を取得します。
  • getHistoricalData : カスタム間隔と期間でインド株の履歴データを取得します。

設定

npm install mcp-stock-analysis

ホストでの使用

サーバーに接続するように 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 : データの時間間隔( dailyweekly 、またはmonthly )(オプション、デフォルト: daily

出力:

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

履歴データを含むJSONオブジェクト。出力の構造はintervalパラメータによって異なります。

貢献

貢献を歓迎します!問題またはプルリクエストを開いてください。

ライセンス

マサチューセッツ工科大学

-
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