CurbSpec
Compile a used-vehicle report from a VIN or listing. Free preview; unlock full writeups for $12.99.
Should I use this
Quality & Safety
A
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
~159Tokens (tool definitions)
~1005 BTypical response size
Minimal attention impact (0.12% of 128k context)
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"curbspec": {
"url": "https://curbspec.com/api/mcp"
}
}
}Remote endpoints
https://curbspec.com/api/mcpstreamable-httpWhat it can do
Tool inventory
Tools (1)
🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢check_vehicle(vin, listing, mileage)
Compile a used-vehicle report from a VIN, listing paste, or year/make/model/mileage. Returns the same free preview as curbspec.com (spend totals, known-issue titles, campaign list) plus a link to unlock writeups, remedies, and itemized services for $12.99.
Input Schema
{
"type": "object",
"properties": {
"vin": {
"description": "17-character VIN, if known",
"type": "string"
},
"listing": {
"description": "Pasted listing text or free-text description",
"type": "string"
},
"mileage": {
"description": "Stated mileage, if not already in the listing",
"type": "number"
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema"
}Community
Evidence
Recent observations
verifiedversion not recorded1 tools