search_listings
read · openSearch 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
| Parameter | Type | Description |
|---|---|---|
query | string | Free-text keyword (name, tech, niche). |
category | string | Restrict to a category. |
minPrice | number | Minimum asking price. |
maxPrice | number | Maximum asking price. |
minMrr | number | Minimum monthly recurring revenue. |
verifiedOnly | boolean | Only revenue-verified listings. |
minTrustScore | number | Only listings whose SELLER has a trust score >= this value (0–100). Use e.g. 80 to surface only highly-verified sellers. |
limit | number | Max 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 →