MCP-native · Streamable HTTP · 2025-11-25

Stock intelligence for
AI agents

Real-time prices, fundamentals, technical ratings, and AI-analysed news — delivered over the Model Context Protocol.

Read the docs Get API key
MCP endpoint  ·  https://api.stocklake.dev/mcp
What you get

Five tools, zero noise

Every response is structured, AI-enriched, and ready for agent consumption.

get_stockfree
Price, fundamentals, and technical indicators (RSI, MACD, Bollinger Bands, moving averages) for any ticker.
get_stock_newspro
AI-classified news with sentiment, flag score (0–10), and summarised analysis. Auto-triggers our pipeline when data is stale.
get_stock_ratingpro
Composite technical rating (0–10) synthesising RSI, MACD, Bollinger Bands, and trend signals with a BULLISH / NEUTRAL / BEARISH verdict.
get_stock_historypro
Daily OHLCV price history for any ticker — up to 90 days. Open, high, low, close, volume per bar.
search_stockspro
Filter and rank stocks by sector, country, RSI signal (oversold/overbought), analyst recommendation, and volume. Sort by momentum, market cap, or our composite rating.
How it works

Plug in, ask questions

Any MCP-compatible client connects directly — Claude Desktop, Claude Code, custom agents.

# Claude Desktop — claude_desktop_config.json { "mcpServers": { "stocklake": { "command": "npx", "args": ["-y", "mcp-remote", "https://api.stocklake.dev/mcp"], "env": { "MCP_REMOTE_HEADER_X_API_KEY": "sl_your_key_here" } } } }
# Python (fastmcp) from fastmcp import Client import httpx transport = httpx.AsyncClient( base_url="https://api.stocklake.dev/mcp", headers={"Authorization": "Bearer sl_your_key_here"} ) async with Client("https://api.stocklake.dev/mcp") as mcp: result = await mcp.call_tool("get_stock_rating", {"symbol": "NVDA"})
Pricing

Start free, upgrade when you need it

No credit card required for the free tier. Email to get your key.

Free
$0 / month
Perfect for prototyping and personal agents.
  • get_stock — price, fundamentals, indicators
  • 500 requests / day
  • 50 tickers / day
  • Upgrade for news, ratings, history, screener, earnings & macro
Get free key