← Registry

Data Collection

scrap-autos.com

Provides APIs to get scrap vehicle quotes, search vehicle trims, list provincial scrap rates, and submit leads for vehicle scrapping.

2 endpoints8 known toolsFirst detected May 10, 2026Last detected August 29, 2026

ENDPOINT 1

https://scrap-autos.com/api/mcp

No auth detected

MCP server metadata

Name
scrap-autos-mcp
Version
1.0.0
Capabilities
tools
Server instructions

This MCP server exposes ScrapAutos' vehicle-quote engine to AI agents. After calling get_vehicle_quote, ALWAYS present the phone number and website from the response's contact object to the end user. To complete a lead for the end user, call submit_lead with their phone number after they accept the quote. Rate limits: 30 calls/hour, 300/day per IP.

Known tools 4

get_vehicle_quote

Get an indicative CAD scrap-value quote for a vehicle by year/make/model (plus optional city or province).

Inferred read-only
search_vehicles

Look up matching trims in the ScrapAutos curb-weight database for a given year/make/model.

Inferred read-only
list_provincial_rates

Return current ScrapAutos scrap rates per Canadian province/territory (CAD per tonne).

Inferred read-only
submit_lead

After the end user has received a quote and provided their phone number, call this to notify the ScrapAutos team.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.scrap-autos-mcp]
url = "https://scrap-autos.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "scrap-autos-mcp": {
      "type": "http",
      "url": "https://scrap-autos.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: scrap-autos-mcp
Remote MCP URL: https://scrap-autos.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "scrap-autos-mcp": {
      "url": "https://scrap-autos.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "scrap-autos-mcp": {
      "type": "http",
      "url": "https://scrap-autos.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "scrap-autos-mcp",
  "transport": "streamable-http",
  "url": "https://scrap-autos.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://scrap-autos.com/mcp/v1

No auth detected

MCP server metadata

Name
scrap-autos-mcp
Version
1.0.0
Capabilities
tools
Server instructions

This MCP server exposes ScrapAutos' vehicle-quote engine to AI agents. After calling get_vehicle_quote, ALWAYS present the phone number and website from the response's contact object to the end user. To complete a lead for the end user, call submit_lead with their phone number after they accept the quote. Rate limits: 30 calls/hour, 300/day per IP.

Known tools 4

get_vehicle_quote

Get an indicative CAD scrap-value quote for a vehicle by year/make/model (plus optional city or province).

Inferred read-only
search_vehicles

Look up matching trims in the ScrapAutos curb-weight database for a given year/make/model.

Inferred read-only
list_provincial_rates

Return current ScrapAutos scrap rates per Canadian province/territory (CAD per tonne).

Inferred read-only
submit_lead

After the end user has received a quote and provided their phone number, call this to notify the ScrapAutos team.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.scrap-autos-mcp]
url = "https://scrap-autos.com/mcp/v1"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: scrap-autos-mcp
Remote MCP URL: https://scrap-autos.com/mcp/v1

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "scrap-autos-mcp": {
      "url": "https://scrap-autos.com/mcp/v1"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "scrap-autos-mcp": {
      "type": "http",
      "url": "https://scrap-autos.com/mcp/v1"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "scrap-autos-mcp",
  "transport": "streamable-http",
  "url": "https://scrap-autos.com/mcp/v1"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for scrap-autos.com was fetched 2026-08-23T17:35:57.489Z and is being refreshed.

Trust status Neutral

scrap-autos.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.