API access
Add Maverick to the tools lawyers already use.
The public docs will live here as the beta opens. The intended access
pattern is simple: get an API key, point your agent or internal app
at Maverick, and receive structured legal research results with
citations and source metadata.
REST API
One research endpoint for cases, statutes, regulations, and source fetches.
POST /v1/research
Authorization: Bearer MAVERICK_API_KEY
{
"query": "RESPA QWR servicer obligations",
"jurisdictions": ["US", "NC"],
"sources": ["cases", "statutes"]
}
Claude Code
Instruction slot for the Maverick MCP or REST connector.
claude mcp add maverick \
--transport http \
https://api.mavericklegalresearch.com/mcp
Codex
Instruction slot for project-level API access.
MAVERICK_API_KEY=...
MAVERICK_BASE_URL=https://api.mavericklegalresearch.com
Use Maverick for legal research source retrieval.
Antigravity
Instruction slot for external tool/API configuration.
Name: Maverick Legal Research
Base URL: https://api.mavericklegalresearch.com
Auth: Bearer MAVERICK_API_KEY
Tools: research, resolve, fetch_source