Boostermage MTG Prices
BM
Boostermage MTG Prices
/get_price_range

get price range

Get the lowest, highest, and average recorded price for a product.

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_range for me.

Input

FieldTypeDescription
product_id*stringProduct ID (e.g. 'aetherdrift-play-booster')
daysnumberLookback period in days (max 730) default 365

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_range","input":{"product_id":"...","days":365}}'
cli
npx cracked-ai run -p mcp-com-boostermage-mtg-prices -e /get_price_range -i '{"product_id":"...","days":365}'
mcp
run_tool({ provider: "mcp-com-boostermage-mtg-prices", endpoint: "/get_price_range", input: {"product_id":"...","days":365} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.