{ "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" } }