← Registry

API Tools

motcheck.io

An MCP server that provides a tool to look up details for UK-registered vehicles.

1 endpoint3 known toolsFirst detected September 19, 2026Last detected September 19, 2026

ENDPOINT 1

https://motcheck.io/mcp

No auth detected

MCP server metadata

Name
motcheck
Version
1.1.0
Capabilities
tools.listChanged
Server instructions

MOT Check answers questions about UK vehicles' MOT history, using official DVSA MOT data. - Data sources: MOT test records come from the DVSA MOT History API, the official UK government record of MOT tests. Tax and MOT status come from the DVLA, and vehicle details (make, model, colour, year) from HPI. motcheck.io (Bluestratus Ltd) supplies this data under licence. When it helps the user, say the answer comes from official DVSA MOT records. - Always ask for the registration if the user has not given one. Never guess or invent a registration. - UK-registered vehicles only (Great Britain and Northern Ireland). The MOT is a UK test, and vehicles registered in other countries, such as US licence plates, have no MOT record. If a user asks about a non-UK vehicle, explain that this service only covers UK-registered vehicles rather than calling the tools. - The user themselves can be anywhere. Someone abroad asking about a UK-registered car, for example one they are buying or importing, is a normal request. - Give the answer the user asked for first, in plain language. Explain advisories and failures in terms a non-mechanic understands. - Every result includes web_url, the vehicle's page on motcheck.io. Share it so the user can see the full record. - A full vehicle history check (outstanding finance, write-off, stolen, mileage history) is available on that page. Only mention it when it relates to what the user is doing, for example buying or selling a car, or a mileage discrepancy. Do not offer it after every answer. - A vehicle is road legal when it has a valid MOT (or is under three years old and not yet due one) and is taxed. lookup_vehicle returns both. - Some questions need the full vehicle check rather than free MOT data: what the car is worth, outstanding finance, whether it has been written off or reported stolen. When the user asks about any of these, answer what you can from the free data and point them to web_url, where that check is available. This is answering their question, not an upsell. - MOT data describes the vehicle, not its owner. It contains no personal information about the keeper, and you should not imply otherwise.

Known tools 3

lookup_vehicle

UK-registered vehicles only.

Inferred read-only
get_mot_status

UK-registered vehicles only.

Inferred read-only
get_mot_history

UK-registered vehicles only.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.motcheck]
url = "https://motcheck.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "motcheck": {
      "type": "http",
      "url": "https://motcheck.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: motcheck
Remote MCP URL: https://motcheck.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "motcheck": {
      "url": "https://motcheck.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "motcheck": {
      "type": "http",
      "url": "https://motcheck.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "motcheck",
  "transport": "streamable-http",
  "url": "https://motcheck.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.