Learning Resources
drivio.us
Provides DMV practice test questions and test structures for US states.
ENDPOINT 1
https://drivio.us/mcp
MCP server metadata
- Name
- drivio-mcp
- Version
- 0.1.0
Known tools 7
drivio_get_test_structureGet the test structure (course plan) for a US state and test type.
Inferred read-onlydrivio_get_free_questionGet a single random free DMV practice question with the correct answer.
Inferred read-onlydrivio_get_free_testGet a free DMV practice test with all questions and correct answers.
Inferred read-onlydrivio_render_free_testsOpen the interactive Drivio free tests UI showing all available free practice tests.
Inferred read-onlydrivio_get_handbook_urlGet the URL to the driver's handbook page on Drivio for a specific US state and test type.
Inferred read-onlydrivio_get_study_guideGet the study guide for a specific US state and test type from Drivio.
Inferred read-onlyCONNECT 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.
drivio.us is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.