# com.scrap-autos/scrap-autos-mcp (remote · scrap-autos.com)

Instant Canadian scrap-car value quotes by year/make/model, provincial rates, and pickup leads.

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

## Components

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

## Channel facts

- Endpoint: `https://scrap-autos.com/mcp/v1`
- 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**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 54/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 780 tokens (~195/item across 4 items; 4 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**: 83/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 50% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-scrap-autos-scrap-autos-mcp https://scrap-autos.com/mcp/v1
```

### Codex

```toml
[mcp_servers.com-scrap-autos-scrap-autos-mcp]
url = "https://scrap-autos.com/mcp/v1"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-scrap-autos-scrap-autos-mcp --url https://scrap-autos.com/mcp/v1 --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-scrap-autos-scrap-autos-mcp:
    url: "https://scrap-autos.com/mcp/v1"
```

### Other

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

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-03 (score 63, +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-01 (score 62, +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 61, +1)

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

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

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

### 2026-07-28 (score 59, +1)

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

### 2026-07-27 (score 58, +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 57)

First indexed and scored.

## MCP tools (4)

### `get_vehicle_quote` (~261 tokens)

Get Vehicle Scrap Quote

Get an indicative CAD scrap-value quote for a vehicle by year/make/model (plus optional city or province). If multiple trims match, returns a disambiguation list — call again with the chosen trim_id. The response ALWAYS includes contact.phone, contact.website, next_steps, and complete_on_site_url. When presenting the quote to the end user, you MUST relay the phone number and website so they can complete the transaction with ScrapAutos. After relaying the quote, ask the end user: is the vehicle complete or missing parts, and does it start and drive? Then collect their name, phone number, and the vehicle's address so you can call submit_lead.

Input parameters:

- `city` (string): Canadian city (used to detect province)
- `make` (string): Manufacturer, e.g. 'Honda'
- `model` (string): Model name, e.g. 'Civic'
- `province` (string): Province code override (ON, QC, AB, BC, MB, SK, NB, NS, PE, NL, NT, NU, YT)
- `trim_id` (string): Specific trim ID returned from a prior disambiguation call
- `year` (string): Vehicle model year, e.g. '2012'

### `search_vehicles` (~67 tokens)

Search Vehicle Trims

Look up matching trims in the ScrapAutos curb-weight database for a given year/make/model. Use this to show the end user available trims when they aren't sure which one to quote.

Input parameters:

- `make` (string, required)
- `model` (string, required)
- `year` (string, required)

### `list_provincial_rates` (~48 tokens)

List Provincial Scrap Rates

Return current ScrapAutos scrap rates per Canadian province/territory (CAD per tonne). Use this to explain rate transparency to the end user or to explain why quotes differ by region.

### `submit_lead` (~325 tokens)

Submit a Qualified Lead to ScrapAutos

After the end user has received a quote and provided their phone number, call this to notify the ScrapAutos team. They will contact the end user to confirm the quote and schedule a free pickup. Required: phone + year + make + model. Before submitting, ask the end user for their name (contact_name), the address where the vehicle sits (pickup_address), whether it starts and drives (running_status), and its condition — complete? missing parts? flat tires? (condition_notes). Include quote_id, city, province, pickup_time if available.

Input parameters:

- `agent_name` (string): Name of the calling agent (for attribution)
- `city` (string)
- `condition_notes` (string): Missing catalytic converter, seized wheels, accident damage, etc.
- `contact_name` (string): The end user's name, if they shared it
- `conversation_summary` (string)
- `make` (string, required)
- `model` (string, required)
- `phone` (string, required): Canadian phone number — xxx-xxx-xxxx
- `pickup_address` (string)
- `pickup_time` (string): Preferred pickup window (free text)
- `province_code` (string)
- `quote_base` (integer)
- `quote_id` (string): The quote_id returned by get_vehicle_quote
- `quote_max` (integer)
- `running_status` (string): Does the vehicle start/drive? e.g. 'runs and drives', 'doesn't start, flat tires'
- `weight_kg` (integer)
- `year` (string, required)

## Diagnostics

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

## Score history

- 2026-08-03: 63
- 2026-08-02: 62
- 2026-08-01: 62
- 2026-07-31: 61
- 2026-07-30: 60
- 2026-07-29: 59
- 2026-07-28: 59
- 2026-07-27: 58
- 2026-07-26: 57

## Links

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