← Registry

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.

1 endpoint7 known toolsFirst detected September 1, 2026Last detected September 6, 2026

ENDPOINT 1

https://autoza.co.uk/api/mcp

No auth detected

MCP server metadata

Name
autoza-uk
Version
1.0.0
Capabilities
tools
Server instructions

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

calculate_car_tax

Calculate annual UK vehicle tax (VED / road tax) for any car.

Inferred read-only
check_clean_air_zone

Check 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-only
check_mot_due_date

Work 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-only
get_model_reliability

Get 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-only
search_used_cars

Search live used cars for sale from verified UK dealers on Autoza, with real current asking prices in GBP and mileage in miles.

Inferred read-only
estimate_running_costs

Estimate 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-only
get_uk_price_guide

Get 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-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.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.

Indexed

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