← Registry

Learning Resources

drivio.us

Provides DMV practice test questions and test structures for US states.

1 endpoint7 known toolsFirst detected May 12, 2026Last detected August 26, 2026

ENDPOINT 1

https://drivio.us/mcp

No auth detected

MCP server metadata

Name
drivio-mcp
Version
0.1.0
Capabilities
tools.listChangedresources.listChanged

Known tools 7

drivio_ping

Health check for Drivio MCP server

Inferred read-only
drivio_get_test_structure

Get the test structure (course plan) for a US state and test type.

Inferred read-only
drivio_get_free_question

Get a single random free DMV practice question with the correct answer.

Inferred read-only
drivio_get_free_test

Get a free DMV practice test with all questions and correct answers.

Inferred read-only
drivio_render_free_tests

Open the interactive Drivio free tests UI showing all available free practice tests.

Inferred read-only
drivio_get_handbook_url

Get the URL to the driver's handbook page on Drivio for a specific US state and test type.

Inferred read-only
drivio_get_study_guide

Get the study guide for a specific US state and test type from Drivio.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "drivio-mcp": {
      "type": "http",
      "url": "https://drivio.us/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "drivio-mcp": {
      "type": "http",
      "url": "https://drivio.us/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "drivio-mcp",
  "transport": "streamable-http",
  "url": "https://drivio.us/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for drivio.us was fetched 2026-09-06T18:48:08.924Z.

Trust status Trusted

drivio.us is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.