Skip to main content
Glama
aimanhk2023-chencc

finance-mcp

finance-mcp

Ein fokussierter Remote-Server für das Model Context Protocol (MCP) für Marktdaten, entwickelt für Cloudflare Workers und KI-Clients wie ChatGPT/Codex.

Tools

  • stock_quote — aktuelle / nahezu Echtzeit-Kursmetadaten für bis zu 10 Ticker

  • price_history — OHLCV-Verlauf mit Intraday- und Tagesintervallen

  • option_chain — Optionsverfälle, Calls, Puts, IV, Volumen und Open Interest

  • finance_news — Unternehmens-/Ticker-Nachrichtensuche

  • market_snapshot — S&P 500, Nasdaq Composite, Dow Jones und VIX-Schnappschuss

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

Datenquellen

Die erste Version verwendet öffentliche/inoffizielle Yahoo-Finance-Endpunkte. Börsen- und Upstream-Regeln bestimmen die tatsächliche Latenz. Behandeln Sie Kurse als nahezu Echtzeit, sofern Ihre Upstream-Berechtigung nicht ausdrücklich Echtzeitdaten garantiert. Optionsdaten können verzögert sein; überprüfen Sie Ausführungsentscheidungen gegen Ihren Broker/Orderbuch.

Lokale Entwicklung

npm install
npm run dev

Health-Check:

http://localhost:8787/health

MCP-Endpunkt:

http://localhost:8787/mcp

Bereitstellung auf Cloudflare Workers

npm install
npx wrangler login
npm run deploy

Nach der Bereitstellung gibt Wrangler eine Workers-URL zurück. Ihr Remote-MCP-Endpunkt lautet:

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

Verwenden Sie /health, um zu überprüfen, ob der Worker erreichbar ist.

MCP-Client verbinden

Konfigurieren Sie die Remote-MCP-URL, die auf /mcp endet. Dieses Projekt verwendet Streamable HTTP über den zustandslosen MCP-Handler von Cloudflare.

Beispiel-Prompts

  • Get AAPL and NVDA latest quotes.

  • Show AAPL 5-day 5-minute price history.

  • Get the nearest AAPL option chain and identify the highest-volume calls and puts.

  • Find the latest Apple finance news.

  • Give me a US market snapshot.

Roadmap

Zukünftige Module können SEC-Einreichungen, FRED-Makrodaten, institutionelle Bestände, Insider-Transaktionen, Cboe/OPRA-fähige Optionsfeeds und Broker-taugliche Echtzeit-Marktdatenanbieter hinzufügen.

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