D
Drillable
/verify
Verify claims against sources
Check claims against the corpora. SINGLE: verify({claim}) grounds one claim (core/verify truth-referee verdict where a domain surfaces it, else a corpus-groundi
liveunknown~5s typical
mcpdrillable
$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-drillable-gateway /verify for me.
Input
| Field | Type | Description |
|---|---|---|
| claim | string | A single claim to check (back-compat / catalog-match). For several, use `claims`. |
| op | string | Recognition-free single check: the computation you performed (e.g. 'compare_decimal'). Dis |
| params | object | Recognition-free single check: inputs for `op`. |
| claims | array | Receipt mode: the claims to check. Each item is {claim?, op?, params?, asserted?, domain?} |
| asserted | string | With a single `claim`/`op`: your answer, graded against the re-executed truth. |
| domain | string | Optional: restrict to one domain. |
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-drillable-gateway","endpoint":"/verify","input":{}}'cli
npx cracked-ai run -p mcp-com-drillable-gateway -e /verify -i '{}'mcp
run_tool({ provider: "mcp-com-drillable-gateway", endpoint: "/verify", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.