← drivings.com

INDIVIDUAL MCP TOOL

find_test_centres

Search the source-backed UK or US test-centre directory by name, locality, address, postcode/ZIP, alias or identifier.

drivings.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.drivings.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for find_test_centres 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

drivings.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.com-drivings-driving-test-study]
url = "https://mcp.drivings.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "com-drivings-driving-test-study": {
      "type": "http",
      "url": "https://mcp.drivings.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "com-drivings-driving-test-study": {
      "type": "http",
      "url": "https://mcp.drivings.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "com-drivings-driving-test-study",
  "transport": "streamable-http",
  "url": "https://mcp.drivings.com/mcp"
}
MCP Inspector

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

Related tools

  • search_driving_guides — Search published Drivings guides by topic or question.
  • get_driving_guide — Retrieve one published Drivings guide by slug, including bounded Markdown content, update metadata and primary-source review details when available.
  • list_study_options — List the study courses Drivings publishes for the UK or US.
  • build_study_plan_preview — Compute a deterministic, bounded study schedule.
  • get_my_learning_overview — Read the connected learner's Drivings profile, study target and recent learning activity.