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/healthMCP エンドポイント:
http://localhost:8787/mcpCloudflare 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 対応のオプションフィード、ブローカーグレードのリアルタイム市場データプロバイダーを追加できます。
This server cannot be installed
Maintenance
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
- -licenseNot gradedqualityNot gradedmaintenanceReal-time financial market data MCP server. Stocks, crypto, technicals, sentiment, FDA calendar. No API keys required.
- AlicenseBqualityCmaintenanceAn 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.26351MIT
- AlicenseNot gradedqualityCmaintenanceA 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.38ISC
- FlicenseAqualityAmaintenanceAn 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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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