Add BuyWhere e-commerce MCP server configuration#365
Add BuyWhere e-commerce MCP server configuration#365BuyWhere wants to merge 1 commit intorohitg00:mainfrom
Conversation
Add BuyWhere MCP Server to the MCP Configs section — an agent-native product catalog API for Southeast Asia commerce with 6 tools for product search, price comparison, and deal discovery across 1M+ products. Co-Authored-By: Paperclip <noreply@paperclip.ing>
📝 WalkthroughWalkthroughA new E-Commerce MCP configuration for BuyWhere is added to the repository. The README is updated to reflect this addition, including incrementing the MCP config count from 14 to 15, updating descriptive text, adding a table entry, and introducing a new AutoSearch ecosystem reference. ChangesE-Commerce MCP Configuration Addition
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment Warning |
There was a problem hiding this comment.
Actionable comments posted: 1
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
README.md (1)
60-60:⚠️ Potential issue | 🟡 Minor | ⚡ Quick winUpdate the MCP Configs count in Table of Contents.
The Table of Contents still shows
(14)but should be updated to(15)to match the header count change on line 3 and reflect the addition of the new E-Commerce config.📝 Proposed fix
-- [MCP Configs](`#mcp-configs`) (14) +- [MCP Configs](`#mcp-configs`) (15)🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@README.md` at line 60, Update the Table of Contents entry "[MCP Configs](`#mcp-configs`) (14)" to reflect the new total by changing "(14)" to "(15)"; locate the TOC line containing "[MCP Configs](`#mcp-configs`)" and adjust the count to match the header changes that added the new E-Commerce config so the TOC and header counts stay consistent.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 882: Update the section description text that currently reads "Fourteen
curated Model Context Protocol server configurations." to "Fifteen curated Model
Context Protocol server configurations." so the count matches the actual number
of MCP configurations (including the new E-Commerce config); search for the
exact phrase "Fourteen curated Model Context Protocol server configurations." in
README.md and replace it with "Fifteen curated Model Context Protocol server
configurations." to keep the header and description consistent.
---
Outside diff comments:
In `@README.md`:
- Line 60: Update the Table of Contents entry "[MCP Configs](`#mcp-configs`) (14)"
to reflect the new total by changing "(14)" to "(15)"; locate the TOC line
containing "[MCP Configs](`#mcp-configs`)" and adjust the count to match the
header changes that added the new E-Commerce config so the TOC and header counts
stay consistent.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 8d762fc4-8c50-4855-90db-d308f71e81c4
📒 Files selected for processing (2)
README.mdmcp-configs/ecommerce.json
| ## MCP Configs | ||
|
|
||
| Thirteen curated Model Context Protocol server configurations. | ||
| Fourteen curated Model Context Protocol server configurations. |
There was a problem hiding this comment.
Correct the MCP configuration count in the section description.
The descriptive text says "Fourteen curated" but there are now 15 MCP configurations (14 previously + 1 new E-Commerce config). This should be updated to "Fifteen curated" to match the header count on line 3.
📝 Proposed fix
-Fourteen curated Model Context Protocol server configurations.
+Fifteen curated Model Context Protocol server configurations.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| Fourteen curated Model Context Protocol server configurations. | |
| Fifteen curated Model Context Protocol server configurations. |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 882, Update the section description text that currently
reads "Fourteen curated Model Context Protocol server configurations." to
"Fifteen curated Model Context Protocol server configurations." so the count
matches the actual number of MCP configurations (including the new E-Commerce
config); search for the exact phrase "Fourteen curated Model Context Protocol
server configurations." in README.md and replace it with "Fifteen curated Model
Context Protocol server configurations." to keep the header and description
consistent.
Summary
Adds BuyWhere MCP Server to the MCP Configs section. BuyWhere is an agent-native product catalog API for Southeast Asia commerce with 6 production-ready tools:
Install:
npx -y @buywhere/mcp-serverHomepage: https://buywhere.ai
Free tier: 1,000 calls/month
Changes
mcp-configs/ecommerce.jsonwith BuyWhere MCP server configSummary by CodeRabbit
New Features
Documentation