# Citation Safe Verifier MCP server

Verifies legal citations vs primary sources: existence, quote match, proposition support.

## Links
- Registry page: https://www.getdrio.com/mcp/com-citationsafe-verifier
- Repository: https://github.com/andrewjgaber-commits/empire-distribution

## Install
- Endpoint: https://citationsafe.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://citationsafe.com/api/mcp

## Tools
- verify_citation (Verify legal citations in text) - Checks every legal citation in the given text against primary sources: does the cited case exist (Layer 1, CourtListener database lookup — deterministic, no LLM), does a quoted passage appear in the source opinion (Layer 2), and — on paid CitationSafe tiers — does the case support the proposition it's cited for (Layer 3). Returns VERIFIED / UNCONFIRMED / UNCONFIRMED — OUTSIDE COVERAGE / SOURCE UNAVAILABLE per citation, never a bare true/false, with source links. Not legal advice. Endpoint: https://citationsafe.com/api/mcp
- verify_document (Verify legal citations in a document URL) - Fetches a document (PDF, DOCX, or plain text) from a URL and runs the same 3-layer citation verification as verify_citation. Use this when you have a link to a brief rather than pasted text. Endpoint: https://citationsafe.com/api/mcp
- get_verification (Get a past CitationSafe verification report by ID) - Retrieves a previously run CitationSafe verification (by the verificationId returned from verify_citation/verify_document, or from a citationsafe.com/v/{id} share link) and returns its full per-citation results. Endpoint: https://citationsafe.com/api/mcp
- batch_verify_citations (Verify legal citations across multiple texts (batch)) - Runs the same 3-layer citation verification as verify_citation across multiple texts in a single call. Each item is billed against your CitationSafe usage exactly like an individual verify_citation call — batching never bypasses your plan's monthly limit. Max 10 items per batch, 64,000 characters per item. Requires a signed-in CitationSafe account (Authorization: Bearer <access_token>) — anonymous batch calls are not supported, use verify_citation for anonymous single-text checks. Endpoint: https://citationsafe.com/api/mcp
- search_sanctions (Search the AI-hallucination court sanctions database) - Searches CitationSafe's database of real court sanctions/orders arising from AI-hallucinated legal citations, by court name, party/case name keyword, or free-text keyword. Read-only, public data — same dataset backing citationsafe.com/sanctions-database. Endpoint: https://citationsafe.com/api/mcp
- is_this_case_real (Check whether a single case citation is real) - Deterministic existence check (Layer 1 only, no LLM) for one legal citation against CourtListener's primary-source database. Answers the single question "is this case real" for one citation — for multi-citation quote-checked verdicts across a whole brief, use verify_brief instead. Free tier: 5 checks/day per IP, no key required. For unlimited access, pass an API key as "Authorization: Bearer <key>" (contact support@citationsafe.com to request one). Endpoint: https://citationsafe.com/api/mcp
- verify_brief (Verify every citation in a brief or excerpt) - Runs existence (Layer 1) and quote-match (Layer 2) checks — both deterministic, no LLM — on every citation found in the given text and returns one verdict per citation. The multi-citation counterpart to is_this_case_real. Proposition support (Layer 3) is not included on this free/API-key surface; sign in at citationsafe.com for full 3-layer verification via verify_citation. Free tier: 5 checks/day per IP (one verify_brief call = one check, regardless of how many citations the text contains); an API key bypasses the daily cap. Endpoint: https://citationsafe.com/api/mcp
- search_phantoms (Search known AI-hallucinated (phantom) case citations) - Searches CitationSafe's phantom-citation registry — fabricated case names/citations that have shown up in real, sanctioned AI-hallucination incidents — by case name or the AI system that produced them. Read-only, public data. Returns an empty array (not an error) if nothing matches or the registry has no entries yet. Endpoint: https://citationsafe.com/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.citationsafe
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 14, 2026
- Source: https://registry.modelcontextprotocol.io
