MCP Servers
Plug Vaquill’s full US statute corpus (US Code, CFR, all 50 state codes) into Claude, Cursor, VS Code, or any MCP client.
Chatbots
Legal Q&A in Slack, Discord, Microsoft Teams, Telegram, WhatsApp, or Signal with thread memory and cited sources.
Widgets
Embed a chat widget on any site - one script tag, an iframe, or a full Next.js deployment with voice and history.
Browser Extensions
Research from any browser tab without leaving the page. Chrome, Edge, Brave, Arc, Opera.
Automation
n8n and Make.com templates that turn a Google Sheet of questions into a Sheet of answers and cited sources.
GitHub
Every integration is MIT-licensed and ready to fork.
Pick an integration
Common architecture
Every integration is a thin wrapper: take input from the surface (Slack message, browser popup, webhook), call the statutes search endpoint, render the matching statute sections. One API key (vq_key_...) from your dashboard drives them all. Configuration is via environment variables; every integration ships with a Dockerfile and at least one cloud-deploy recipe.
Build your own
To add a surface we do not ship (Outlook, Notion, a CRM, an internal portal):- Generate a key in your dashboard.
POST /api/v1/statutes/searchwith{ "query": "..." }andAuthorization: Bearer vq_key_....- Render the returned statute sections (title, code, section number, text).
- Pass filters (jurisdiction, code) to narrow results.

