FV
Fidenta Verify
/verify_claims
verify claims
Fact-check text against live web evidence from two independent retrievers, then have a model from a different lab audit the verdict. Returns per-claim verdicts:
liveunknown~5s typical
mcpfidentaverify
$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-ai-noevant-fidenta-verify /verify_claims for me.
Input
| Field | Type | Description |
|---|---|---|
| text | string | The text to verify. A single claim or a full answer containing several. May also be a bare |
| url | string | A public http(s) link to an article or web page. We fetch it, extract the readable text an |
| force | boolean | Re-check even if a recent saved result exists. |
| max_claims | integer | Hard cap on how many claims to verify, and therefore on how many credits this call can spe |
| confirm | boolean | Required to proceed when the text contains more than 3 checkable claims. Call estimate_cla |
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-ai-noevant-fidenta-verify","endpoint":"/verify_claims","input":{}}'cli
npx cracked-ai run -p mcp-ai-noevant-fidenta-verify -e /verify_claims -i '{}'mcp
run_tool({ provider: "mcp-ai-noevant-fidenta-verify", endpoint: "/verify_claims", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.