← drivio.us
INDIVIDUAL MCP TOOL
drivio_get_free_test
Get a free DMV practice test with all questions and correct answers.
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 endpoint
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-us]
url = "https://drivio.us/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"drivio-us": {
"type": "http",
"url": "https://drivio.us/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: drivio-us
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-us": {
"url": "https://drivio.us/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"drivio-us": {
"type": "http",
"url": "https://drivio.us/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "drivio-us",
"transport": "streamable-http",
"url": "https://drivio.us/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
drivio_ping— Health check for Drivio MCP serverdrivio_get_test_structure— Get the test structure (course plan) for a US state and test type.drivio_get_free_question— Get a single random free DMV practice question with the correct answer.drivio_render_free_tests— Open the interactive Drivio free tests UI showing all available free practice tests.drivio_get_handbook_url— Get the URL to the driver's handbook page on Drivio for a specific US state and test type.drivio_get_study_guide— Get the study guide for a specific US state and test type from Drivio.