← quantgist.com

INDIVIDUAL MCP TOOL

get_earnings_season_summary

Get the index-level summary of the current earnings season — total reports, overall beat rate, average EPS surprise, and season label (e.g.

quantgist.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

quantgist.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.quantgist]
url = "https://api.quantgist.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "quantgist": {
      "type": "http",
      "url": "https://api.quantgist.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: quantgist
Remote MCP URL: https://api.quantgist.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "quantgist": {
      "url": "https://api.quantgist.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "quantgist": {
      "type": "http",
      "url": "https://api.quantgist.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "quantgist",
  "transport": "streamable-http",
  "url": "https://api.quantgist.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_upcoming_events — Get macro-economic events scheduled in the next N hours.
  • get_events_range — Get economic events within a specific date range, optionally filtered by country, impact level, or trading symbol.
  • get_economic_calendar — Get the full economic calendar for a specific date, grouped by time.
  • get_event_detail — Get full details for a specific economic event by its ID, including actual/forecast/previous values and affected symbols.
  • get_earnings_upcoming — Get the next upcoming earnings reports across all tickers, ordered by report date.
  • get_earnings_for_ticker — Get earnings history for a specific stock ticker, including EPS estimates vs actuals, revenue, beat/miss classification, and SEC EDGAR filing links.
  • get_earnings_summary — Get a beat/miss/in-line summary for a ticker — how many quarters did it beat, miss, or come in-line with EPS estimates?
  • get_earnings_surprises — Get the largest EPS surprises across the market — stocks that significantly beat or missed analyst estimates in their most recent earnings report.