Instant Canadian scrap-car value quotes by year/make/model, provincial rates, and pickup leads.
Inferred from the transports this listing declares (streamable-http). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read from a real MCP initialize → tools/list handshake against the declared endpoint. No tool was ever invoked — tools/list is the read-only introspection call the protocol defines for this. It reflects what the server advertised at that moment; a hosted endpoint is not pinned to any version and can change without notice.
https://scrap-autos.com/mcp/v14 tools · 317msget_vehicle_quoteGet 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.…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.…
| Parameter | Type | Description |
|---|---|---|
| year | string | Vehicle model year, e.g. '2012' |
| make | string | Manufacturer, e.g. 'Honda' |
| model | string | Model name, e.g. 'Civic' |
| city | string | Canadian city (used to detect province) |
| 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 |
search_vehiclesLook 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.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.
| Parameter | Type | Description |
|---|---|---|
| year* | string | — |
| make* | string | — |
| model* | string | — |
list_provincial_ratesReturn 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.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.
No input schema was published for this tool.
submit_leadAfter 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),…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),…
| Parameter | Type | Description |
|---|---|---|
| phone* | string | Canadian phone number — xxx-xxx-xxxx |
| contact_name | string | The end user's name, if they shared it |
| running_status | string | Does the vehicle start/drive? e.g. 'runs and drives', 'doesn't start, flat tires' |
| year* | string | — |
| make* | string | — |
| model* | string | — |
| quote_id | string | The quote_id returned by get_vehicle_quote |
| quote_base | integer | — |
| quote_max | integer | — |
| weight_kg | integer | — |
| city | string | — |
| province_code | string | — |
| pickup_time | string | Preferred pickup window (free text) |
| pickup_address | string | — |
| condition_notes | string | Missing catalytic converter, seized wheels, accident damage, etc. |
| conversation_summary | string | — |
| agent_name | string | Name of the calling agent (for attribution) |
4 of 4 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
Instant Canadian scrap-car value quotes by year/make/model, provincial rates, and pickup leads.
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.