← autoza.co.uk

INDIVIDUAL MCP TOOL

calculate_car_tax

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

autoza.co.uknone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for calculate_car_tax and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

autoza.co.uk

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.

Related tools

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