Hosted connector|MIT-licensed package|Python 3.10+

US Statutes MCP Server

Search the US Code, the CFR, and 52 state and territory statute codes (5M+ sections), plus the U.S. Constitution, the Federal Rules, and Executive Orders, directly in Claude, Cursor, VS Code, and Windsurf.

Available in the Claude Connectors DirectoryAdd it in one click from Claude, with nothing to paste
Claude: paste this, sign in
https://mcp.vaquill.ai/mcp
Sign in with your Vaquill AI account; there is no key to copy anywhere. For Cursor, VS Code and Windsurf, install the package instead: pip install vaquill-mcp

Connects through

ClaudeCursorVS CodeWindsurf+ your product

Every section ships as JSON for your code, and HTML, plain text, PDF, or DOCX for the humans reading it.

app.vaquill.ai/mcp-server
Vaquill AI dashboard MCP Server setup screen, showing the Claude.ai remote connection URL and bearer token

Vaquill AI Statute Tools via MCP

Every tool maps directly to a Vaquill AI API endpoint, and the full set is generated from the live API spec at startup. The main ones are below.

search_us_statutes

Search the US Code, the CFR, and 52 state and territory codes. Filter by corpus, state, and title.

resolve_statute_citation

Resolve a Bluebook citation like 42 U.S.C. § 1983 straight to the section it names.

get_us_statute_section

Get metadata for any section: citation, hierarchy, breadcrumb, and official source links.

get_us_statute_section_text

Get the full text of any section in styled HTML and plain text.

list_statute_divisions

Browse the statutory hierarchy one level at a time, in statutory order.

list_statutes_coverage

Coverage matrix: which corpora exist in which jurisdiction, with per-corpus and per-status counts.

get_section_changes

The amendment timeline for a section, and what changed between two dates.

resolve_statute_citations_batch

Resolve many citations in one call, billed per citation.

create_watch

Watch a body of law and get told when it changes. Plus list, update, test and delete.

get_pricing

Get current API pricing (free, no authentication needed).

MCP Server Setup in 2 Minutes

On Claude, paste one URL and click Connect: no API key to create, paste or store. That is also the only setup that works in Cowork, which runs in a cloud container that cannot see a key held on your machine. Everywhere else, get a key from app.vaquill.ai and paste the config for your tool.

Claude.ai, Desktop and Cowork · Settings > Connectors > Add custom connector
# Sign in instead of pasting a key. Leave the API key
# and header fields empty: this URL uses OAuth.
URL:            https://mcp.vaquill.ai/mcp

# Click Connect, sign in, approve once. That is all.
# This is the only setup that works in Cowork, whose
# cloud container cannot hold a key from your machine.

# Prefer a key? That path is unchanged and still live:
URL:            https://mcp.vaquill.ai/s/_
Header name:    Authorization
Header value:   Bearer YOUR_API_KEY

Then make one real call, because a green connection proves nothing: the server lists all 25 tools with no credential at all. Ask for “statutes coverage for California”. It costs 0 credits. Connector docs.

Environment Variables

VariableRequiredDefault
VAQUILL_API_KEYYes-
VAQUILL_BASE_URLNohttps://api.vaquill.ai
VAQUILL_TIMEOUTNo120

Query US Statutes from Your AI Editor

Once configured, just talk to your AI assistant. It will automatically use the right Vaquill AI tools.

Search the U.S. Code for Section 1983 civil rights claims

What does 42 U.S.C. § 1983 say?

Find Texas Penal Code sections on theft

Search the CFR for OSHA recordkeeping requirements

Get the full text of 50 U.S.C. § 3931

List the statute codes available for California

How the Statutes MCP Server Works

Generated from the live spec

At startup the server fetches the API spec from Vaquill AI and generates its tools with FastMCP. Nothing is bundled, so new endpoints show up without a package update.

Self-serve

Generate a key in your dashboard and start calling. Your current usage and balance are shown there.

New

MCP Client: Connect External Tools to Vaquill AI

Bring your own MCP servers into Vaquill AI. Connect Notion, GitHub, Slack, or any MCP-compatible tool and use them directly in your AI chat alongside built-in statute research.

01

Add Server

Go to Settings > MCP Servers and add your server URL with optional auth headers.

02

Sync Tools

Click Sync to discover available tools. Preview parameters before enabling.

03

Enable Agent Mode

MCP tools are available when Agent Mode is enabled in chat.

04

Use in Chat

AI automatically calls your MCP tools alongside built-in statute tools.

Security

  • SSRF protection against private IP ranges and loopback
  • Auth headers encrypted at rest (AES-256-GCM)
  • Prompt injection mitigation on tool results
  • MCP tools cannot override built-in tools

Limits

  • 10 servers per user, 10 tools per server
  • 100 tool executions/hour, 5 sync requests/min
  • Tool result size cap: 8,000 characters
  • Streamable HTTP (recommended) or SSE transport

The US Statute Corpus, Right in Your Editor

Every section cited and linked to its official source, in the editor you already use. No data pipeline to build, no infrastructure to maintain.