# Scope (AEC) - Preview (npm · @scope-bid/scope-aec-mcp)

AEC subcontractor vendor procurement plumbing layer. Preview - V3 launches 2027.

- 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-aec/api-mcp-aec.md), [page](https://verifymcp.io/servers/bid-scope-aec/api-mcp-aec)
- npm · `@scope-bid/scope-aec-mcp`: 73/100 (this document), [markdown](https://verifymcp.io/servers/bid-scope-aec/scope-bid-scope-aec-mcp.md), [page](https://verifymcp.io/servers/bid-scope-aec/scope-bid-scope-aec-mcp)

## Channel facts

- Registry: `npm`
- Package: `@scope-bid/scope-aec-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 384 tokens (~96/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**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% 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-aec -- npx -y @scope-bid/scope-aec-mcp
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "bid-scope-aec": {
      "command": "npx",
      "args": [
        "-y",
        "@scope-bid/scope-aec-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 73, +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 72, +54)

- [security improvement] Known CVEs: unverified → partial
- [security improvement] Provenance: unverified → pass
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] The attested source repository moved: scope-bid/scope-mcp
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [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)

- [functional regression] Schema quality: 64 → 96
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional] Package version: 1.0.6 → 1.0.9

### 2026-07-30 (score 6, −36)

- [security regression] Malware scan: pass → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

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

First indexed and scored.

## MCP tools (4)

### `scope_aec_status` (~46 tokens)

Returns the status and roadmap for Scope's AEC subcontractor procurement plumbing layer (V3). Useful for AI workflows that want to know whether GC subcontractor dispatch is live yet.

### `scope_aec_categories` (~41 tokens)

List planned V3 service categories for Scope's AEC subcontractor procurement. These are the categories vendors and GCs can register for in the founding cohort.

### `scope_aec_join_waitlist` (~83 tokens)

Register interest in Scope's V3 (AEC subcontractor procurement). For GCs, subcontractors, developers, or lenders who want early access to the cross-platform plumbing layer.

Input parameters:

- `category_interest` (string)
- `email` (string, required)
- `notes` (string)
- `organization` (string)
- `role` (string, required)

### `scope_reschedule_project` (~88 tokens)

Reschedule an already-awarded AEC 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-aec/scope-bid-scope-aec-mcp#diagnostics

## Score history

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

## Links

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