Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

StockLens

com.stocklens/stocklens

AI-powered stock analysis: nightly ratings, on-demand deep-dives, and watchlist insights.

Uptime
100.0%
1 direct probes · 30d
Response
568ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

fetch_analysis_result

Fetch the result or progress of a previously initiated StockLens analysis. Returns status (in_progress/complete/failed), progress percentage, and full result when complete. Each call returns the curre…

get_market_summary

Retrieve the latest StockLens composite analysis summary for a stock ticker. Returns composite score (0-100), an overall rating, per-domain scores and grades, and key strengths and challenges. No auth…

get_portfolio_insights

Retrieve StockLens analysis summaries for the authenticated user's watchlist. Returns available composite scores and grades for watchlisted stocks; either value may be absent when no completed score e…

initiate_analysis

Initiate a full StockLens AI analysis for a specific stock. Starting a new run may consume one Analysis credit (LENS_AI) or one Plus Analysis credit (LENS_AI_PLUS, which may add AI narratives). Return…

ping

Health check — returns pong to verify MCP connectivity

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "stocklens": {
      "url": "https://mcp.stocklens.com/mcp",
      "transport": "streamable-http"
    }
  }
}