Skip to main content
Glama

findata-mcp-server

by xBlueCode

財務データ - MCP サーバー

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

利用可能な機能

  • getStockQuote : 株式の現在の相場を取得します。
  • getHistoricalData : 株式の履歴データ (日次、週次、月次) を取得します。
  • (テクニカル分析、企業概要などのツールは今後追加される予定です。)

設定

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

貢献

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

ライセンス

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

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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.

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

  1. 利用可能な機能
    1. 設定
      1. Smithery経由でインストール
      2. 手動インストール
    2. ホストでの使用
      1. ツール
        1. getStockQuote
        2. getHistoricalData
      2. 貢献
        1. ライセンス

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        This is an MCP server for PostgREST. It allows LLMs perform database queries and operations on Postgres databases via PostgREST. This server works with both Supabase projects (which use PostgREST) and standalone PostgREST servers.
        Last updated -
        539
        1,591
        TypeScript
        Apache 2.0
        • Apple
      • A
        security
        A
        license
        A
        quality
        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.
        Last updated -
        5
        30
        Python
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        An MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.
        Last updated -
        Python
        MIT License
        • Linux
        • Apple

      View all related MCP servers

      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