Skip to main content
Glama
giptilabs

MCP Stock Analysis Server

by giptilabs

Akshay BavkarによるMCP株式分析サーバー

これは、Yahoo Finance APIを使用してインドのリアルタイムおよび過去の株価データへのアクセスを提供するMCPサーバーです。Claude Desktop、Cursor、その他のMCP対応エージェントを介して、ローカルLLMが株価データ取得のコンテキストとして利用できるようになります。

利用可能な機能

  • getStockQuote : インド株の現在の株価を取得します。

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


Related MCP server: StockQuotes MCP

設定

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パラメータによって異なります。

貢献

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

ライセンス

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

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

0Releases (12mo)

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to retrieve real-time stock data, manage watchlists, and perform comprehensive technical analysis using Yahoo Finance API. Provides 18+ tools for stock price tracking, trend analysis, volatility assessment, and financial indicators through MCP integration.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides real-time stock quotes, historical data, and stock search via Yahoo Finance, enabling AI assistants to access and analyze financial market data.
    25
    19
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Provides financial data from Yahoo Finance via MCP, enabling AI agents to access real-time stock info, historical prices, financial statements, and market analysis.
    10
    13
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables real-time and historical Indian stock market data retrieval, including prices, news, recommendations, and top gainers/losers.

View all related MCP servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/giptilabs/mcp-stock-analysis'

If you have feedback or need assistance with the MCP directory API, please join our Discord server