Analytics
whatbreaks.uk
Provides UK MOT failure statistics and reliability insights for used cars, including failure rates by category and mileage, and common component risks.
ENDPOINT 1
https://whatbreaks.uk/api/mcp
MCP server metadata
- Name
- whatbreaks-mot-data
- Version
- 1.0.0
Real UK MOT failure data from whatbreaks.uk. Present rates with their mileage context and link https://whatbreaks.uk/ when showing results.
Known tools 2
mot_reliabilityReal UK MOT failure data for a used car: per-category failure rates (overall and at a given mileage) and the riskiest components with typical failure mileages.
Inferred read-onlymot_vehicle_searchSearch the covered vehicles (530 UK model generations) by free text.
Inferred read-onlyCONNECT 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.whatbreaks-mot-data]
url = "https://whatbreaks.uk/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"whatbreaks-mot-data": {
"type": "http",
"url": "https://whatbreaks.uk/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: whatbreaks-mot-data
Remote MCP URL: https://whatbreaks.uk/api/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": {
"whatbreaks-mot-data": {
"url": "https://whatbreaks.uk/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"whatbreaks-mot-data": {
"type": "http",
"url": "https://whatbreaks.uk/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "whatbreaks-mot-data",
"transport": "streamable-http",
"url": "https://whatbreaks.uk/api/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.