CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Boostermage MTG Prices

fmacpro/boostermage
HTTP, SSEregistry active
Summary

Connects Claude to live UK Magic: The Gathering sealed product pricing data across multiple retailers. Exposes search, price comparison, historical tracking, and deal detection for booster boxes, bundles, and packs. You'd reach for this when helping users find the best MTG prices, tracking product availability, or analyzing market trends without manually checking retailer sites. Built on the same API powering boostermage.com, with access to price history spanning up to two years and automatic detection of below-market deals and restocks. Handles rate limiting transparently and returns structured product data including retailer prices, stock status, and release schedules.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Categories
Search & Web Crawling
Registryactive
TransportHTTP, SSE
UpdatedJun 8, 2026
View on GitHub

Boostermage

UK MTG Sealed Product Price Comparison

Boostermage tracks sealed Magic: The Gathering product prices across UK retailers, helping buyers find the best deals on booster boxes, packs, bundles, decks, and more.

Features

  • Price comparison — Compare prices across {{RETAILER_COUNT}} UK retailers for {{PRODUCT_COUNT}} tracked products
  • Price history — Track price trends over time (up to 2 years of data)
  • Deals & price drops — Automatically detected products priced below market average
  • Restock alerts — Products that recently came back in stock
  • Upcoming releases — MTG release schedule with confirmed dates
  • Product catalog — Official descriptions, contents, and features for every product

Access Methods

🌐 Website

https://boostermage.com

The main website provides a browser-based interface for browsing products, comparing prices, and viewing set information.

📡 REST API

Base URL: https://api.boostermage.com

A read-only REST API for programmatic access to pricing data.

Documentation: API Reference

Quick start:

# Health check
curl https://api.boostermage.com/api/v1/health

# Search products
curl "https://api.boostermage.com/api/v1/products?q=aetherdrift&limit=5"

# Best price for a product
curl https://api.boostermage.com/api/v1/products/aetherdrift-play-booster/best-price

# Current deals (10%+ off market average)
curl "https://api.boostermage.com/api/v1/products/deals/list?min_discount=10&limit=5"

# Price drops in last 24 hours
curl "https://api.boostermage.com/api/v1/products/price-drops/list?hours=24&limit=5"

Rate limits: 100 req/min (anonymous), 1000 req/min (with API key)

🤖 MCP Server

Endpoint: https://mcp.boostermage.com/mcp

A Model Context Protocol (MCP) server for AI agents to query pricing data directly. Compatible with Claude, Cursor, GitHub Copilot, and any MCP-compatible client.

Documentation: MCP Server Reference

Quick start (VS Code mcp.json):

{
  "servers": {
    "boostermage": {
      "type": "http",
      "url": "https://mcp.boostermage.com/mcp"
    }
  }
}

Quick start (Codex CLI):

codex mcp add boostermage --url https://mcp.boostermage.com/mcp

📊 Static Data Files

Publicly accessible JSON data files are available at https://boostermage.com/data/.

Documentation: Data Feeds

Registry

Boostermage is published on the MCP Registry as com.boostermage/mtg-prices.

Repository

This documentation is maintained at https://github.com/fmacpro/boostermage.


Boostermage is an independent UK MTG sealed product price comparison site. Not affiliated with Wizards of the Coast or any retailer.

Related Search & Web Crawling MCP Servers

View all →
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3
Google Search Console

io.github.sarahpark/google-search-console

Google Search Console MCP server — search analytics, URL inspection, and sitemaps
2