MCP server exposing 2 tools for poshmark-comps.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/poshmark-comps/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
poshmark_sold_search — Search Poshmark SOLD listings and return realized/ask-at-sale prices — the best open sold-price comp data on Poshmark (no login, no API key). Sourced live from poshmark.com/search?availability=sold_out. Returns up to ~48 results per call (one page, no pagination cursor). `price` is the listing price shown on the sold post, as Poshmark reports it — not an independently verified receipt.poshmark_active_search — Search Poshmark ACTIVE (currently listed, not yet sold) listings — for comparing current ask prices against poshmark_sold_search results. No login, no API key. Returns up to ~48 results per call.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/poshmark-comps/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io