Quant Gist MCP Server

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. Its 17 documented tools cover earnings, webhook, upcoming, events. It runs locally over stdio via the published package.

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-17 · ★ 2 · #75 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Quant Gist

before you install - you'll need

Set QUANTGIST_API_KEY before connecting.

Claude Code

claude mcp add quantgist-technologies-quantgist_mcp -- uvx quantgist-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "quantgist-technologies-quantgist_mcp": {
      "command": "uvx",
      "args": [
        "quantgist-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package quantgist-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.QuantGist-Technologies is GitHub-verified and matches the repo owner

03 · What Quant Gist can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can read events in the next N hours, read events in a date range, read the day's macro calendar grouped by release time. This tool calls, and read full detail for one event.

Capability map

Tools grouped from the project's README - what Quant Gist lets an agent do.

read & search

7 tools - e.g. Returns events in the next N hours.; Returns events in a date range.; Returns the day's macro calendar grouped by release time. This tool calls

get_upcoming_events · get_events_range · get_economic_calendar · get_event_detail · get_markets_overview · get_subscription…

Earnings

5 tools - e.g. Returns the next upcoming earnings reports across all tickers, ordered by report date.; Returns earnings history for a single ticker (EPS estimate vs actual, revenue, beat/miss, EDGAR links).; Returns…

get_earnings_upcoming · get_earnings_for_ticker · get_earnings_summary · get_earnings_surprises · get_earnings_season_summary

Webhook

3 tools - e.g. Registers an HTTPS webhook endpoint (Pro plan). Confirm-gated: without confirm: true it returns a preview and makes no API call. The signing secret is returned ; Permanently deletes a webhook endpoint and…

create_webhook · delete_webhook · test_webhook

create & write

2 tools - e.g. Creates a new API key, optionally scoped. Confirm-gated. The full key is returned once only - store it securely.; Creates a Stripe Checkout session for a plan upgrade. Never charges - returns a…

create_api_key · create_checkout_session

04 · Who maintains Quant Gist

QuantGist is maintained by quantgist-technologies. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
productivity - ranked #75 of 139 actively-maintained productivity servers as of 2026-08-25.
registry
io.github.QuantGist-Technologies/quantgist-mcp (active, first published 2026-06-27 · 13 versions)
packages
pypi:quantgist-mcp

06 · Quant Gist FAQ

Is Quant Gist still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-17. We re-verify nightly.

What can Quant Gist do?

With this server connected, an agent can read events in the next N hours, read events in a date range, read the day's macro calendar grouped by release time. This tool calls, and read full detail for one event.

How do I install Quant Gist?

Run `uvx quantgist-mcp`. The README documents one environment variable (QUANTGIST_API_KEY) to set first. Set QUANTGIST_API_KEY before connecting. You can also paste the ready-made client config above.

Does Quant Gist run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Quant Gist

More productivity MCP servers · Jira MCP · Remnus · Neuro Stack · Agentic Task System (ATS) · Backburner

More Python MCP servers · Quanttogo MCP (quanttogo) · Scopus MCP · Qcqx Project Manage MCP · Biolit · Zoekt MCP · see all