EB
Erik Bethke's Blog & Knowledge Graph
/verify_quote
verify quote
Provenance check: verify that a quoted passage actually appears in a post on erikbethke.com. Returns exact / near (with edit distance) / not_found, plus the can
liveverifiedunknown~5s typical
mcpprobederikbethke'sblog
$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-erikbethke-blog /verify_quote for me.
Input
| Field | Type | Description |
|---|---|---|
| quote* | string | The quoted passage to verify (min ~12 chars) |
| id | string | Post ID or slug to check against. Omit to search the most recent 50 posts. |
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-erikbethke-blog","endpoint":"/verify_quote","input":{"quote":"..."}}'cli
npx cracked-ai run -p mcp-com-erikbethke-blog -e /verify_quote -i '{"quote":"..."}'mcp
run_tool({ provider: "mcp-com-erikbethke-blog", endpoint: "/verify_quote", input: {"quote":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.