# io.github.Stewyboy1990/stockscope-mcp (npm · stockscope-mcp)

SEC EDGAR financial data for AI agents — revenue, margins, filings, company comparisons.

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

## Components

- remote · `stockscope-mcp.stewwilli.workers.dev`: 18/100, [markdown](https://verifymcp.io/servers/stewyboy1990-stockscope-mcp/stockscope-mcp.md), [page](https://verifymcp.io/servers/stewyboy1990-stockscope-mcp/stockscope-mcp)
- npm · `stockscope-mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/stewyboy1990-stockscope-mcp/stockscope-mcp-2.md), [page](https://verifymcp.io/servers/stewyboy1990-stockscope-mcp/stockscope-mcp-2)

## Channel facts

- Registry: `npm`
- Package: `stockscope-mcp`
- Version: `1.1.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 114 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 341 tokens (~56/item across 6 items; 6 tools + 0 resources), lean.
  - 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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add stewyboy1990-stockscope-mcp -- npx -y stockscope-mcp
```

### Codex

```bash
codex mcp add stewyboy1990-stockscope-mcp -- npx -y stockscope-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "stewyboy1990-stockscope-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "stockscope-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add stewyboy1990-stockscope-mcp --command npx --arg -y --arg stockscope-mcp
```

### Hermes

```yaml
mcp_servers:
  stewyboy1990-stockscope-mcp:
    command: "npx"
    args: ["-y", "stockscope-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "stewyboy1990-stockscope-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stockscope-mcp"
      ]
    }
  }
}
```

## 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-03 (score 70, +1)

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

### 2026-08-02 (score 69, +40)

- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Maintenance: pass → unverified
- [functional regression] License: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional] Licence: MIT

### 2026-08-01 (score 29, +23)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 6, −18)

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

### 2026-07-28 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (6)

### `stock_financials` (~77 tokens)

Get financial data for a US public company from SEC EDGAR. Returns revenue, net income, assets, liabilities, equity, net margin, stock tickers, exchange listings, SIC industry code.

Input parameters:

- `query` (string, required): Company name or ticker (e.g. 'Apple', 'AAPL', 'Tesla', 'MSFT')

### `stock_filings` (~66 tokens)

Get recent SEC filings (10-K, 10-Q, 8-K, S-1) for a US public company. Returns filing type, date, and document links.

Input parameters:

- `query` (string, required): Company name or ticker (e.g. 'Apple', 'AAPL')

### `stock_compare` (~58 tokens)

Compare financial data of two US public companies side by side. Shows revenue, net income, margins, assets for both.

Input parameters:

- `company_a` (string, required): First company name or ticker
- `company_b` (string, required): Second company name or ticker

### `stock_insiders` (~46 tokens)

Get recent insider transactions (Form 4 filings) for a US public company.

Input parameters:

- `query` (string, required): Company name or ticker (e.g. 'Apple', 'AAPL')

### `stock_history` (~56 tokens)

Get multi-year financial history and trends for a US public company. Revenue, net income, and assets with CAGR.

Input parameters:

- `query` (string, required): Company name or ticker
- `years` (number): Number of years (default 5)

### `stock_sector_peers` (~38 tokens)

Find companies in the same industry sector (SIC code) as a given company.

Input parameters:

- `query` (string, required): Company name or ticker

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/stewyboy1990-stockscope-mcp/stockscope-mcp-2#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 69
- 2026-08-01: 29
- 2026-07-31: 6
- 2026-07-30: 24
- 2026-07-28: 24
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/stockscope-mcp
- Socket report: https://socket.dev/npm/package/stockscope-mcp
- Repository: https://github.com/Stewyboy1990/stockscope-mcp
- Changelog RSS feed: https://verifymcp.io/servers/stewyboy1990-stockscope-mcp/stockscope-mcp-2/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/stewyboy1990-stockscope-mcp/stockscope-mcp-2/changelog.json
- HTML version of this page: https://verifymcp.io/servers/stewyboy1990-stockscope-mcp/stockscope-mcp-2
