Macro events, earnings & market data from QuantGist for Claude and other AI agents.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"quantgist": {
"url": "https://api.quantgist.com/mcp",
"type": "streamable-http",
"headers": {
"X-API-Key": "qg_live_YOUR_KEY"
}
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Exposes QuantGist macro-economic event data as Model Context Protocol (MCP) tools so Claude and other AI agents can query calendars, check event proximity, and assess trade safety — all within a conversation.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'quantgist-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked quantgist-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / finance
Dynamic problem-solving through sequential thought chains
An open-source AI agent that brings the power of Gemini directly into your terminal.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
MCP Security Weekly
Get CVE alerts and security updates for io.github.QuantGist-Technologies/quantgist-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Exposes QuantGist macro-economic event data as Model Context Protocol (MCP) tools so Claude and other AI agents can query calendars, check event proximity, and assess trade safety — all within a conversation.
The server registers 22 tools that any MCP-compatible client (Claude Desktop, Claude Code, custom agents) can call:
Macro economic events
| Tool | Description |
|---|---|
get_upcoming_events | Events scheduled in the next N hours, filtered by impact |
get_events_range | Events in a date range with optional country/symbol/impact filters |
get_economic_calendar | Full day macro calendar from /calendar, grouped by time, with coverage/warnings metadata |
get_event_detail | Full details for one event by ID (actual, forecast, previous, symbols) |
Earnings
| Tool | Description |
|---|---|
get_earnings_upcoming | Next upcoming earnings reports across all tickers, with EPS/revenue estimates |
get_earnings_for_ticker | Earnings history for one ticker (estimate vs actual, beat/miss, EDGAR links) |
get_earnings_summary | Beat / miss / in-line counts and overall beat rate for a ticker |
get_earnings_surprises | Largest EPS surprises across the market in the latest reports |
get_earnings_season_summary | Index-level summary of the current earnings season |
Markets
| Tool | Description |
|---|---|
get_markets_overview | End-of-day quotes for major indices and instruments (S&P 500, Nasdaq, gold, oil…) |
Discovery & help (read-only, no API key required)
| Tool | Description |
|---|---|
get_pricing | Plans, prices, and feature gates (free → enterprise) + the Bot Usage Add-On |
get_limits | Per-plan caps: request quotas, history window, data delay, WS, watchlists, rate limiting |
recommend_endpoint | Map a natural-language use case to the best REST endpoint + MCP tool |
get_status | Check API reachability and link the public status page |
estimate_usage_cost | Estimate which plan fits a request volume + overage / Bot Usage Add-On notes |
Account (webhooks, API keys, billing)
| Tool | Description |
|---|---|
get_subscription | Current plan, status, and billing period (read-only) |
list_webhooks | Registered webhook endpoints (read-only; Pro plan) |
create_webhook | Register an HTTPS webhook endpoint — confirm-gated; signing secret shown once |
delete_webhook | Permanently delete a webhook endpoint — confirm-gated, destructive |
test_webhook | Send a signed synthetic test delivery to verify your consumer |
create_api_key | Create a (optionally scoped) API key — confirm-gated; key shown once |
create_checkout_session | Create a Stripe Checkout session for a plan upgrade — confirm-gated; never charges |
Mutating tools follow an explicit human-in-the-loop pattern:
confirm: true required. Called without it, a mutating tool makes no API call and
returns a preview of exactly what would happen, so the agent can get the user's approval first.create_checkout_session never charges anything — it returns a
Stripe-hosted checkout URL that a human must open in a browser and complete. No card data ever
passes through the tool or QuantGist's API. The plan upgrades automatically after payment.