Skip to main content

Developers

For AI agents & developers

Driving Routes publishes the real road routes examiners use at UK and US driving test centres. An AI agent can search test centres and routes and look up route details through a public, read-only API — no authentication required.

Quickstart

  1. Read the discovery document at /api/openapi.json or /llms.txt.
  2. Find a centre with GET /api/agentic/test-centers?q=Mill+Hill.
  3. List its routes with GET /api/agentic/test-centers/{slug}.
  4. Get one route's details with GET /api/agentic/routes/{id}.

Read API (no auth)

GET/api/agentic/test-centers?q=&market=&limit=

Search test centres. market is "uk" or "us".

GET/api/agentic/test-centers/{slug}

One test centre and the published routes available there.

GET/api/agentic/routes?q=&centre=&difficulty=&limit=

Search published routes. centre is a test-centre slug; difficulty is 1–5.

GET/api/agentic/routes/{id}

Route details with a step count and subscribe hint; turn-by-turn guidance requires a subscription.

Append ?format=md (or send Accept: text/markdown) to any endpoint for a clean markdown response instead of JSON.

MCP server

The same catalog is available over the Model Context Protocol for native clients like Claude Desktop, Cursor, and claude.ai. Add a connector pointing at https://mcp.drivingroutes.co/mcp — no sign-in required. Tools: search_test_centres, get_test_centre, search_routes, get_route.

Pricing

  • Weekly subscription: £4.99
  • Monthly subscription: £12.99 (most popular)
  • Annual subscription: £39.99 (best value)
  • Extra test centre add-on (one-time, lifetime): $4.99
  • Offline maps & route downloads included with every subscription.

Discovery

Contact

Questions about integrating? support@drivingroutes.co