PS
Pulltrader Seller Economics
/get_card_price_history
Get the price history time series for a trading card
Return a chart-ready price-history series for a trading card, aggregated from recent comparable sold sales into day/week/month buckets with a median per bucket
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 /get_card_price_history 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 |
| interval | string (day | week | month) | Bucket size for the series. Defaults to week. default "week" |
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":"/get_card_price_history","input":{"interval":"week"}}'cli
npx cracked-ai run -p mcp-app-pulltrader-seller-economics -e /get_card_price_history -i '{"interval":"week"}'mcp
run_tool({ provider: "mcp-app-pulltrader-seller-economics", endpoint: "/get_card_price_history", input: {"interval":"week"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.