BM
Boostermage MTG Prices
/get_price_history
get price history
Get compact daily historical price trends for a product, optionally scoped to one retailer. Includes the recorded low, high, average, coverage dates, and observ
liveverifiedunknown~5s typical
mcpprobedboostermagemtgprices
$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-com-boostermage-mtg-prices /get_price_history for me.
Input
| Field | Type | Description |
|---|---|---|
| product_id* | string | Product ID (e.g. 'aetherdrift-play-booster') |
| retailer_id | string | Retailer ID to filter by (e.g. 'zatu') |
| days | number | Number of days of history (max 730) default 90 |
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-com-boostermage-mtg-prices","endpoint":"/get_price_history","input":{"product_id":"...","days":90}}'cli
npx cracked-ai run -p mcp-com-boostermage-mtg-prices -e /get_price_history -i '{"product_id":"...","days":90}'mcp
run_tool({ provider: "mcp-com-boostermage-mtg-prices", endpoint: "/get_price_history", input: {"product_id":"...","days":90} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.