legalcite

Kevinx702/legalcite
★ 0 stars JavaScript AI/LLM Updated 1d ago
Verify legal case citations against real court records (CourtListener) and flag fake/hallucinated cites. REST API + MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "legalcite": {
      "command": "npx",
      "args": [
        "-y",
        "Kevinx702/legalcite"
      ]
    }
  }
}

README Excerpt

**Stop your AI from citing fake cases.** LegalCite checks every case citation in legal text against real court records (CourtListener) and flags hallucinated/fake or misattributed cites. A REST API + an MCP server. - **Live:** https://legalcite-one.vercel.app - **Verify API:** `GET /api/verify?text=<paragraph>` (or `?citation="410 U.S. 113"`; also `POST {text}`)

Tools (2)

mismatchreal