Card snapshot
api.buywhere.ai
·
2026-06-17 09:41:11 UTC
·
2c4d92cf2fbb0c431f9e63cb3f1dfcb72520df5996bb567ea35f62afba95f162
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://api.buywhere.ai/mcp/sse",
"transport": "sse"
},
"a2a": {
"serverUrl": "https://api.buywhere.ai/a2a",
"transport": "json"
}
},
"contact": {
"email": "hello@buywhere.ai"
}
}