# Driver Codes

> Driver Codes is a UK driving app from RSMT Limited. This site publishes a public vehicle lookup for MOT status, road tax status, and MOT test history.

One registration returns tax status, the tax due date, MOT status, the MOT expiry date, and DVSA test history (result, mileage, advisories). The lookup does not return the registered keeper, insurance, outstanding finance, a stolen marker, or a write-off category.

Agents on the vehicle check page can call the WebMCP tool `lookup-uk-vehicle`. Agents that are not on the page can POST JSON to the site API. Send the registration in the JSON body so it is not written into a URL.

## Vehicle lookup

- [Check a UK vehicle](https://driver.codes/vehicle-check): Form for people, and the WebMCP tool `lookup-uk-vehicle`
- [Vehicle lookup for agents](https://driver.codes/vehicle-check.md): Fields returned, request shapes, and what is withheld
- [Site lookup API](https://driver.codes/api/vehicle-check): `POST` JSON `{ "regNumber": "AB12CDE" }`

## Optional

- [Driving licence guides](https://driver.codes/driving-licence): Check codes, points, and address changes
- [For fleets](https://driver.codes/for-business): Employer licence checks in the business portal
