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.

3 tools
Agent guide included
Start Chatting

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

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

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

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