Back to Buywhere Product Catalog

Card snapshot

buywhere.ai · 2026-05-18 16:02:28 UTC · 36e1eed0e9f3eef520ea203eca7a6a818b67dc054d6ab6444c5f8ca7f7aa342b

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "BuyWhere",
  "description": "Agent-native product catalog API for AI agent commerce",
  "url": "https://buywhere.ai",
  "provider": {
    "organization": "BuyWhere",
    "url": "https://buywhere.ai"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "skills": [
    {
      "id": "product_search",
      "name": "Product Search",
      "description": "Search Singapore product catalog by keyword, category, price range",
      "tags": [
        "ecommerce",
        "search",
        "products"
      ],
      "examples": [
        "Find wireless earbuds under $200 in Singapore"
      ]
    },
    {
      "id": "product_compare",
      "name": "Product Comparison",
      "description": "Compare products across merchants by price, rating, availability",
      "tags": [
        "ecommerce",
        "comparison",
        "price"
      ],
      "examples": [
        "Compare iPhone 15 prices across Singapore retailers"
      ]
    },
    {
      "id": "deal_finder",
      "name": "Deal Finder",
      "description": "Find best deals and discounts across Singapore merchants",
      "tags": [
        "ecommerce",
        "deals",
        "discounts"
      ],
      "examples": [
        "Show me the best laptop deals today"
      ]
    }
  ],
  "protocols": {
    "mcp": {
      "serverUrl": "https://mcp.buywhere.ai/sse",
      "transport": "sse"
    }
  },
  "contact": {
    "email": "hello@buywhere.ai"
  }
}