{
  "name": "reusefulshop",
  "description": "Instant valuations for second-hand items, built from live marketplace data (Discogs, eBay) with a fast judgment layer. Free pages for humans; x402 micropayments for agents.",
  "url": "https://reusefulshop.com",
  "version": "1.0.0",
  "capabilities": [
    "second-hand pricing",
    "resale valuations",
    "deal checking",
    "price history"
  ],
  "skills": [
    {
      "id": "worth",
      "name": "What is it worth?",
      "url": "https://reusefulshop.com/api/worth?q={item}",
      "price": "$0.01"
    },
    {
      "id": "deal",
      "name": "Is this a good deal?",
      "url": "https://reusefulshop.com/api/deal?q={item}&price={price}",
      "price": "$0.01"
    },
    {
      "id": "history",
      "name": "Price history",
      "url": "https://reusefulshop.com/api/history?q={item}",
      "price": "$0.02"
    }
  ],
  "payment": {
    "protocol": "x402",
    "version": 2,
    "network": "eip155:8453",
    "asset": "USDC",
    "facilitator": "https://x402.dexter.cash",
    "payTo": "0xb876145625B6ED670657116187aEF7fAcf1ac288"
  },
  "discovery": {
    "manifest": "https://reusefulshop.com/.well-known/x402.json",
    "llms": "https://reusefulshop.com/llms.txt",
    "sitemap": "https://reusefulshop.com/sitemap.xml",
    "note": "Endpoints accept GET with query parameters; unpaid calls answer HTTP 402 with x402 payment requirements."
  }
}