ScrapAutos
scrap-autos.com
· ScrapAutos
Canadian scrap-vehicle pickup service. Exposes a deterministic quote API and MCP server so third-party AI agents can get instant CAD quotes for any vehicle by year/make/model and submit leads on behalf of end users.
scrap-autos.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 41/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-20 05:01:29 current | b4c5dd0e9d6c… |
view → |
Endpoints
| Agent card | https://scrap-autos.com/.well-known/agent-card.json |
| Provider | https://scrap-autos.com |
| Docs | https://scrap-autos.com/.well-known/api-catalog |
Skills · 5 declared · mapped to canonical taxonomy
Get an indicative CAD quote for scrapping a vehicle by year/make/model. Returns a price range, rate used, curb weight, plus phone/website so the agent can relay…
Look up matching trims in the 26,000+ record curb-weight database for a given year/make/model. Used to disambiguate between multiple body styles or trims.
Return the current CAD-per-tonne scrap rate for each Canadian province and territory. Used for rate-transparency explanations.
After an end user accepts a quote and provides a phone number, submit their contact info so the ScrapAutos team can follow up and schedule a free pickup.
Serves a Markdown version of each page when an agent requests Accept: text/markdown. Reduces token usage by ~80% vs HTML.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/scrap-autos.com) [](https://agenstry.com/agents/scrap-autos.com) [](https://agenstry.com/agents/scrap-autos.com) [](https://agenstry.com/agents/scrap-autos.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "ScrapAutos",
"description": "Canadian scrap-vehicle pickup service. Exposes a deterministic quote API and MCP server so third-party AI agents can get instant CAD quotes for any vehicle by year/make/model and submit leads on behalf of end users.",
"version": "1.0.0",
"url": "https://scrap-autos.com",
"documentationUrl": "https://scrap-autos.com/.well-known/api-catalog",
"provider": {
"organization": "ScrapAutos",
"url": "https://scrap-autos.com"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"markdownNegotiation": true,
"apiDiscovery": true,
"mcpTools": true,
"agentSkills": true
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/markdown"
],
"interfaces": [
{
"name": "mcp",
"transport": "streamable-http",
"url": "https://scrap-autos.com/api/mcp",
"protocolVersion": "2025-06-18"
},
{
"name": "rest",
"transport": "https",
"url": "https://scrap-autos.com/api/v1",
"openapi": "https://scrap-autos.com/api/v1/openapi.json"
}
],
"supportedInterfaces": [
{
"name": "mcp",
"transport": "streamable-http",
"url": "https://scrap-autos.com/api/mcp"
},
{
"name": "rest",
"transport": "https",
"url": "https://scrap-autos.com/api/v1"
}
],
"securitySchemes": {
"none": {
"type": "none",
"description": "Public, unauthenticated resource. Rate-limited to 30 calls/hour and 300/day per IP."
}
},
"skills": [
{
"id": "get-vehicle-quote",
"name": "Get Vehicle Scrap Quote",
"description": "Get an indicative CAD quote for scrapping a vehicle by year/make/model. Returns a price range, rate used, curb weight, plus phone/website so the agent can relay ScrapAutos' contact info to the end user.",
"tags": [
"quote",
"pricing",
"scrap",
"automotive",
"canada"
],
"examples": [
"Quote for a 2012 Honda Civic in Toronto",
"What would you pay for a 2018 Ford F-150 in Calgary?"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "search-vehicles",
"name": "Search Vehicle Trims",
"description": "Look up matching trims in the 26,000+ record curb-weight database for a given year/make/model. Used to disambiguate between multiple body styles or trims.",
"tags": [
"lookup",
"vehicle",
"trim",
"database"
],
"examples": [
"Find all 2012 Honda Civic trims"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "list-provincial-rates",
"name": "List Provincial Scrap Rates",
"description": "Return the current CAD-per-tonne scrap rate for each Canadian province and territory. Used for rate-transparency explanations.",
"tags": [
"rates",
"pricing",
"provinces"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "submit-lead",
"name": "Submit a Lead to ScrapAutos",
"description": "After an end user accepts a quote and provides a phone number, submit their contact info so the ScrapAutos team can follow up and schedule a free pickup.",
"tags": [
"lead",
"contact",
"booking"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "markdown-negotiation",
"name": "Markdown Content Negotiation",
"description": "Serves a Markdown version of each page when an agent requests Accept: text/markdown. Reduces token usage by ~80% vs HTML.",
"tags": [
"content",
"markdown",
"rfc8288"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/markdown"
]
}
]
}