← stocklake.dev

INDIVIDUAL MCP TOOL

get_earnings_intelligence

Upcoming earnings with AI context — flag scores, verdicts, and risk factors per stock.

stocklake.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.stocklake.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_earnings_intelligence and invoke it with your own arguments.

Indexed 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 server

stocklake.dev

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.stocklake-api]
url = "https://www.stocklake.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stocklake-api": {
      "type": "http",
      "url": "https://www.stocklake.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: stocklake-api
Remote MCP URL: https://www.stocklake.dev/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": {
    "stocklake-api": {
      "url": "https://www.stocklake.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stocklake-api": {
      "type": "http",
      "url": "https://www.stocklake.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stocklake-api",
  "transport": "streamable-http",
  "url": "https://www.stocklake.dev/mcp"
}
MCP Inspector

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

Related tools

  • get_stock — Price, fundamentals, technical indicators, and company profile for a stock.
  • get_stock_news — AI-analysed news for a stock, newest first.
  • get_stock_history — Daily OHLCV price history for a stock.
  • get_earnings_calendar — Upcoming earnings dates for stocks in the Stocklake universe.
  • get_market_assessment — Combined AI market assessment: macro regime + market outlook in a single call.
  • get_sector_intelligence — AI-assessed sector intelligence: signal, cycle stage, rotation signal, drivers, alerts, and computed statistics per sector (RSI distribution, breadth, performance 1W/1M, top/bottom movers, historical percentiles).
  • get_insider_activity — Get AI-synthesized insider + institutional activity for a stock.
  • get_stocks — Batch stock data for up to 25 symbols in a single call — the same fields get_stock returns for the same key/symbol, so this is a true batch version, not a thinned-down scan.