Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CARSXE_API_KEY | Yes | CarsXE API key (required to access the API endpoints). Get one at https://api.carsxe.com/dashboard/developer |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-vehicle-specs | Get comprehensive vehicle specifications by VIN |
| decode-vehicle-plate | Decode a vehicle's license plate to get VIN and basic vehicle info |
| international-vin-decoder | Decode an international VIN and get detailed vehicle info |
| get-market-value | Get the estimated market value for a vehicle by VIN |
| get-vehicle-history | Get a comprehensive vehicle history report by VIN |
| get-vehicle-images | Get vehicle images by make, model, and optional filters |
| get-vehicle-recalls | Get vehicle recall information by VIN |
| vin-ocr | Recognize and extract the VIN from a vehicle image URL using OCR |
| get-year-make-model | Get comprehensive vehicle info by year, make, model, and optional trim |
| decode-obd-code | Decode an OBD code and get diagnosis information |
| recognize-plate-image | Recognize and extract license plate(s) from a vehicle image URL |
| get-lien-theft | Get lien and theft information for a vehicle by VIN |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |