# StockLens (remote · mcp.stocklens.com)

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

- Trust score: 79/100 (medium)
- Change this week: +7
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.stocklens.com`: 79/100 (this document), [markdown](https://verifymcp.io/servers/com-stocklens-stocklens/mcp.md), [page](https://verifymcp.io/servers/com-stocklens-stocklens/mcp)

## Channel facts

- Endpoint: `https://mcp.stocklens.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 94/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 836 tokens (~167/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-stocklens-stocklens https://mcp.stocklens.com/mcp
```

### Codex

```toml
[mcp_servers.com-stocklens-stocklens]
url = "https://mcp.stocklens.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-stocklens-stocklens": {
      "type": "remote",
      "url": "https://mcp.stocklens.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-stocklens-stocklens --url https://mcp.stocklens.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-stocklens-stocklens:
    url: "https://mcp.stocklens.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-stocklens-stocklens": {
      "type": "http",
      "url": "https://mcp.stocklens.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 79, −1)

- [functional] Schema quality: excellent → good

### 2026-08-01 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 79, +5)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 74, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 72, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 71)

First indexed and scored.

## MCP tools (5)

### `fetch_analysis_result` (~89 tokens)

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. Poll every 10 seconds while status is in_progress. Complete results include composite score, domain breakdowns, key insights, and (for plus depth) AI narrative.

Input parameters:

- `analysis_id` (string, required): The analysis_id returned by initiate_analysis

### `get_market_summary` (~120 tokens)

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 authentication required — data is derived from most recent nightly analysis run. Use this to quickly assess a stock before deciding whether to run a full analysis.

Input parameters:

- `exchange` (string): Exchange code (e.g. NASDAQ NYSE). Optional - resolved automatically if omitted.
- `ticker` (string, required): Stock ticker symbol (e.g. AAPL MSFT TSLA)

Output parameters:

- `analysis_date` (string)
- `company_name` (string)
- `composite_score` (number)
- `config_context` (object)
- `data_source` (string)
- `domain_scores` (null|array)
- `exchange` (string)
- `industry` (string)
- `key_challenges` (null|array)
- `key_strengths` (null|array)
- `rating` (null|string)
- `sector` (string)
- `ticker` (string)

### `get_portfolio_insights` (~65 tokens)

Get Portfolio Insights

Retrieve StockLens analysis summaries for the authenticated user's watchlist. Returns composite scores and grades for all watchlisted stocks. FREE tier returns up to 3 holdings; PRO/MAX return the full watchlist. Use this to give users an overview of their portfolio's analytical health.

Output parameters:

- `aggregate_signal` (null|string)
- `tier_limited` (boolean)
- `total_holdings` (integer)
- `watchlist` (null|array)

### `initiate_analysis` (~545 tokens)

Initiate Analysis

Initiate a full StockLens AI analysis for a specific stock. Consumes LENS_AI (standard) or LENS_AI_PLUS (plus depth with AI narratives) credits. Returns an analysis_id — use fetch_analysis_result to poll for completion. Standard analyses complete in ~30 seconds; plus analyses in ~60 seconds. Each call starts a new analysis and consumes a credit; identical requests within a short (~5 minute) window are de-duplicated and return the same analysis_id without re-charging. FREE tier supports standard depth only; PRO/MAX tiers unlock plus depth.

Input parameters:

- `analysis_emphasis` (string): Optional. RISK_EMPHASIS | BALANCED | FUNDAMENTAL_GROWTH_EMPHASIS. Must agree with the emphasis implied by risk_tolerance (low->RISK_EMPHASIS, medium->BALANCED, high->FUNDAMENTAL_GROWTH_EMPHASIS); a m…
- `depth` (string): Analysis depth: standard or plus. Standard uses LENS_AI credit. Plus uses LENS_AI_PLUS credit and adds AI narratives. Default standard.
- `evidence_history_family` (string): Optional. SHORT_HISTORY | MEDIUM_HISTORY | LONG_HISTORY. Must agree with the family implied by time_range (short_2_wk->SHORT_HISTORY, medium_1_mo/medium_2_mo->MEDIUM_HISTORY, long_1_yr/long_2_yr->LON…
- `exchange` (string): Exchange code (e.g. NASDAQ). Optional.
- `risk_tolerance` (string): Analysis focus — reweights how much the analysis weighs downside/quality risk vs. growth/fundamentals. NOT a personal risk or suitability assessment, and it never changes the company's underlying fac…
- `ticker` (string, required): Stock ticker symbol (e.g. AAPL)
- `time_range` (string): Time horizon — shapes which signals the analysis weighs most (shorter horizons favor price action, momentum and news; longer favor fundamentals and quality). Not a price forecast. One window per cali…

Output parameters:

- `analysis_id` (string)
- `credits_consumed` (string)
- `depth` (string)
- `estimated_seconds` (integer)
- `status` (string)

### `ping` (~17 tokens)

Ping

Health check — returns pong to verify MCP connectivity

Output parameters:

- `status` (string): Connectivity status — "ok" when the MCP server is reachable

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-stocklens-stocklens/mcp#diagnostics

## Score history

- 2026-08-03: 79
- 2026-08-02: 79
- 2026-08-01: 80
- 2026-07-31: 79
- 2026-07-30: 74
- 2026-07-29: 73
- 2026-07-28: 72
- 2026-07-27: 72
- 2026-07-26: 71

## Links

- Remote endpoint: https://mcp.stocklens.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-stocklens-stocklens/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-stocklens-stocklens/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-stocklens-stocklens/mcp
