get_market_insights

read · open

Valuation analytics across the marketplace: listing counts, asking-price and revenue-multiple distributions, profit margins, growth, and recent comparable sales. Optionally scope to a category and/or price ceiling. Read-only.

Input parameters

ParameterTypeDescription
categorystringScope insights to a category.
maxPricenumberOnly consider listings at or below this asking price.

Example request

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_market_insights",
    "arguments": {
      "category": "Developer Tools",
      "maxPrice": 50000
    }
  }
}

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