Walmart Marketplace Intelligence

Walmart Category Market MCP Tool

Returns normalized public ecommerce research data with a fixed read-only provider path.

MCP tool name
nexscope_walmart_category_market
Equivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/walmart-category-market/run
JSON-RPC method
tools/call

Authentication

Send the user API key as a bearer token on every MCP JSON-RPC request.

Authorization: Bearer nk_xxxxxxxxxxxxxxxxx

If authentication is missing or invalid, ask the user to open API Access and copy a valid key before calling this tool.

Call this MCP tool

Use tools/call with the MCP tool name below. The arguments object should match the table on this page.

{
  "jsonrpc": "2.0",
  "id": "walmart-category-market-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_walmart_category_market",
    "arguments": {
      "operation": "tree"
    }
  }
}
REST API equivalent
POST https://api.nexscope.ai/api/skill-api/v1/skills/walmart-category-market/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/walmart-category-market

Arguments

operation: tree

NameTypeRequiredDescription
operationstringrequired
Operation: tree, searchByName, or marketReport
Constant: tree

operation: searchByName

NameTypeRequiredDescription
operationstringrequired
Operation: tree, searchByName, or marketReport
Constant: searchByName
namestringrequired
Category name required by searchByName
Minimum length: 1

operation: marketReport

NameTypeRequiredDescription
operationstringrequired
Operation: tree, searchByName, or marketReport
Constant: marketReport
nodePathstringrequired
Underscore-separated category node path required by marketReport
Pattern: ^\d+(?:_\d+)+$

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredDescription
operationanyrequired
Operation value used by this API operation.
valueanyrequired
Value value used by this API operation.
requestConsumedintegerrequired
Request consumed value used by this API operation.
Minimum: 0

operation: tree

NameTypeRequiredDescription
operationstringoptional
Operation value used by this API operation.
Constant: tree
valuearrayoptional
Value value used by this API operation.

operation: searchByName

NameTypeRequiredDescription
operationstringoptional
Operation value used by this API operation.
Constant: searchByName
valuearrayoptional
Value value used by this API operation.

operation: marketReport

NameTypeRequiredDescription
operationstringoptional
Operation value used by this API operation.
Constant: marketReport
valueobject | arrayoptional
Value value used by this API operation.

Examples

Example arguments

{
  "operation": "tree"
}

Example structuredContent

{
  "operation": "tree",
  "requestConsumed": 5,
  "value": [
    {
      "Name": "Personal Care",
      "NodeId": "1005862"
    }
  ]
}