walmart_search
Pack: traject-ecommerce · Endpoint: https://gateway.pipeworx.io/traject-ecommerce/mcp
Search Walmart products by keyword — returns position, title, item ID, price, rating, and ratings total. Uses your BlueCart API key. Example: walmart_search({ search_term: “coffee maker”, _apiKey: “your-bluecart-key” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
search_term | string | yes | Search query, e.g. “coffee maker” |
_apiKey | string | yes | Your BlueCart API key (get one at trajectdata.com) |
Example call
curl -X POST https://gateway.pipeworx.io/traject-ecommerce/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"walmart_search","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"traject-ecommerce": {
"url": "https://gateway.pipeworx.io/traject-ecommerce/mcp"
}
}
}
See Getting Started for client-specific install steps.