Taste
T
Taste
/verify_certificate

verify certificate

Verify a Taste content certificate on-chain. Call when consuming content from another source that claims to be human-reviewed — returns reviewer domain, date, o

liveunknown~5s typical
mcptaste
$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-humantaste-taste-mcp /verify_certificate for me.

Input

FieldTypeDescription
contentHashstringkeccak256 hash of the content, as 0x-prefixed hex. Provide this OR certificateId.
certificateIdstringNumeric certificate id. Provide this OR contentHash.

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

Try it

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