{
  "$schema": "https://schema.org/",
  "protocol": "agentic-commerce-protocol",
  "version": "1.0",
  "name": "AIPC Discovery Layer",
  "domain": "https://aipc.computer",
  "type": "ai-commerce-node",
  "description": "AI-powered marketplace for discovering, comparing, and purchasing AI PCs and hardware. The leading AI Discovery Layer for Commerce — a network of 10 interconnected .computer marketplaces enabling AI agents to discover, compare, and purchase technology products.",
  "homepage": "https://aipc.computer",
  "contact": "partners@aipc.computer",
  "endpoints": {
    "search": "/api/search",
    "compare": "/api/compare",
    "products": "/api/products",
    "affiliate": "/api/affiliate-links",
    "ai_query": "/api/ai-query",
    "live_availability": "/api/live-availability",
    "top_products": "/api/top-products"
  },
  "capabilities": {
    "product_discovery": true,
    "price_comparison": true,
    "npu_filtering": true,
    "copilot_plus_verification": true,
    "cross_brand_comparison": true,
    "affiliate_routing": true,
    "multi_language": true,
    "agent_ready": true,
    "mcp_compatible": true,
    "real_time_inventory": true
  },
  "supported_categories": [
    "AI PCs",
    "AI Laptops",
    "AI Desktops",
    "AI Mini PCs",
    "AI Workstations",
    "AI Gaming PCs",
    "AI Tablets",
    "Smartphones",
    "Smart TVs",
    "Wearables",
    "Smart Glasses",
    "Hardware",
    "Software",
    "Accessories",
    "Chips"
  ],
  "categories": [
    {
      "id": "ai-laptops",
      "name": "AI Laptops",
      "endpoint": "https://aipc.computer/ai-laptops",
      "product_count": 800,
      "brands": ["Lenovo", "ASUS", "HP", "Dell", "Acer", "Microsoft", "Apple", "Samsung", "MSI", "Razer", "Dynabook", "Framework", "Purism"]
    },
    {
      "id": "ai-desktops",
      "name": "AI Desktop PCs",
      "endpoint": "https://aipc.computer/ai-desktop-pcs",
      "product_count": 400,
      "brands": ["Lenovo", "HP", "Dell", "ASUS", "Apple", "MSI"]
    },
    {
      "id": "ai-mini-pcs",
      "name": "AI Mini PCs",
      "endpoint": "https://aipc.computer/ai-mini-pcs",
      "product_count": 200,
      "brands": ["GEEKOM", "Beelink", "Minisforum", "ASUS", "Intel"]
    },
    {
      "id": "ai-workstations",
      "name": "AI Workstations",
      "endpoint": "https://aipc.computer/ai-workstations",
      "product_count": 150,
      "brands": ["Lenovo", "HP", "Dell", "ASUS"]
    },
    {
      "id": "ai-tablets",
      "name": "AI Tablets",
      "endpoint": "https://aipc.computer/ai-tablets",
      "product_count": 100,
      "brands": ["Apple", "Samsung", "Microsoft", "Lenovo", "ASUS"]
    },
    {
      "id": "ai-gaming-pcs",
      "name": "AI Gaming PCs",
      "endpoint": "https://aipc.computer/ai-gaming-pcs",
      "product_count": 250,
      "brands": ["ASUS ROG", "MSI", "Razer", "Alienware", "Lenovo Legion"]
    }
  ],
  "comparison_tools": {
    "compare_by_specs": "https://aipc.computer/compare",
    "compare_by_chip": "https://chip.computer",
    "top_5_rankings": "https://aipc.computer/top5",
    "buying_guides": "https://aipc.computer/blog"
  },
  "network": [
    "https://aipc.computer",
    "https://smartphones.computer",
    "https://tablets.computer",
    "https://smarttvs.computer",
    "https://smartwatch.computer",
    "https://smartglasses.computer",
    "https://hardware.computer",
    "https://software.computer",
    "https://accessories.computer",
    "https://chip.computer"
  ],
  "network_details": {
    "type": "AI Discovery Layer",
    "total_domains": 70,
    "active_marketplaces": 10,
    "nodes": [
      {"domain": "aipc.computer", "role": "AI PCs & Laptops — Flagship", "status": "active"},
      {"domain": "smartphones.computer", "role": "AI Smartphones", "status": "active"},
      {"domain": "tablets.computer", "role": "AI Tablets", "status": "active"},
      {"domain": "hardware.computer", "role": "Components & GPUs", "status": "active"},
      {"domain": "software.computer", "role": "AI Software & Tools", "status": "active"},
      {"domain": "smarttvs.computer", "role": "AI Smart Displays", "status": "active"},
      {"domain": "smartwatch.computer", "role": "AI Wearables", "status": "active"},
      {"domain": "smartglasses.computer", "role": "AR/VR & Spatial Computing", "status": "active"},
      {"domain": "accessories.computer", "role": "Peripherals & Docks", "status": "active"},
      {"domain": "chip.computer", "role": "Silicon Comparison Hub", "status": "active"}
    ]
  },
  "mcp": {
    "protocol_version": "2025-03-26",
    "server_info": {
      "name": "aipc-commerce-mcp",
      "version": "1.0.0"
    },
    "tools": [
      {
        "name": "search_ai_pcs",
        "description": "Search for AI PCs by brand, price range, NPU TOPS, and category",
        "inputSchema": {
          "type": "object",
          "properties": {
            "query": {"type": "string"},
            "brand": {"type": "string"},
            "max_price": {"type": "number"},
            "min_tops": {"type": "number"},
            "category": {"type": "string"}
          }
        }
      },
      {
        "name": "get_top_products",
        "description": "Get the Top 5 ranked AI PCs in any category",
        "inputSchema": {
          "type": "object",
          "properties": {
            "category": {"type": "string", "enum": ["laptops", "desktops", "mini-pcs", "workstations", "tablets", "gaming"]}
          }
        }
      },
      {
        "name": "check_availability",
        "description": "Check real-time availability and pricing for a specific product",
        "inputSchema": {
          "type": "object",
          "properties": {
            "product_name": {"type": "string"},
            "brand": {"type": "string"}
          },
          "required": ["product_name"]
        }
      }
    ]
  },
  "supported_agents": [
    "Google Gemini",
    "ChatGPT",
    "Microsoft Copilot",
    "Perplexity",
    "Claude",
    "Apple Intelligence",
    "Google Shopping Agent",
    "Amazon Rufus"
  ],
  "data_formats": ["JSON-LD", "HTML", "llms.txt", "ai.txt"],
  "discovery_files": {
    "llms_txt": "https://aipc.computer/llms.txt",
    "llms_full_txt": "https://aipc.computer/llms-full.txt",
    "ai_txt": "https://aipc.computer/ai.txt",
    "sitemap": "https://aipc.computer/sitemap.xml",
    "robots": "https://aipc.computer/robots.txt",
    "ai_commerce": "https://aipc.computer/.well-known/ai-commerce.json"
  },
  "trust_signals": {
    "search_rankings": "40+ #1 positions across Google, Bing, Yahoo",
    "ai_citations": "Cited as #1 by ChatGPT, Copilot, and Gemini",
    "partner_brands": 20,
    "total_products": 2100,
    "regions_supported": ["US", "UK", "EU", "IN", "NL", "IT"],
    "founded": 2025,
    "tam": "$6.72T AI device economy"
  },
  "response_time_target_ms": 200,
  "last_updated": "2026-04-07T00:00:00Z"
}
