← stocklake.dev

INDIVIDUAL MCP TOOL

get_stock_history

Daily OHLCV price history for a stock.

stocklake.devnone 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "stocklake-dev",
  "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_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_sentiment_profile — Get AI-synthesized insider + institutional sentiment for a stock.
  • search_stocks — Filter and rank stocks from the Stocklake universe.
  • get_stock_rating — Technical rating (0–10) for a stock with per-indicator breakdown.