{
  "specVersion": "1.0",
  "host": {
    "displayName": "TechPartPrices",
    "identifier": "did:web:techpartprices.com"
  },
  "entries": [
    {
      "identifier": "urn:air:techpartprices.com:server:catalogue",
      "displayName": "TechPartPrices MCP server",
      "description": "Model Context Protocol server over Streamable HTTP. Search tracked Amazon UK component listings, look up a product, and read its recorded price history.",
      "type": "application/mcp-server-card+json",
      "url": "https://techpartprices.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "what is the cheapest DDR5 RAM in the UK",
        "how much does an RTX 5090 cost right now",
        "has this SSD got cheaper over the last three months",
        "find me a motherboard under £150"
      ]
    },
    {
      "identifier": "urn:air:techpartprices.com:agent:catalogue",
      "displayName": "TechPartPrices A2A agent",
      "description": "Agent2Agent endpoint, protocol v1.0 over JSON-RPC. Answers questions about UK PC component prices in plain text or by explicit skill invocation.",
      "type": "application/a2a-agent-card+json",
      "url": "https://techpartprices.com/.well-known/agent-card.json",
      "representativeQueries": [
        "cheapest processors under £200",
        "price history for a graphics card",
        "which brands of RAM do you track"
      ]
    },
    {
      "identifier": "urn:air:techpartprices.com:skill:uk-pc-part-prices",
      "displayName": "UK PC part prices",
      "description": "Look up current and historical UK prices for PC components (CPUs, GPUs, RAM, motherboards, storage) tracked from Amazon UK. Use when asked what a part costs, which is cheapest, or whether now is a good time to buy.",
      "type": "application/ai-skill+md",
      "url": "https://techpartprices.com/.well-known/agent-skills/uk-pc-part-prices/SKILL.md",
      "representativeQueries": [
        "is now a good time to buy a graphics card",
        "why is UK DDR5 memory so expensive",
        "how do I read TechPartPrices price history"
      ]
    },
    {
      "identifier": "urn:air:techpartprices.com:api:rest",
      "displayName": "TechPartPrices REST API",
      "description": "Read-only JSON endpoints for product search, product detail, price history and the article index. RFC 9727 linkset enumerating each one.",
      "type": "application/linkset+json",
      "url": "https://techpartprices.com/.well-known/api-catalog",
      "representativeQueries": [
        "list UK PC component prices as JSON",
        "get price history for a product by id",
        "search tracked Amazon UK computer parts"
      ]
    }
  ]
}