← snaptoll.com

INDIVIDUAL MCP TOOL

check_vehicle

Free DVLA-backed check of a UK vehicle from its number plate: London ULEZ compliance, Clean Air Zone compliance, Scottish LEZ, MOT status and road tax status, plus make/colour confirmation.

snaptoll.comnone authenticationAvailability not checked

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 endpoint

snaptoll.com

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.snaptoll]
url = "https://snaptoll.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "snaptoll": {
      "type": "http",
      "url": "https://snaptoll.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: snaptoll
Remote MCP URL: https://snaptoll.com/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": {
    "snaptoll": {
      "url": "https://snaptoll.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "snaptoll",
  "transport": "streamable-http",
  "url": "https://snaptoll.com/api/mcp"
}
MCP Inspector

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

Related tools

  • list_charges — Lists every UK pay-later ANPR toll and road charge (Dartford Crossing, London Congestion Charge, ULEZ, Blackwall & Silvertown tunnels, M6 Toll, Clean Air Zones, airport drop-off charges, and more) with the price and the penalty for missing payment.
  • charge_info — CURRENT verified details for one UK toll or road charge: today's price, the penalty (PCN) and its early-payment reduction, the payment deadline in plain English, step-by-step how to pay on the operator's official site, and the official payment link.