autodev_valuation
Pack: auto-dev · Endpoint: https://gateway.pipeworx.io/auto-dev/mcp
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”, _apiKey: “your-key” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
vin | string | yes | 17-character VIN to value, e.g. “1FTFW3LDXRFB40317” |
zip | string | no | ZIP code for location-specific cost estimates (optional) |
_apiKey | string | yes | Auto.dev API key (1,000 free calls/mo at auto.dev) |
Example call
curl -X POST https://gateway.pipeworx.io/auto-dev/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"autodev_valuation","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"auto-dev": {
"url": "https://gateway.pipeworx.io/auto-dev/mcp"
}
}
}
See Getting Started for client-specific install steps.