search_listings

read · open

Search ACTIVE SaaS listings on the marketplace. Returns compact summaries with financial metrics AND the seller's verification (trustScore 0–100, identity/revenue/business verified flags). Use filters to narrow by category, price, MRR, or minimum seller trust score.

Input parameters

ParameterTypeDescription
querystringFree-text keyword (name, tech, niche).
categorystringRestrict to a category.
minPricenumberMinimum asking price.
maxPricenumberMaximum asking price.
minMrrnumberMinimum monthly recurring revenue.
verifiedOnlybooleanOnly revenue-verified listings.
minTrustScorenumberOnly listings whose SELLER has a trust score >= this value (0–100). Use e.g. 80 to surface only highly-verified sellers.
limitnumberMax results (default 15, max 40).

Example request

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "search_listings",
    "arguments": {
      "query": "developer tools",
      "category": "Developer Tools"
    }
  }
}

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