{
  "markdown": "# Boostermage\n\n**UK MTG Sealed Product Price Comparison**\n\nBoostermage tracks sealed Magic: The Gathering product prices across UK retailers, helping buyers find the best deals on booster boxes, packs, bundles, decks, and more.\n\n## Features\n\n- **Price comparison** — Compare prices across 67 UK retailers for 385 tracked products\n- **Price history** — Track price trends over time (up to 2 years of data)\n- **Deals & price drops** — Automatically detected products priced below market average\n- **Restock alerts** — Products that recently came back in stock\n- **Upcoming releases** — MTG release schedule with confirmed dates\n- **Product catalog** — Official descriptions, contents, and features for every product\n\n## Access Methods\n\n### 🌐 Website\n\n**https://boostermage.com**\n\nThe main website provides a browser-based interface for browsing products, comparing prices, and viewing set information.\n\n### 📡 REST API\n\n**Base URL:** `https://api.boostermage.com`\n\nA read-only REST API for programmatic access to pricing data.\n\n**Documentation:** [API Reference](./docs/api.md)\n\n**Quick start:**\n\n```bash\n# Health check\ncurl https://api.boostermage.com/api/v1/health\n\n# Search products\ncurl \"https://api.boostermage.com/api/v1/products?q=aetherdrift&limit=5\"\n\n# Best price for a product\ncurl https://api.boostermage.com/api/v1/products/aetherdrift-play-booster/best-price\n\n# Current deals (10%+ off market average)\ncurl \"https://api.boostermage.com/api/v1/products/deals/list?min_discount=10&limit=5\"\n\n# Price drops in last 24 hours\ncurl \"https://api.boostermage.com/api/v1/products/price-drops/list?hours=24&limit=5\"\n```\n\n**Rate limits:** 100 req/min (anonymous), 1000 req/min (with API key)\n\nAPI listing links use Boostermage product URLs with an optional `retailer`\nselector. Retailer destination and affiliate URLs are not exposed.\n\n### 🤖 MCP Server\n\n**Endpoint:** `https://mcp.boostermage.com/mcp`\n\nA Model Context Protocol (MCP) server for AI agents to query pricing data directly. Compatible with Claude, Cursor, GitHub Copilot, and any MCP-compatible client.\n\n**Documentation:** [MCP Server Reference](./docs/mcp.md)\n\n**Quick start (VS Code `mcp.json`):**\n\n```json\n{\n  \"servers\": {\n    \"boostermage\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.boostermage.com/mcp\"\n    }\n  }\n}\n```\n\n**Quick start (Codex CLI):**\n\n```bash\ncodex mcp add boostermage --url https://mcp.boostermage.com/mcp\n```\n\n### 📊 Static Data Files\n\nPublicly accessible JSON data files are available at `https://boostermage.com/data/`.\n\n**Documentation:** [Data Feeds](./docs/data-feeds.md)\n\n## Registry\n\nBoostermage is published on the [MCP Registry](https://registry.modelcontextprotocol.io) as `com.boostermage/mtg-prices`.\n\n## Repository\n\nThis documentation is maintained at **https://github.com/fmacpro/boostermage**.\n\n---\n\n_Boostermage is an independent UK MTG sealed product price comparison site. Not affiliated with Wizards of the Coast or any retailer._\n",
  "bytes": 2944,
  "sha": "1786c847b5c4622541b5292a75fa91fa9d63ec451ff5bd043e24b0c409e211dd",
  "repo_slug": "fmacpro/boostermage",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_boostermage_mtg_prices_f9e036ea/readme"
}