Open Data

MOT History MCP Server

Connect your account, then chat with AI to run tools.

Access MOT test history for UK vehicles via the DVSA MOT History API. Look up test results, advisory notices, failure reasons, mileage readings, and expiry dates by registration number or vehicle ID.

Managed
3 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for MOT History — workflow patterns, data models, and gotchas for your AI agent.

MOT History

Access MOT test history for UK vehicles from the DVSA. Returns test results, defects, advisory notices, mileage readings, and expiry dates.

Data Model

  • Vehicle — Identified by registration number or vehicleId. Fields: registration, make, model, firstUsedDate, fuelType, primaryColour, vehicleId, registrationDate, manufactureDate, engineSize.
  • MOT Test — Each test within a vehicle: completedDate, testResult (PASSED/FAILED), expiryDate, odometerValue, odometerUnit, odometerResultType, motTestNumber.
  • Defect (rfrAndComments) — Reasons for failure or advisory notices: text, type (FAIL/ADVISORY/MAJOR/DANGEROUS/USER ENTERED), dangerous (boolean).

Key Patterns

  • Registration numbers are case-insensitive (e.g. "AB12CDE").
  • Responses bundle vehicles with nested motTests arrays.
  • Dates in responses use YYYY.MM.DD format (e.g. "2023.11.03").
  • vehicleId is a stable opaque identifier that persists across registration changes.
  • Recent-date lookups only apply to a short rolling window (roughly the last several weeks).

Gotchas

  • No history: Missing MOT history usually means the registration has no tests on file—not a tooling failure.
  • Rate limit: Heavy use may return throttling responses until the window resets.

Tools in this Server (3)

Mot Check By Vehicle ID

Look up MOT test history using a vehicle's unique DVSA identifier. Useful for tracking vehicles that have changed registration numbers. The vehicleId ...

Mot Check Vehicle

Look up the full MOT test history for a UK vehicle by its registration number. Returns vehicle details (make, model, fuel type, colour, engine size) a...

Mot Tests By Date

Get MOT tests completed on a specific date. Each page corresponds to roughly one minute of tests during that day (pages 1-1440). Dates must be within ...

Frequently Asked Questions

What is the MOT History MCP server?

Access MOT test history for UK vehicles via the DVSA MOT History API. Look up test results, advisory notices, failure reasons, mileage readings, and expiry dates by registration number or vehicle ID. It provides 3 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect MOT History to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/mot-history. Authentication is handled automatically.

How many tools does MOT History provide?

MOT History provides 3 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does MOT History require?

MOT History uses API Key. MOT History requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect MOT History to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/mot-history

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to MOT History and paste the MCP URL into Remote MCP server URL.
  4. Click Add. MOT History will appear under Not connected — select it and click Connect to complete OAuth.
Name: MOT History
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/mot-history
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use MOT History?

Sign in to connect your credentials and start running tools from the chat.

MOT History MCP Server & Skill — 3 Tools