{
  "protocolVersion": "1.0.0",
  "name": "fetch-price",
  "description": "UK product and price search for AI agents. eBay UK is live via the official Browse API; Amazon UK is rolling out. Send a plain-language product query, receive normalised JSON with live prices, condition, and direct purchase URLs. Purchase links are affiliate-tracked — see https://fetch-price.com/privacy.",
  "url": "https://api.fetch-price.com",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "POLICYANDPLAY LTD",
    "url": "https://fetch-price.com"
  },
  "version": "1.3.0",
  "documentationUrl": "https://fetch-price.com/docs",
  "privacyPolicyUrl": "https://fetch-price.com/privacy",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "search_products",
      "name": "UK product search",
      "description": "Search live UK marketplace listings by plain-language query. Supports max price filtering, result count control, and network selection. eBay UK returns real listings with live prices; Amazon UK currently returns a tracked search link only while API access is pending. Every result declares result_type ('item' or 'search_link') so callers are never shown a search page as though it were a product.",
      "tags": ["shopping", "prices", "uk", "ecommerce", "price-comparison", "ebay", "deals"],
      "examples": [
        "find portable air conditioners under £300 in stock in the UK",
        "cheapest Sony WH-1000XM4 headphones ebay uk",
        "compare prices for a 9000 BTU air con unit",
        "refurbished thinkpad t480 under £200"
      ]
    },
    {
      "id": "service_status",
      "name": "Service health check",
      "description": "Read-only health check returning API availability and whether live marketplace data is currently reachable, so calling agents can degrade gracefully.",
      "tags": ["health", "status"],
      "examples": ["is the fetch-price service up"]
    }
  ]
}
