Citation Safe Verifier
CS
Citation Safe Verifier
/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 c

liveverifiedunknown~5s typical
mcpprobedcitationsafeverifier
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-citationsafe-verifier /verify_brief for me.

Input

FieldTypeDescription
text*stringRaw text (brief excerpt, motion, memo) containing one or more legal citations

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-citationsafe-verifier","endpoint":"/verify_brief","input":{"text":"..."}}'
cli
npx cracked-ai run -p mcp-com-citationsafe-verifier -e /verify_brief -i '{"text":"..."}'
mcp
run_tool({ provider: "mcp-com-citationsafe-verifier", endpoint: "/verify_brief", input: {"text":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.