Skip to main content
Glama
aimanhk2023-chencc

finance-mcp

finance-mcp

市場データに特化したリモート Model Context Protocol (MCP) サーバーで、Cloudflare Workers と ChatGPT/Codex などの AI クライアント向けに設計されています。

Tools

  • stock_quote — 最大10ティッカーの最新/ほぼリアルタイムのクォートメタデータ

  • price_history — 日中および日次の間隔での OHLCV 履歴

  • option_chain — オプションの満期、コール、プット、IV、出来高、建玉

  • finance_news — 企業/ティッカーに関するニュース検索

  • market_snapshot — S&P 500、ナスダック総合、ダウ平均、VIX のスナップショット

Related MCP server: Financial Modeling Prep (FMP) MCP Server

データソース

最初のリリースでは Yahoo Finance の公開/非公式エンドポイントを使用しています。実際のレイテンシは取引所および上流のルールによって決まります。上流の権利がリアルタイムデータを明示的に保証しない限り、クォートはほぼリアルタイムとして扱ってください。オプションデータは遅延する場合があります。執行の判断はブローカー/オーダーブックと照合して確認してください。

ローカル開発

npm install
npm run dev

ヘルスチェック:

http://localhost:8787/health

MCP エンドポイント:

http://localhost:8787/mcp

Cloudflare Workers へのデプロイ

npm install
npx wrangler login
npm run deploy

デプロイ後、Wrangler は Workers URL を返します。リモート MCP エンドポイントは次のとおりです:

https://<worker-name>.<account-subdomain>.workers.dev/mcp

/health を使用して Worker に到達可能か確認してください。

MCP クライアントの接続

/mcp で終わるリモート MCP URL を設定します。このプロジェクトは Cloudflare のステートレス MCP ハンドラーを通じて Streamable HTTP を使用します。

プロンプトの例

  • AAPL と NVDA の最新クォートを取得してください。

  • AAPL の5日間・5分足の価格履歴を表示してください。

  • 直近の AAPL オプションチェーンを取得し、出来高が最も多いコールとプットを特定してください。

  • Apple の最新のファイナンスニュースを検索してください。

  • 米国市場のスナップショットを提供してください。

ロードマップ

次のモジュールでは、SEC 提出書類、FRED マクロデータ、機関投資家の保有状況、インサイダー取引、Cboe/OPRA 対応のオプションフィード、ブローカーグレードのリアルタイム市場データプロバイダーを追加できます。

F
license - not found
Not graded
quality - not tested
B
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

  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Real-time financial market data MCP server. Stocks, crypto, technicals, sentiment, FDA calendar. No API keys required.
  • A
    license
    B
    quality
    C
    maintenance
    An MCP server that provides comprehensive access to real-time stock quotes, financial statements, analyst estimates, and technical indicators via the Financial Modeling Prep API. It enables users to conduct in-depth financial analysis and track market performance through specialized tools, resources, and prompt templates.
    26
    35
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A comprehensive MCP server that provides seamless access to Yahoo Finance stock market data, enabling retrieval of real-time quotes, historical data, charts, financial summaries, and market searches.
    38
    ISC
  • F
    license
    A
    quality
    A
    maintenance
    An advanced MCP server for real-time worldwide stock market data, technical indicators, financials, news, and Python sandboxing with AI models, supporting US and Indian markets.
    29

View all related MCP servers

Related MCP Connectors

  • Cloudflare Workers MCP server: crypto-signal

  • Multi-tenant FastMCP server for Charles Schwab brokerage data, monetized via DPYC Tollbooth

  • Hosted MCP for stocks, options, Greeks, brokers, order previews, alerts, and workflows.

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/aimanhk2023-chencc/finance-mcp'

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