Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)<br>[GitHub](https://github.com/BuyWhere/buywhere-mcp)<br>[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)<br>[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)<br>[GitHub](https://github.com/Xquik-dev/x-twitter-scraper) |

Expand Down
13 changes: 13 additions & 0 deletions servers/data/buywhere-mcp/server.json
Original file line number Diff line number Diff line change
@@ -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"
}