verify_claim
Check whether a claimed quote or fact actually appears on a URL — a cheap citation/hallucination checker. Returns verdict exact_match, close_match (with a confidence score and the closest matching passage), or not_found. Paid: $0.01 per call in USDC on Base via x402 — call once without x_payment to receive the payment challenge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http/https URL to check the claim against | |
| claim | Yes | The quote or fact to verify appears on the page (max 2000 chars) | |
| selector | No | Optional CSS selector to scope the search to | |
| x_payment | No | Optional X-PAYMENT header value from a completed x402 payment. Omit on first call to receive the payment challenge; complete the payment with your x402 wallet tooling, then retry with this set. |