diff --git a/README.md b/README.md index b8d10a1..e600475 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ node scripts/generate-readme.mjs | Server | Description | Transport | Links | |---|---|---|---| +| 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)
[GitHub](https://github.com/BuyWhere/buywhere-mcp)
[Package](https://www.npmjs.com/package/@buywhere/mcp-server) | | 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)
[GitHub](https://github.com/thebrierfox/the-stall) | | 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)
[GitHub](https://github.com/Xquik-dev/x-twitter-scraper) | diff --git a/servers/data/buywhere-mcp/server.json b/servers/data/buywhere-mcp/server.json new file mode 100644 index 0000000..2067209 --- /dev/null +++ b/servers/data/buywhere-mcp/server.json @@ -0,0 +1,13 @@ +{ + "slug": "buywhere-mcp", + "name": "BuyWhere", + "category": "data", + "description": "Real-time product search and price comparison across 15+ Singapore/SEA merchants (11M+ products). REST API + MCP server for AI agents.", + "homepage_url": "https://buywhere.ai", + "repository_url": "https://github.com/BuyWhere/buywhere-mcp", + "package_url": "https://www.npmjs.com/package/@buywhere/mcp-server", + "transports": ["stdio", "streamable-http"], + "tools": ["search_products", "get_product", "find_best_price", "get_deals", "browse_categories"], + "license": "MIT", + "status": "active" +}