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
Claude
Gemini
Copilot
Perplexity
Meta 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.
/.well-known/api-catalogRFC 9727 linkset — the entry point to every API here.
/openapi.jsonOpenAPI 3.1 description with schemas, auth and MPP pricing metadata.
/auth.mdHow an agent registers and uses credentials.
/.well-known/agent-card.jsonA2A agent card, including the AP2 payments extension.
/.well-known/mcp/server-card.jsonMCP server card (SEP-1649) with the full tool surface.
/.well-known/agent-skills/index.jsonSkills index — the jobs this site can do for a buyer.
/.well-known/oauth-protected-resourceRFC 9728 protected-resource metadata.
/.well-known/oauth-authorization-serverRFC 8414 metadata plus an agent_auth block.
/.well-known/x402.jsonInline per-call payment terms for metered routes.
/.well-known/acp.jsonAgentic Commerce Protocol service directory.
/.well-known/ucpUniversal Commerce Protocol contract.
/.well-known/http-message-signatures-directoryEd25519 public key for our outbound signed requests.
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_paceris 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.
