com.scrap-autos/scrap-autos-mcp
com.scrap-autos/scrap-autos-mcpInstant Canadian scrap-car value quotes by year/make/model, provincial rates, and pickup leads.
Tools · 4
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. …
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.
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.
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. Requir…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.scrap-autos/scrap-autos-mcp": {
"url": "https://scrap-autos.com/mcp/v1",
"transport": "streamable-http"
}
}
}