CiteMe
C
CiteMe
/check_references

check references

Verify a user-provided bibliography against scholarly sources and return match status, identifiers, and citation issues. Results may be cached for up to six hou

liveverifiedunknown~5s typical
mcpprobedciteme
$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-app-citeme-citeme /check_references for me.

Input

FieldTypeDescription
text*stringRaw bibliography text (one reference per line, or a full references section)

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-app-citeme-citeme","endpoint":"/check_references","input":{"text":"..."}}'
cli
npx cracked-ai run -p mcp-app-citeme-citeme -e /check_references -i '{"text":"..."}'
mcp
run_tool({ provider: "mcp-app-citeme-citeme", endpoint: "/check_references", input: {"text":"..."} })

Try it

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