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
- Read the discovery document at
/api/openapi.jsonor/llms.txt. - Find a centre with
GET /api/agentic/test-centers?q=Mill+Hill. - List its routes with
GET /api/agentic/test-centers/{slug}. - Get one route's details with
GET /api/agentic/routes/{id}.
Read API (no auth)
/api/agentic/test-centers?q=&market=&limit=Search test centres. market is "uk" or "us".
/api/agentic/test-centers/{slug}One test centre and the published routes available there.
/api/agentic/routes?q=¢re=&difficulty=&limit=Search published routes. centre is a test-centre slug; difficulty is 1–5.
/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
- OpenAPI discovery document
https://drivingroutes.co/api/openapi.json
- llms.txt
https://drivingroutes.co/llms.txt
- AI plugin manifest
https://drivingroutes.co/.well-known/ai-plugin.json
- MCP server (Model Context Protocol)
https://mcp.drivingroutes.co/mcp
Contact
Questions about integrating? support@drivingroutes.co