# Scope (npm · @jackgillen15-dev/scope-mcp)

Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.

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

## Components

- npm · `@jackgillen15-dev/scope-mcp`: 66/100 (this document), [markdown](https://verifymcp.io/servers/jackgillen15-dev-scope-mcp/jackgillen15-dev-scope-mcp.md), [page](https://verifymcp.io/servers/jackgillen15-dev-scope-mcp/jackgillen15-dev-scope-mcp)

## Channel facts

- Registry: `npm`
- Package: `@jackgillen15-dev/scope-mcp`
- Version: `0.1.1`
- 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-07.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Known CVEs were checked across the 95 of 99 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 95 of 99 dependencies we could resolve, 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 96 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 456 tokens (~91/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 40/100
  - Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 13% 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 jackgillen15-dev-scope-mcp -- npx -y @jackgillen15-dev/scope-mcp
```

### Codex

```bash
codex mcp add jackgillen15-dev-scope-mcp -- npx -y @jackgillen15-dev/scope-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add jackgillen15-dev-scope-mcp --command npx --arg -y --arg @jackgillen15-dev/scope-mcp
```

### Hermes

```yaml
mcp_servers:
  jackgillen15-dev-scope-mcp:
    command: "npx"
    args: ["-y", "@jackgillen15-dev/scope-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "jackgillen15-dev-scope-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@jackgillen15-dev/scope-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-06 (score 66, +1)

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

### 2026-08-04 (score 65, +1)

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

### 2026-08-02 (score 64, +31)

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

### 2026-08-01 (score 33, +15)

- [security improvement] Malware scan: unverified → pass

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

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

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

First indexed and scored.

## MCP tools (5)

### `scope_list_categories` (~56 tokens)

List the legal-services categories Scope can dispatch matters to. Each category has a slug, human label, and an indicator of whether vendors expose REST APIs (api_native) or are reached through Scope's ops-backed adapters (ops_backed).

### `scope_list_vendors` (~106 tokens)

List Scope-verified vendors. Each result includes verified-reputation metrics (on-time %, budget variance, rework rate, completed matters, satisfaction) and credentialing summary. Vendor names are returned only for verified callers; anonymous callers get anonymized labels.

Input parameters:

- `category_slug` (string): Service category slug to filter by (e.g. 'court-reporting'). Omit for all.
- `jurisdiction` (string): Federal district or state code.
- `limit` (integer)

### `scope_dispatch_matter` (~175 tokens)

Post a new sealed-bid matter to Scope. Returns the matter id and status. Vendors in the matching category are notified; bids close after bid_window_minutes (default 4 days). Requires SCOPE_API_TOKEN. Use this when an AI workflow needs to engage a vendor on behalf of a firm - for example when a deposition notice arrives, when records retrieval is needed, or when a social media preservation request is triggered.

Input parameters:

- `bid_window_minutes` (integer)
- `budget_max` (number)
- `budget_min` (number)
- `description` (string, required)
- `jurisdictions` (array)
- `matter_type` (string, required)
- `must_haves` (array)
- `service_category` (string, required)
- `target_kickoff` (string)
- `title` (string, required)

### `scope_get_matter` (~71 tokens)

Look up a matter by its display id (e.g. SC-2041) or UUID. Returns scope details, bids received, award status, and any deliverables. For sealed matters, vendor names are anonymized in returned bids until the matter is awarded.

Input parameters:

- `matter_id` (string, required)

### `scope_list_matters` (~48 tokens)

List matters in flight for the calling buyer organization. Useful for status sweeps and pipeline reporting from inside an AI workflow.

Input parameters:

- `limit` (integer)
- `status` (string)

## Diagnostics

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

## Score history

- 2026-08-07: 66
- 2026-08-06: 66
- 2026-08-05: 65
- 2026-08-04: 65
- 2026-08-03: 64
- 2026-08-02: 64
- 2026-08-01: 33
- 2026-07-31: 18
- 2026-07-30: 42
- 2026-07-28: 42
- 2026-07-27: 42

## Links

- npm package: https://www.npmjs.com/package/@jackgillen15-dev/scope-mcp
- Socket report: https://socket.dev/npm/package/@jackgillen15-dev/scope-mcp
- Repository: https://github.com/scope-bid/scope-mcp
- Website: https://scope-bid.vercel.app/mcp
- Changelog RSS feed: https://verifymcp.io/servers/jackgillen15-dev-scope-mcp/jackgillen15-dev-scope-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/jackgillen15-dev-scope-mcp/jackgillen15-dev-scope-mcp.json
- HTML version of this page: https://verifymcp.io/servers/jackgillen15-dev-scope-mcp/jackgillen15-dev-scope-mcp
