PS
Pulltrader Seller Economics
/search_card_sales
Find recent comparable sold sales for a trading card
Return a capped sample of recent comparable SOLD listings for a trading card (price + sale date), plus a market snapshot (median, range, sample size). Use this
liveunknown~5s typical
mcppulltradersellereconomics
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-pulltrader-seller-economics /search_card_sales for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | Natural-language card description, e.g. '2023 Panini Prizm Victor Wembanyama #136 Silver P |
| item | object | Structured card fields (alternative to query): player_athlete, year_manufactured, set_name |
| limit | integer | Maximum number of example sales to return (1–10). default 10 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-pulltrader-seller-economics","endpoint":"/search_card_sales","input":{"limit":10}}'cli
npx cracked-ai run -p mcp-app-pulltrader-seller-economics -e /search_card_sales -i '{"limit":10}'mcp
run_tool({ provider: "mcp-app-pulltrader-seller-economics", endpoint: "/search_card_sales", input: {"limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.