diff
URL + prior content-hash (or prior text) -> refetch, deterministic change-proof: changed? + a NEW signed receipt binding fromHash->toHash. Stateless; receipts chain into a tamper-evident audit trail of a page's evolution. Keyless x402, Base mainnet USDC. — $0.006/call
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | the page to re-fetch + diff (http/https) | |
| format | No | compare cleaned text (default) or structure-preserving markdown | |
| prevHash | No | prior content hash (0x + 64 hex sha256) from an earlier MERCURY fetch/diff receipt. Gives a hash-only change-proof (changed? true/false). Use this OR prevText. | |
| prevText | No | prior page text to diff against. Gives a full deterministic line-level diff (added/removed counts + unified-style hunk) on top of the change-proof. Use this OR prevHash. |