CS
Citation Safe Verifier
/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
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_document for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | URL of the PDF, DOCX, or text document to fetch and verify |
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_document","input":{"url":"..."}}'cli
npx cracked-ai run -p mcp-com-citationsafe-verifier -e /verify_document -i '{"url":"..."}'mcp
run_tool({ provider: "mcp-com-citationsafe-verifier", endpoint: "/verify_document", input: {"url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.