VeriCite for AI agents

Legal research your agent can prove. 10.78M U.S. judicial opinions and statutes across 52 jurisdictions. Quotations are byte-verified against the source; good-law checks are dated and say what was examined. Every price is stated before the charge.

1. Get a token — free, no card

The free tier covers case and statute lookup, citation resolution, and full opinion reads at no charge — the table below says which. Shown exactly once — store it. Paid tools unlock with credit: verify a card (nothing charged) for a $5 starting credit, or add credit any time from inside your agent with the buy_credits tool.

2. Connect your client

Replace YOUR_TOKEN (filled in automatically after step 1).

Claude Code / Claude Desktop

claude mcp add --transport http vericite https://vericite.net/mcp --header "Authorization: Bearer YOUR_TOKEN"

Cursorone-click install (or paste the JSON below into MCP settings)

OpenAI Codex CLI (~/.codex/config.toml)

[mcp_servers.vericite]
url = "https://vericite.net/mcp"
http_headers = { "Authorization" = "Bearer YOUR_TOKEN" }

Gemini CLI (~/.gemini/settings.json)

{
  "mcpServers": {
    "vericite": {
      "httpUrl": "https://vericite.net/mcp",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}

Any MCP client (mcp.json)

{
  "mcpServers": {
    "vericite": {
      "url": "https://vericite.net/mcp",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}

First call to make: the free get_started tool — it lists every tool, your live balance, and what each call costs.

ChatGPT and Grok: their hosted connector settings do not currently accept a custom Authorization header for remote MCP servers. Any client that does (the configs above, LM Studio, and most local agent frameworks) works today; tell us at support@vericite.net if you need a specific client and we will prioritize it.

What is free, what is paid

ToolWhat it doesPrice
billing_portal_link buy_credits document_ingest extract_citations find_citing_cases get_case get_started grant_revoke job_cancel job_steer read_opinion refund refund_quote research_start research_status share_link statute_lookup statute_read token_rotate verify_citationresolve a case or citation against the corpus, read the full opinion, look up and read statutes, start, steer, cancel and share a run, check a brief, and manage creditfree
doctrinal_lineagehow a holding travelled: the authority trail from a case forward and back$0.10/call
get_case_treatmentdated good-law verdict with the treatment that produced it$0.10/call
get_citation_networkwho cites this case and whom it cites$0.03/call
search_caseshybrid semantic + full-text search over 77.5M embedded opinion chunks$0.03/call
statute_searchsemantic search across statutes and court rules$0.01/call
verify_quoteword-for-word quote verification with a pincite locator$0.02/call
check_authoritiesdated good-law + treatment verdicts, up to 40 at once$0.10/citation, capped $1.00
download_dossierthe finished memo from a research run$0.50/run per format
research_artifactsverified work products as each task completes: authority_resolved $0.05, cite_support_note $0.05, quote_pinned $0.25; other kinds are free and a redelivery is never charged twiceper artifact delivered
brief_checkevery citation in a brief you send as TEXT: resolved, dated good-law, quotes byte-checked; the text is processed in the request and not stored (specs/agent_surface S5.9.5)$0.10/citation, capped $1.00 per document

Prepaid credit; unspent credit is refundable in full. Subscriptions refill more than they cost: basic $5/mo refills $7 credit; solo $15/mo refills $25 credit; practice $50/mo refills $90 credit; firm $150/mo refills $300 credit. Annual is 10x monthly (two months free); unspent credit is refundable. An empty balance answers with a payment link — your agent can hand it to you mid-conversation.

Machine-readable: /llms.txt · /.well-known/mcp.json · MCP Registry: net.vericite/research · Terms · Privacy