Skip to content

Commit 29b50cf

Browse files
BuyWhereBuyWhere
andauthored
Add BuyWhere MCP server — real-time product search across 15+ SG/SEA merchants (11M+ products) (#10)
Co-authored-by: BuyWhere <hello@buywhere.ai>
1 parent 780aebc commit 29b50cf

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ node scripts/generate-readme.mjs
1717

1818
| Server | Description | Transport | Links |
1919
|---|---|---|---|
20+
| BuyWhere | Real-time product search and price comparison across 15+ Singapore/SEA merchants (11M+ products). REST API + MCP server for AI agents. | stdio, streamable-http | [Homepage](https://buywhere.ai)<br>[GitHub](https://github.com/BuyWhere/buywhere-mcp)<br>[Package](https://www.npmjs.com/package/@buywhere/mcp-server) |
2021
| The Stall | 191 pay-per-call data tools via x402 on Base — stocks, crypto/DeFi, macro, SEC filings, compliance, global news, social momentum. No API keys. | streamable-http | [Homepage](https://the-stall.intuitek.ai)<br>[GitHub](https://github.com/thebrierfox/the-stall) |
2122
| Xquik MCP Server | MCP server for exploring Xquik's X data API and running source-backed X data workflows. | streamable-http | [Homepage](https://docs.xquik.com/mcp/overview)<br>[GitHub](https://github.com/Xquik-dev/x-twitter-scraper) |
2223

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"slug": "buywhere-mcp",
3+
"name": "BuyWhere",
4+
"category": "data",
5+
"description": "Real-time product search and price comparison across 15+ Singapore/SEA merchants (11M+ products). REST API + MCP server for AI agents.",
6+
"homepage_url": "https://buywhere.ai",
7+
"repository_url": "https://github.com/BuyWhere/buywhere-mcp",
8+
"package_url": "https://www.npmjs.com/package/@buywhere/mcp-server",
9+
"transports": ["stdio", "streamable-http"],
10+
"tools": ["search_products", "get_product", "find_best_price", "get_deals", "browse_categories"],
11+
"license": "MIT",
12+
"status": "active"
13+
}

0 commit comments

Comments
 (0)