← stocklake.dev

INDIVIDUAL MCP TOOL

get_stock_research

Full AI research bundle for a stock in one call — fundamentals, AI-generated summary, recent AI-classified news, insider/institutional signal, and active trade signal.

stocklake.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.stocklake.dev/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "stocklake-api",
  "transport": "streamable-http",
  "url": "https://api.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.