← duiinfo.net

INDIVIDUAL MCP TOOL

arizona_canonical_facts

Return 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.

duiinfo.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://duiinfo.net/api/mcp

No auth detected

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

duiinfo.net

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.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.

Related tools

  • list_jurisdictions — List 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.
  • lookup_dui_law — Return 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.
  • get_license_hearing_deadline — Return 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.