@pipeworx/auto-dev
Connect: https://gateway.pipeworx.io/auto-dev/mcp · Install: one-click buttons
Tools: 3
Tools
- autodev_vin_decode — Decode a VIN into a full vehicle spec (year, make, model, trim, engine, body, drivetrain, fuel type). Example: autodev_vin_decode({ vin: “1FTFW3LDXRFB40317”, _apiKey: “your-key” })
- autodev_listings — Find used cars for sale matching criteria (make/model/price/location) — active listings from US physical & online dealers. Example: autodev_listings({ make: “Toyota”, model: “Camry”, year_min: 2020, p
- autodev_valuation — Estimated value for a vehicle — market price and total cost of ownership (depreciation, insurance, maintenance, fuel) for a VIN. Example: autodev_valuation({ vin: “1FTFW3LDXRFB40317”, zip: “94103”, _a
Tools
-
autodev_listings— Find used cars for sale matching criteria (make/model/price/location) — active listings from US physical & online dealers. Example: autodev_listings({ make: Toyota , model: Camry , year_min: 2020, pri -
autodev_valuation— Estimated value for a vehicle — market price and total cost of ownership (depreciation, insurance, maintenance, fuel) for a VIN. Example: autodev_valuation({ vin: 1FTFW3LDXRFB40317 , zip: 94103 , _api -
autodev_vin_decode— Decode a VIN into a full vehicle spec (year, make, model, trim, engine, body, drivetrain, fuel type). Example: autodev_vin_decode({ vin: 1FTFW3LDXRFB40317 , _apiKey: your-key })