GitHub
Source code and issues
PyPI
uvx vaquill-mcpHosted endpoint
https://mcp.vaquill.aiQuickstart
The fastest path is the hosted remote MCP on Claude.ai web - no install, no local Python, no config files.Install Vaquill MCP in Claude Code with one paste. Replaces a manual config edit.
1
Get an API key
Generate a
vq_key_... token from your dashboard settings. See Authentication.2
Open Claude.ai Settings > Integrations
Click Add a connector and pick Custom MCP server.
3
Paste the URL
Use either the path-token form:Or, if your client supports auth headers, use the bearer-token form:
4
Look up a statute
Try: “What does 17 CFR 240.10b-5 say about insider trading?” - Claude will call
search_us_statutes and pull the section text.Remote MCP connectors are available on Claude Pro, Max, Team, and Enterprise plans.
Client setup
Pick your client below. All configs accept the same set of environment variables - see Environment variables.Tools
The server exposes statute tools across three categories.General
US law (USC + CFR)
Acts and legislation
Authentication
The Vaquill MCP server authenticates with your Vaquill API key. Three options, in priority order:- Bearer header (remote):
Authorization: Bearer vq_key_... - Path token (remote):
https://mcp.vaquill.ai/s/vq_key_...- convenient when your client cannot send custom headers. - Environment variable (local):
VAQUILL_API_KEY=vq_key_...foruvx/ stdio launches.
Self-hosting
The MCP server is a thin wrapper around the public Vaquill API, so most users will not need to self-host. Run from source when you want to pin a version, add custom telemetry, or modify tool descriptions.https://api.vaquill.ai at startup and auto-generates MCP tools with FastMCP. New API endpoints appear as tools automatically without a package upgrade.
Environment variables
Usage examples
Type these directly to Claude, Cursor, or any connected assistant. US law“What does 17 CFR 240.10b-5 say about insider trading?” “Find USC sections on equal protection under the Fourteenth Amendment.” “What are the federal penalties for wire fraud under 18 USC 1343?” “Pull the full text of 26 USC 501(c)(3).”
Ready-to-run research prompt
Map a federal statute across USC and CFR. Paste into any Vaquill-connected assistant. Replace the citation.
Related
MCP overview
All Vaquill MCP servers at a glance
Integrations
Chatbots, widgets, browser extensions, and automation
Authentication
API key setup and rotation
Search US statutes (API)
The underlying REST endpoint

