list_categories

read · open

List the SaaS categories available on the marketplace.

Input parameters

This tool takes no parameters.

Example request

A JSON-RPC 2.0 tools/call over the StackTrade MCP endpoint.

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "list_categories",
    "arguments": {}
  }
}

Authentication

This is a read tool: it works with any valid bearer token and never mutates the marketplace. Get a free MCP token →

Other MCP tools