Skip to main content
Glama
xBlueCode

findata-mcp-server

by xBlueCode

財務データ - MCP サーバー

鍛冶屋のバッジ

これは、Alpha Vantage API へのアクセスを提供し、株価データの取得を LLM のコンテキストとして使用できるようにする MCP サーバーです。

利用可能な機能

  • getStockQuote : 株式の現在の相場を取得します。

  • getHistoricalData : 株式の履歴データ (日次、週次、月次) を取得します。

  • (テクニカル分析、企業概要などのツールは今後追加される予定です。)

Related MCP server: AlphaVantage MCP Server

設定

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Financial Data Server を自動的にインストールするには:

npx -y @smithery/cli install findata-mcp-server --client claude

手動インストール

npm install findata-mcp-server

ホストでの使用

  1. Alpha Vantage https://www.alphavantage.co/support/#api-keyから API キーを取得します。

  2. サーバーに接続するように MCP クライアント (例: Claude Desktop) を構成します。

{
  "mcpServers": {
    "alphaVantage": {
      "command": "npx",
      "args": ["-y", "findata-mcp-server"],
      "env": {
        "ALPHA_VANTAGE_API_KEY": "PUT_YOUR_API_KEY_HERE"
      }
    }
  }
}

ツール

getStockQuote

株式の現在の相場を取得します。

入力:

symbol : 株式シンボル(例:AAPL)出力例:

getHistoricalData

株式の履歴データを取得します。

入力:

  • symbol : 株式シンボル(例:AAPL)

  • interval : データの時間間隔( dailyweekly 、またはmonthly )(オプション、デフォルト: daily

  • outputsize : 出力のサイズ( compactまたはfull )(オプション、デフォルト: compact )出力:

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

貢献

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

ライセンス

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

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    A Model Context Protocol (MCP) server that provides real-time access to financial market data through the free Alpha Vantage API. This server implements a standardized interface for retrieving stock quotes and company information.
    12
    105
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that provides real-time financial data integration with Alpha Vantage's API, enabling access to stock market data, cryptocurrency prices, forex rates, and technical indicators.
    7
    16
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

  • Alpha Vantage MCP — Stock market data, fundamentals, and earnings

  • MCP server for AI dialogue using various LLM models via AceDataCloud

View all MCP Connectors

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/xBlueCode/findata-mcp-server'

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