BuyWhereYou set up MCP, configured the server, query your tool - and get zero results. It is almost always...
You set up MCP, configured the server, query your tool - and get zero results.
It is almost always one of these three things:
Some agents need the /mcp suffix:
# Wrong
api.buywhere.ai
# Right
https://api.buywhere.ai/mcp
Most commerce APIs require authentication. Add your key to headers.
Your agent sends {query: "laptop"} but the tool expects {search_query: "laptop"}. Check the tool schema via tools/list.
{
"mcpServers": {
"buywhere": {
"url": "https://api.buywhere.ai/mcp",
"headers": { "x-api-key": "your-key" }
}
}
}