Boostermage MTG Prices
Official15 toolsby fmacpro
Live MTG sealed product prices across UK retailers. Search, compare, track deals and price drops.
Track live Magic: The Gathering sealed product prices across UK retailers.
Topics
Captured live from the server via tools/list.
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 observation count.
Parameters (3)
- product_idstringrequired
Product ID (e.g. 'aetherdrift-play-booster')
- retailer_idstring
Retailer ID to filter by (e.g. 'zatu')
- daysnumber
Number of days of history (max 730)
find_best_price
Find the cheapest currently available in-stock or pre-order price for a product across all retailers.
Parameters (1)
- product_idstringrequired
Product ID (e.g. 'aetherdrift-play-booster')
compare_prices
Compare a product's current price across all retailers.
Parameters (1)
- product_idstringrequired
Product ID (e.g. 'aetherdrift-play-booster')
search_products
Search the sealed MTG catalogue by product name, set name, ID, or category. Descriptive words such as 'sealed products' are accepted.
Parameters (4)
- querystring
Search query
- set_slugstring
Filter by set slug
- categorystring
Filter by category
- limitnumber
Max results (max 100)
get_retailer_list
List all tracked MTG retailers.
No parameters.
get_upcoming_releases
Get upcoming MTG release schedule with confirmed dates.
Parameters (1)
- limitnumber
Number of upcoming releases to return (max 50)
find_deals
Find MTG products currently priced below average market price.
Parameters (2)
- min_discountnumber
Minimum discount percentage (e.g. 10 for 10% off)
- limitnumber
Max results (max 100)
get_price_range
Get the lowest, highest, and average recorded price for a product.
Parameters (2)
- product_idstringrequired
Product ID (e.g. 'aetherdrift-play-booster')
- daysnumber
Lookback period in days (max 730)
find_in_stock
Find MTG products currently in stock or pre-order.
Parameters (3)
- availabilitystring
Availability filter: 'in-stock', 'pre-order', or comma-separated
- categorystring
Filter by category: 'booster-box', 'booster-pack', 'bundle', 'deck', 'kit'
- limitnumber
Max results (max 100)
get_set_products
Get all products in a specific MTG set with current prices.
Parameters (2)
- set_slugstringrequired
Set slug (e.g. 'aetherdrift')
- limitnumber
Max results (max 200)
get_retailer_products
Get products available at a specific retailer.
Parameters (2)
- retailer_idstringrequired
Retailer ID (e.g. 'zatu')
- limitnumber
Max results (max 200)
get_price_drops
Find MTG products that dropped in price recently. Useful for answering 'what dropped in price' or 'price drops in last N hours'.
Parameters (3)
- hoursnumber
Lookback window in hours (max 168)
- limitnumber
Max results (max 100)
- min_dropnumber
Minimum drop percentage (e.g. 5 for 5%+)
find_recently_restocked
Find MTG products that recently became available (restocked or new listings). Useful for 'what just came back in stock' or 'recently restocked'.
Parameters (3)
- hoursnumber
Lookback window in hours (max 168)
- limitnumber
Max results (max 100)
- availabilitystring
Availability to check for: 'in-stock' or 'pre-order'
find_overpriced
Find MTG products priced above average market price. Useful for 'what is overpriced' or 'which products are expensive compared to market'.
Parameters (2)
- limitnumber
Max results (max 100)
- min_overpricednumber
Minimum overpriced percentage (e.g. 20 for 20% above market)
get_product_details
Get detailed information about a specific MTG product from the official catalog, including description, contents, features, and release date. Useful for 'what is in this product', 'tell me about X', or 'what does a booster box contain'.
Parameters (1)
- product_idstringrequired
Product ID (e.g. 'aetherdrift-play-booster-display')
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://mcp.boostermage.com/mcpclaude_desktop_config.json
{
"mcpServers": {
"mtg-prices": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.boostermage.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.