walmart_search
ActiveTool of Traject Ecommerce
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 schema
{
"type": "object",
"required": [
"search_term",
"_apiKey"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "Your BlueCart API key (get one at trajectdata.com)"
},
"search_term": {
"type": "string",
"description": "Search query, e.g. \"coffee maker\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Traject Ecommerce
https://github.com/pipeworx-io/mcp-traject-ecommerce
1/7 registries