Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man warranty-parse

/warranty-parse

agentutility / retail / warranty-parse
PRICE / CALL
$0.015
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
retail
CATEGORY
uncategorized
STATUS
live
NAME
warranty-parse turns raw warranty terms text from a manual, warranty card, or manufacturer page into a structured coverage record an agent can check bef…
SYNOPSIS
POST https://x402.agentutility.ai/warranty-parse
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Turns raw warranty terms text from a manual, warranty card, or manufacturer page into a structured coverage record an agent can check before a purchase or claim. Send the warranty wording and get back what's covered, duration in months, exclusions, the claim process, and whether coverage transfers to a new owner. This is warranty parse and coverage terms extraction, not a legal read on your rights: every field comes from the text you send, and anything unstated comes back null rather than guessed. Use it as a warranty parse API, coverage terms extractor, warranty duration checker, or claim process extraction tool.

INPUTrequest schema
propertytypedescriptionreq?
warranty_textstringRaw warranty terms text to extract from. Alias: 'text'.required
textstringAlias for 'warranty_text'.optional
OUTPUTresponse shape
fieldtypedescription
input_charsstring
truncatedstring
coveragestring
duration_monthsstring
exclusionsstring
claim_processstring
transferablestring
modelstring
sourcestring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/warranty-parse \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the warranty-parse tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
retailwarrantyparsewarranty-parse
methods
POST
cluster
retail
price
$0.015 USDC per call
ADJACENTother endpoints in retail
endpointdescriptionprice
return-policy-extractTurns a merchant's raw return policy text into structured refund terms an agent can act on before buying or returning something.$0.015
product-describeWrites conversion-focused product descriptions and listing copy from a product name and optional category, audience, and attributes.$0.01
product-descriptionProduct description API (alias of product-describe).$0.01
sku-normalizeTurns a messy marketplace product title or SKU string into structured attributes for catalog matching: brand, model, variant, capacity, c…$0.01
find-productsFind products API (alias of product-search).$0.02
product-searchSearches shopping results for a product query (and optional retailer), returning ranked results with product title, buy link, retailer do…$0.02
shop-searchShopping search API (alias of product-search).$0.02
SEE ALSO
agentutility · retail · x402 · mcp · llms.txt · registry.json · bazaar.x402.org