QuantGist-mcp
https://server.smithery.ai/quantgist/quantgist-mcp/mcp**QuantGist MCP** gives Claude and any MCP-compatible agent live macro-economic, earnings, and market data from natural language. Connect over HTTP and pass your QuantGist API key in the `X-API-Key` header (free tier: 100 calls/day — [get one free](https://quantgist.com)). ### Tools (10) - **Macro & events** — `get_upcoming_events`, `get_events_range`, `get_economic_calendar`, `get_event_detail` - **Earnings** — `get_earnings_upcoming`, `get_earnings_for_ticker`, `get_earnings_summary`, `get_earnings_surprises`, `get_earnings_season_summary` - **Markets** — `get_markets_overview` Ask things like *"What high-impact events are in the next 4 hours?"*, *"Show me AAPL's earnings beat rate"*, or *"Give me a quick market overview."* QuantGist provides trading-intelligence context — not order execution or buy/sell advice. **Docs:** https://quantgist.com/docs/mcp · **API keys:** https://quantgist.com · **PyPI:** `pip install quantgist-mcp`
How to connect
https://server.smithery.ai/quantgist/quantgist-mcp/mcp
curl -X POST https://server.smithery.ai/quantgist/quantgist-mcp/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'