Skip to content

Commit 32bc662

Browse files
LyraPaperclip-Paperclip
andcommitted
fix: reposition AI category from store management to product search
- Fix package.json typo 'keywordt' -> 'keywords' (npm keywords were invisible) - Remove ecommerce/shopping/commerce keywords that trigger store management association - Add product-search-api, catalog-search, agent-shopping keywords - Update description to 'Product search API for AI agents' across npm, server.json, smithery.yaml, and glama.json - Change Smithery categories from Commerce/Shopping to AI & Machine Learning/Developer Tools/Product Search - Emphasize 'not store management' to differentiate from Shopify/WooCommerce MCPs Ref: BUY-13307 Co-Authored-By: Paperclip <noreply@paperclip.ing>
1 parent a78e777 commit 32bc662

5 files changed

Lines changed: 27 additions & 25 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Build a shopping agent, price comparison tool, deal finder, or any creative AI a
2424

2525
---
2626

27-
Cross-border product catalog for AI agents. Search and compare products from Singapore, SEA, and US markets via [Model Context Protocol](https://modelcontextprotocol.io).
27+
Product search API for AI agents via [Model Context Protocol](https://modelcontextprotocol.io). Search & compare 11M+ products across Singapore, SEA, and US markets — built for AI agent commerce, not store management.
2828

2929
Works with Claude Desktop, Cursor, VS Code Copilot, Cline, OpenCode, Codex, and any MCP-compatible client.
3030

@@ -139,7 +139,7 @@ npm start
139139

140140
## Why BuyWhere?
141141

142-
BuyWhere is the first cross-border product catalog API built for AI agents. We aggregate products from Singapore, Southeast Asia, and US markets into a single, agent-friendly interface.
142+
BuyWhere is a product search API for AI agents. We aggregate 11M+ products from Singapore, Southeast Asia, and US markets into a single, agent-friendly interface — no store management, no Shopify integration. Just search and compare products in real time.
143143

144144
- **One API** — all markets, all retailers
145145
- **Agent-native** — built for MCP from day one

glama.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
"$schema": "https://glama.ai/mcp/schemas/server.json",
33
"maintainers": [
44
"BuyWhere"
5+
],
6+
"categories": [
7+
"AI & Machine Learning",
8+
"Developer Tools",
9+
"Product Search"
510
]
611
}

package.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,27 @@
22
"name": "@buywhere/mcp-server",
33
"version": "0.3.6",
44
"mcpName": "io.github.BuyWhere/buywhere-mcp",
5-
"description": "BuyWhere MCP server — cross-border product search and price comparison for AI agents. Search & compare products from Singapore, SEA, and US markets via Model Context Protocol. - Win the \"Build With BuyWhere\" Challenge: <a href=\"https://buywhere.ai/challenge\">buywhere.ai/challenge</a>",
6-
"keywordt": [
5+
"description": "Product search API for AI agents via Model Context Protocol. Search & compare 11M+ products across Singapore, SEA, and US markets. Multi-currency pricing, inventory, and deal discovery — built for AI agent commerce, not store management. - Win the \"Build With BuyWhere\" Challenge: <a href=\"https://buywhere.ai/challenge\">buywhere.ai/challenge</a>",
6+
"keywords": [
77
"buywhere",
88
"mcp",
99
"mcp-server",
1010
"model-context-protocol",
1111
"product-search",
12+
"product-search-api",
1213
"price-comparison",
1314
"compare-prices",
14-
"shopping",
15-
"shopping-assistant",
15+
"catalog-search",
1616
"product-catalog",
17-
"ecommerce",
18-
"ecommerce-api",
19-
"commerce-api",
2017
"cross-border",
2118
"southeast-asia",
2219
"singapore",
2320
"ai-agent",
2421
"ai-commerce",
2522
"agent-commerce",
26-
"lli-tools",
23+
"agent-shopping",
2724
"claude-desktop",
28-
"claude-mcp",
29-
"cursor-mcp",
25+
"cursor",
3026
"open-code"
3127
],
3228
"homepage": "https://buywhere.ai",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.BuyWhere/buywhere-mcp",
4-
"title": "BuyWhere MCP",
5-
"description": "BuyWhere MCP \u2014 cross-border product search & price comparison. Singapore, SEA, US markets.",
4+
"title": "BuyWhere — AI Product Search API",
5+
"description": "Product search API for AI agents via MCP. Search 11M+ products across 3,700+ retailers in SG, US, MY, VN, TH. Real-time pricing, price comparison, and deal discovery. Built for AI agent commerce, not store management.",
66
"repository": {
77
"url": "https://github.com/BuyWhere/buywhere-mcp",
88
"source": "github"

smithery.yaml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# BuyWhere: Agent-native product catalog API for Southeast Asia commerce
33

44
name: buywhere
5-
displayName: BuyWhere MCP Server
5+
displayName: BuyWhere — AI Product Search API
66
description: >
7-
Agent-native product catalog API for Southeast Asia commerce. Search 1.5M+ products across Shopee,
8-
Lazada, Amazon SG, Amazon US, Walmart, Carousell, FairPrice, Harvey Norman, and 20+ e-commerce
9-
platforms. Compare prices across merchants, find deals, and browse categories — all through a
10-
single MCP endpoint. No scraping, no multi-API spaghetti.
7+
Product search API for AI agents via MCP. Search 11M+ products across Shopee, Lazada,
8+
Amazon SG, Amazon US, Walmart, Carousell, FairPrice, Harvey Norman, and 20+ retailers.
9+
Compare prices across merchants, find deals, and browse categories — all through a single
10+
MCP endpoint. Built for AI agent commerce, not store management.
1111
1212
version: 1.0.0
1313
license: MIT
@@ -52,17 +52,18 @@ tools:
5252
e-commerce platforms. Returns the platform, price, and URL for the lowest available price.
5353
5454
categories:
55-
- Commerce
56-
- Shopping
55+
- AI & Machine Learning
56+
- Developer Tools
5757
- Price Comparison
58+
- Product Search
5859
- Singapore
5960
- Southeast Asia
6061

6162
keywords:
62-
- shopping
63-
- ecommerce
64-
- price comparison
6563
- product search
64+
- product search api
65+
- price comparison
66+
- catalog api
6667
- singapore
6768
- southeast asia
6869
- shopee
@@ -71,7 +72,7 @@ keywords:
7172
- deals
7273
- ai agent
7374
- mcp
74-
- commerce api
75+
- agent commerce
7576

7677
author:
7778
name: BuyWhere

0 commit comments

Comments
 (0)