# Drop Beacon

MCP server for Drop Beacon (edc4me.com) — search and explore 80,000+ EDC products across 1,000+ brands. Track new drops, compare prices across retailers, check real-time stock availability, and analy…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add dropbeacon/drop-beacon-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list dropbeacon/drop-beacon-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get dropbeacon/drop-beacon-mcp search_products

# Call a tool
npx -y @smithery/cli@latest tool call dropbeacon/drop-beacon-mcp search_products '{}'
```

## Direct MCP Connection

Endpoint: `https://drop-beacon-mcp--dropbeacon.run.tools`

**Optional config:**
- `api_key` (header) — Optional API key for authenticated access

## Tools (6)

- `search_products` — Search for EDC (everyday carry) products by keyword, category, brand, or material. Returns matching products with title…
- `get_latest_drops` — Get the latest EDC product drops and new releases from the last 7 days. Shows newly available products with prices, bra…
- `get_brand_info` — Get detailed information about an EDC brand including total product count, number of available products, price range (m…
- `get_price_comparison` — Compare prices for the same EDC product across multiple retailers. Returns each retailer's current price, compare-at pr…
- `get_market_trends` — Get EDC market trend data including sell-through rates by category, top 10 fastest-selling brands, price tier distribut…
- `check_availability` — Check if a specific EDC product is currently in stock at any tracked retailer. Returns per-retailer availability, price…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get dropbeacon/drop-beacon-mcp <tool-name>
```

## Resources

- `https://edc4me.com` — EDC product discovery platform — browse all tracked products, brands, drops, and market data.
- `https://edc4me.com/drops` — Browse the latest EDC product drops and new releases.
- `https://edc4me.com/brands` — Browse all 1,000+ tracked EDC brands with product counts and categories.

## Prompts (3)

- `product_research` (category) — Research an EDC product category — get current drops, market trends, top brands, and pricing data.
- `brand_comparison` (brand1, brand2) — Compare two EDC brands side-by-side — product counts, price ranges, sell-through rates, and top products.
- `deal_finder` (query) — Find the best deals and in-stock products in a category or from a specific brand.
