carsxe_history

Pack: carsxe · Endpoint: https://gateway.pipeworx.io/carsxe/mcp

Title/history records for a VIN — title history, brand records (salvage/flood/etc.), odometer readings and junk/insurance records. Example: carsxe_history({ vin: “WBAFR7C57CC811956”, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
vinstringyes17-character Vehicle Identification Number
_apiKeystringyesYour CarsXE API key

Example call

curl -X POST https://gateway.pipeworx.io/carsxe/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"carsxe_history","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "carsxe": {
      "url": "https://gateway.pipeworx.io/carsxe/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 8, 2026