| name | international-vin |
| description | Decode an international (non-US) VIN using the CarsXE API. Use this when a user provides a VIN from a European, Asian, or other non-US vehicle and wants to decode it. |
When the user provides a VIN that appears to be from a non-US vehicle (European, Asian, etc.):
- Call the CarsXE International VIN Decoder API:
GET https://api.carsxe.com/v1/international-vin-decoder?key={CARSXE_API_KEY}&vin={VIN}&source=claude_plugin
- Present the decoded data: country of manufacture, make, model, year, engine, transmission, body style.
- Note this endpoint is optimized for international VINs outside the US market.
- If the API key is missing, tell the user to set the
CARSXE_API_KEY environment variable.