walmart_product
Pack: traject-ecommerce · Endpoint: https://gateway.pipeworx.io/traject-ecommerce/mcp
Get Walmart product details by item ID — title, brand, price, rating, ratings total, and image. Uses your BlueCart API key. Example: walmart_product({ item_id: “967006046”, _apiKey: “your-bluecart-key” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
item_id | string | yes | Walmart item ID, e.g. “967006046” |
_apiKey | string | yes | Your BlueCart API key (get one at trajectdata.com) — passed as the api_key query param |
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_product","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.