Boostermage MTG Prices
BM
Boostermage MTG Prices
/get_set_products

get set products

Get all products in a specific MTG set with current prices.

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

Input

FieldTypeDescription
set_slug*stringSet slug (e.g. 'aetherdrift')
limitnumberMax results (max 200) default 50

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_set_products","input":{"set_slug":"...","limit":50}}'
cli
npx cracked-ai run -p mcp-com-boostermage-mtg-prices -e /get_set_products -i '{"set_slug":"...","limit":50}'
mcp
run_tool({ provider: "mcp-com-boostermage-mtg-prices", endpoint: "/get_set_products", input: {"set_slug":"...","limit":50} })

Try it

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