General Tools
autoza.co.uk
Provides UK car information including tax calculations, clean air zone compliance, MOT due dates, reliability data, and live used car listings.
ENDPOINT 1
https://autoza.co.uk/api/mcp
MCP server metadata
- Name
- autoza-uk
- Version
- 1.0.0
Autoza UK — live UK used-car listings plus the UK reference layer: vehicle tax (VED), ULEZ and clean air zone charges, MOT timing, and per-model DVSA reliability data. All figures are UK-specific: prices in GBP, distances in miles. Rate data carries the date it was last verified against GOV.UK.
Known tools 7
check_clean_air_zoneCheck whether a car is compliant with UK clean air zones (London ULEZ, Birmingham, Bristol) and what it would cost to drive into them.
Inferred read-onlycheck_mot_due_dateWork out when a UK car's MOT test is due, and the earliest date it can be tested without losing its renewal date.
Inferred read-onlyget_model_reliabilityGet known common faults, best and worst model years, and real DVSA MOT first-time pass rates for a specific used car model in the UK.
Inferred read-onlysearch_used_carsSearch live used cars for sale from verified UK dealers on Autoza, with real current asking prices in GBP and mileage in miles.
Inferred read-onlyestimate_running_costsEstimate what a specific car on Autoza actually costs to own for a year — road tax, fuel, servicing, MOT and insurance, plus three-year depreciation where it can be worked out.
Inferred read-onlyget_uk_price_guideGet current UK used-car asking-price guidance from live verified-dealer listings — typical, lowest and highest asking price, optionally narrowed to a make or model.
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.autoza-uk]
url = "https://autoza.co.uk/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"autoza-uk": {
"type": "http",
"url": "https://autoza.co.uk/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: autoza-uk
Remote MCP URL: https://autoza.co.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": {
"autoza-uk": {
"url": "https://autoza.co.uk/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"autoza-uk": {
"type": "http",
"url": "https://autoza.co.uk/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "autoza-uk",
"transport": "streamable-http",
"url": "https://autoza.co.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.