---
name: vehicle.payapi.market
description: vehicle.payapi.market provides a single API endpoint that returns vehicle details for UK-registered vehicles by registration plate, using DVLA-linked data. It operates as a paid x402 API on the Base network. Input is a UK registration number; output is a vehicle data object containing details such as make and model.
host: vehicle.payapi.market
---

# vehicle.payapi.market

This host is a narrow, single-purpose vehicle lookup service targeting UK registrations. It serves agents or applications that need to resolve a UK number plate to structured vehicle information. It is distinct in that it monetises each lookup via the x402 micropayment protocol on Base, requiring no subscription or API key management beyond on-chain payment.

## When to use this host

Use this host when an agent needs to look up details about a UK-registered vehicle by its number plate and can make x402 micropayments on Base. Do not use it for non-UK registrations — it only accepts UK plate formats and will not return valid results for vehicles registered outside the UK. If you need broader vehicle data (e.g. VIN lookups, US registrations, MOT history, or insurance checks), this host does not cover those use cases and you should seek a dedicated provider for those data types.

## Capabilities

### UK Vehicle Lookup

Resolves a UK vehicle registration plate to a structured data object containing DVLA-linked vehicle details such as make and model.

- **`fetch-vehicle-info`** — Returns vehicle details for a UK-registered vehicle given its registration plate, via a paid x402 API on Base.

## Skill reference

### `fetch-vehicle-info`

**Vehicle Intel** — Returns vehicle details for a UK-registered vehicle given its registration plate, via a paid x402 API on Base.

*Use when:* Use when an agent needs to look up information about a UK vehicle by its registration number, such as make, model, or other DVLA-linked details.

*Not for:* Do not use for non-UK vehicle registrations; this endpoint only accepts UK registration plate formats.

**Inputs:**

- `registration` (string, required) — UK vehicle registration plate number.

**Returns:** Returns a JSON object containing vehicle details for the supplied UK registration plate; exact fields are not specified in the schema.

**Example:** `{"registration": "AB12CDE"}`

---
