# Scope (Claims) - Preview (npm · @scope-bid/scope-claims-mcp)

Insurance claims-side vendor procurement (IMEs, IA, surveillance). Preview - V2 launches Q3 2026.

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

## Components

- remote · `scope.bid`: 38/100, [markdown](https://verifymcp.io/servers/bid-scope-claims/api-mcp-claims.md), [page](https://verifymcp.io/servers/bid-scope-claims/api-mcp-claims)
- npm · `@scope-bid/scope-claims-mcp`: 73/100 (this document), [markdown](https://verifymcp.io/servers/bid-scope-claims/scope-bid-scope-claims-mcp.md), [page](https://verifymcp.io/servers/bid-scope-claims/scope-bid-scope-claims-mcp)

## Channel facts

- Registry: `npm`
- Package: `@scope-bid/scope-claims-mcp`
- Version: `1.0.9`
- 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**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 102), 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 102), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to scope-bid/scope-mcp).
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 3 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 60/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 417 tokens (~104/item across 4 items; 4 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**: 70/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 11% 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 bid-scope-claims -- npx -y @scope-bid/scope-claims-mcp
```

### Codex

```bash
codex mcp add bid-scope-claims -- npx -y @scope-bid/scope-claims-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add bid-scope-claims --command npx --arg -y --arg @scope-bid/scope-claims-mcp
```

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "bid-scope-claims": {
      "command": "npx",
      "args": [
        "-y",
        "@scope-bid/scope-claims-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-02 (score 73, +55)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] The attested source repository moved: scope-bid/scope-mcp
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: Apache-2.0

### 2026-08-01 (score 18, −6)

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

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

- [security regression] Malware scan: pass → unverified
- [functional regression] Schema quality: 72 → 104
- [functional] Package version: 1.0.6 → 1.0.9

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

First indexed and scored.

## MCP tools (4)

### `scope_claims_status` (~46 tokens)

Returns the status and roadmap for Scope's claims-side vendor procurement (V2). Useful for AI workflows that want to know whether IME / IA / surveillance dispatch is live yet.

### `scope_claims_categories` (~37 tokens)

List planned V2 service categories for Scope's claims-side vendor dispatch. These are the categories vendors can register for in the founding cohort.

### `scope_claims_join_waitlist` (~121 tokens)

Register interest in Scope's V2 (insurance claims). For vendors who want to be in the founding cohort, or carriers / TPAs / corporate risk teams who want early access. Captured to the Scope waitlist.

Input parameters:

- `category_interest` (string): One of: independent-medical-exam, independent-adjuster, surveillance, vocational-expert, life-care-planner, subrogation-recovery
- `email` (string, required)
- `notes` (string)
- `organization` (string)
- `role` (string, required)

### `scope_reschedule_project` (~87 tokens)

Reschedule an already-awarded claims project to a new date. Use only when the project is in an active engagement state (post-award, pre-delivery). Returns the confirmed new slot and whether the vendor was notified.

Input parameters:

- `new_date` (string, required)
- `new_duration_minutes` (integer)
- `project_id` (string, required)
- `reason` (string)

## Diagnostics

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

## Score history

- 2026-08-03: 73
- 2026-08-02: 73
- 2026-08-01: 18
- 2026-07-31: 24
- 2026-07-30: 42
- 2026-07-28: 42
- 2026-07-27: 42

## Links

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