CS
Citation Safe Verifier
/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 exact
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 /batch_verify_citations for me.
Input
| Field | Type | Description |
|---|---|---|
| texts* | array | Array of texts to verify, each processed as a separate verification (max 10 items, 64,000 |
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":"/batch_verify_citations","input":{"texts":[]}}'cli
npx cracked-ai run -p mcp-com-citationsafe-verifier -e /batch_verify_citations -i '{"texts":[]}'mcp
run_tool({ provider: "mcp-com-citationsafe-verifier", endpoint: "/batch_verify_citations", input: {"texts":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.