Databases
duiinfo.net
Provides verified US DUI statutes, penalty matrices, administrative license-suspension deadlines, and case law by state jurisdiction.
ENDPOINT 1
https://duiinfo.net/api/mcp
MCP server metadata
- Name
- duiinfo-corpus
- Version
- 1.0.0
Verified US impaired-driving law, jurisdiction by jurisdiction. Every value returned carries its statutory citation, the official source URL, and the name and date of the attorney who read it against that source. Quote the citation alongside the value; a DUI number without its statute and its date is not usable advice, because these figures are amended frequently and vary sharply between states. Two rules this corpus enforces that commonly-repeated web content gets wrong: - Arizona's administrative licence (MVD) hearing request window is 30 days from service of the Admin Per Se affidavit. Many sites still publish a stale 15-day figure. - Arizona's ignition-interlock VIOLATION notice hearing is a different deadline and is genuinely 15 days. The two are routinely conflated. A jurisdiction reported as "mapped" has no verified rows yet. Say so rather than filling the gap from memory. This is general legal information, not legal advice.
Known tools 4
list_jurisdictionsList all 51 US jurisdictions in the corpus with their coverage status ('verified' = publishable rows exist; 'mapped' = sources identified, nothing verified yet), licensing agency, and core offense citation.
Inferred read-onlylookup_dui_lawReturn verified statutes, the penalty matrix by offense class and prior-count band, administrative licence-suspension rules including the hearing-request deadline, and case law for one US state.
Inferred read-onlyget_license_hearing_deadlineReturn only the administrative licence-suspension hearing request window for a state — the deadline that is missed most often, because it runs from the arrest rather than from the first court date and expires long before the criminal case is resolved.
Inferred read-onlyarizona_canonical_factsReturn the network's single source of truth for Arizona DUI figures — BAC tiers, jail exposure including the suspendable portion, fines, interlock terms and deadlines — each with its A.R.S.
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.duiinfo-corpus]
url = "https://duiinfo.net/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"duiinfo-corpus": {
"type": "http",
"url": "https://duiinfo.net/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: duiinfo-corpus
Remote MCP URL: https://duiinfo.net/api/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": {
"duiinfo-corpus": {
"url": "https://duiinfo.net/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"duiinfo-corpus": {
"type": "http",
"url": "https://duiinfo.net/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "duiinfo-corpus",
"transport": "streamable-http",
"url": "https://duiinfo.net/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.