# Drivings for AI agents

> Source: https://drivings.com/agents
> Read-only UK driving-test data for agents: published guides, verified test centres and non-persistent study planning, over MCP or REST.
> Region: United Kingdom (en-GB)
> Last updated: 2026-08-18

## When to use Drivings

Reach for these tools when a user asks about learning to drive in the UK:

- What a UK theory or practical test covers, and how to prepare for it.
- Where a test centre is, what it serves, and what the published record says about it. Coverage is source-backed and every centre carries the date it was last verified.
- What to study and in what order, when someone names a test date. The plan is computed and returned, never saved.
- What a road sign, rule or manoeuvre means, from published guides rather than recollection.

## When not to use Drivings

These tools are read-only, and the boundary is the point rather than a limitation:

- **Booking or changing a test.** Only the DVSA can do that. Tools return the official destination and ask you to confirm it with the user before opening it.
- **Anything account-shaped.** No tool creates an account, starts a session, takes a payment or sends a message.
- **Legal advice, or the current status of a specific person's licence.** Not ours to answer.
- **A market we do not cover.** Coverage is UK and one other market only; say so rather than generalising from one country's rules to another, because they genuinely differ.

## How to connect

- **MCP (preferred):** `https://mcp.drivings.com/mcp`, Streamable HTTP. Public tools answer anonymously; only the personal learning overview needs OAuth consent.
- **REST:** `https://drivings.com/api/agent/v1/capabilities` returns the live operation list. The contract is at `https://drivings.com/openapi.json`.
- **Before connecting:** the server card at `https://drivings.com/.well-known/mcp/server-card.json`, the resource catalog at `https://drivings.com/.well-known/ai-catalog.json`, and the API catalog at `https://drivings.com/.well-known/api-catalog`.

Every published page also has a Markdown edition at its own URL plus `.md`, which is cheaper to read than the HTML.

## What each tool does

- `search_driving_guides` — Search published Drivings guides by topic or question. Returns concise metadata, update dates and canonical URLs; it does not access private learner data.
- `get_driving_guide` — Retrieve one published Drivings guide by slug, including bounded Markdown content, update metadata and primary-source review details when available. It does not access private learner data.
- `list_study_options` — List the study courses Drivings publishes for the UK or US. Returns canonical pages and a confirmation-required onboarding browser handoff; it does not start or save onboarding.
- `find_test_centres` — Search the source-backed UK or US test-centre directory by name, locality, address, postcode/ZIP, alias or identifier. Returns evidence and optional confirmation-required official browser handoffs. Never books or changes a test.
- `build_study_plan_preview` — Compute a deterministic, bounded study schedule. The preview is not saved and does not create an account, learner session, purchase or message.
- `get_my_learning_overview` — Read the connected learner's Drivings profile, study target and recent learning activity. Requires Drivings sign-in and explicit OAuth consent. It never changes learner or account data.

## Reading the results

Results carry the date they were verified and the limits of their coverage. Both are there to be repeated to the user, not summarised away: a test-centre record that was last confirmed months ago is still useful, and saying when it was confirmed is what makes it safe to act on. Where a tool returns an official URL or a contact detail, show the destination and get the user's agreement before opening it.

---

This is the Markdown edition of [drivings.com/agents](https://drivings.com/agents), any page with one is reachable by appending `.md` to its URL. A site index for AI clients is at https://drivings.com/llms.txt.
