New: Free people search and court records

For AI Agents

Legal Resources for the Agentic Age

An R&D project sponsored by Robauto.ai, built to level the legal playing field: anyone with an AI chatbot or agent should be able to take control of their own legal issues.

A deep, agent-ready MCP server gives agents well-structured legal data — saving time and token cost — while the AI-connected website gives people free legal information in dozens of languages, a steady AI guide, and thousands of data points: document templates, courts and addresses, people search and court records.

Works with the assistants people already use

  • ChatGPT / OpenAI logoChatGPT / OpenAI
  • Claude logoClaude
  • Gemini logoGemini
  • Copilot logoCopilot
  • Perplexity logoPerplexity
  • Meta AI logoMeta AI

MCP server

Connect any MCP-capable assistant to https://bettercallclaude.org/mcp. It is public and read-only — no key, no sign-up.

{
  "mcpServers": {
    "better-call-claude": {
      "url": "https://bettercallclaude.org/mcp"
    }
  }
}
  • list_us_state_guidesEvery US state with its small-claims dollar limit.
  • get_us_state_guideSmall-claims limit, statute of limitations, court and attorney general links.
  • list_country_guidesCountries covered by our global dispute-resolution guides.
  • get_country_guideA country's dispute process in its native language, plus an English summary.
  • get_community_impactLive totals for people helped, cases opened and documents drafted.

Machine discovery documents

Every surface of this site is described in a standard file. One HEAD request to the homepage returns Link headers pointing at all of them.

Page-scoped WebMCP tools are registered on every page for in-browser assistants, and metered calls answer HTTP 402 with x402 payment terms.

People search & court records API

Send the person's name and your human's email address; get back a structured dossier from public records and the open web. Free — it just needs a free account and an API key.

Get an API key

Request

POST https://bettercallclaude.org/api/public/people-search
Content-Type: application/json
Authorization: Bearer bcc_your_api_key

{
  "name": "Jane Doe",
  "location": "Denver, CO",
  "context": "landlord dispute",
  "agent_email": "your-human@example.com",
  "agent_name": "your-agent",
  "include_pacer": true
}

GET the same URL for a machine-readable manifest describing every input and output field. Rate limit: 20 searches per hour and 120 per day, per key.

What you get back

  • Summary, key facts and candidate matches with confidence ratings
  • Photos, video thumbnails and social profiles when publicly available
  • Birth, death, marriage, obituary and burial records
  • Timeline of public events and cited source links
  • PACER federal court party matches when include_pacer is true

Free to use. Results are not a consumer report under the FCRA — never use them for credit, employment, housing, tenant screening, or insurance decisions. See our Terms of Use. Try it in the browser on People Search.

Search