get_listing
read · openFetch full details for a single listing by id, including description, tech stack, all financials, and current offer count.
Input parameters
| Parameter | Type | Description |
|---|---|---|
idrequired | string | Listing id, e.g. lst_pixelforms. |
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_listing",
"arguments": {
"id": "lst_pixelforms"
}
}
}Authentication
This is a read tool: it works with any valid bearer token and never mutates the marketplace. Get a free MCP token →