Connects Claude to the Drop Beacon database of 100,000+ EDC products across knives, fidgets, flashlights, pens, and other everyday carry gear. Exposes six tools: search by keyword or material, fetch latest drops from the past week, pull brand stats and top products, compare prices across retailers, analyze market trends like sell-through velocity, and check real-time stock availability. Useful when you need to track new releases in the EDC space, help users find specific gear like titanium multitools or limited edition knives, or answer questions about pricing and availability across multiple stores. Requires a DATABASE_URL pointing to a Neon Postgres instance with the Drop Beacon dataset.
Public tool metadata for what this MCP can expose to an agent.
search_productsSearch for EDC (everyday carry) products by keyword, category, brand, or material. Returns matching products with titles, prices, availability status, brand names, product images, and direct links to edc4me.com. Searches across 100,000+ tracked products from 1,000+ brands.5 paramsSearch for EDC (everyday carry) products by keyword, category, brand, or material. Returns matching products with titles, prices, availability status, brand names, product images, and direct links to edc4me.com. Searches across 100,000+ tracked products from 1,000+ brands.
brandstringlimitnumberquerystringapi_keystringcategorystringget_latest_dropsGet the latest EDC product drops and new releases from the last 7 days. Shows newly available products with prices, brands, release dates, and images. Useful for staying current on what's new in the EDC market.3 paramsGet the latest EDC product drops and new releases from the last 7 days. Shows newly available products with prices, brands, release dates, and images. Useful for staying current on what's new in the EDC market.
limitnumberapi_keystringcategorystringget_brand_infoGet detailed information about an EDC brand including total product count, number of available products, price range (min/max/avg), product categories, and top 5 products by popularity. Useful for brand research and comparison.2 paramsGet detailed information about an EDC brand including total product count, number of available products, price range (min/max/avg), product categories, and top 5 products by popularity. Useful for brand research and comparison.
brandstringapi_keystringget_price_comparisonCompare prices for the same EDC product across multiple retailers. Returns each retailer's current price, compare-at price, availability status, and direct product links. Identifies the best available price.2 paramsCompare prices for the same EDC product across multiple retailers. Returns each retailer's current price, compare-at price, availability status, and direct product links. Identifies the best available price.
api_keystringproductstringget_market_trendsGet EDC market trend data including sell-through rates by category, top 10 fastest-selling brands, price tier distribution, and new product counts. Useful for market analysis and understanding what's hot in the EDC space.3 paramsGet EDC market trend data including sell-through rates by category, top 10 fastest-selling brands, price tier distribution, and new product counts. Useful for market analysis and understanding what's hot in the EDC space.
api_keystringcategorystringtimeframestring7d · 30d · 90dcheck_availabilityCheck if a specific EDC product is currently in stock at any tracked retailer. Returns per-retailer availability, prices, and direct purchase links. Useful for finding where to buy a specific product.2 paramsCheck if a specific EDC product is currently in stock at any tracked retailer. Returns per-retailer availability, prices, and direct purchase links. Useful for finding where to buy a specific product.
api_keystringproductstringA Model Context Protocol server that gives AI assistants access to real-time EDC (everyday carry) product data from Drop Beacon — 100,000+ products across 1,000+ brands.
| Tool | Description |
|---|---|
search_products | Search EDC products by keyword, category, brand, or material |
get_latest_drops | Get new product drops from the last 7 days |
get_brand_info | Brand stats, price range, categories, and top products |
get_price_comparison | Compare prices for the same product across retailers |
get_market_trends | Sell-through velocity, top movers, and price distribution |
check_availability | Real-time stock check across all retailers |
npx drop-beacon-mcp
Requires a DATABASE_URL environment variable pointing to the Drop Beacon database.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"drop-beacon": {
"command": "npx",
"args": ["-y", "drop-beacon-mcp"],
"env": {
"DATABASE_URL": "your-neon-connection-string"
}
}
}
}
Products span these EDC categories:
Set the API_KEY environment variable to require an API key for all requests. If not set, the server runs without authentication.
60 requests per minute per process (in-memory, resets on restart).
"What titanium fidgets dropped this week?"
Uses get_latest_drops with category filter.
"Compare prices for the Spyderco Para 3"
Uses get_price_comparison to show prices across retailers.
"Is the Grimsmo Norseman in stock anywhere?"
Uses check_availability to check all retailers.
"What are the hottest EDC brands right now?"
Uses get_market_trends to show sell-through velocity.
MIT
DATABASE_URL*secretNeon PostgreSQL connection string for the Drop Beacon database
API_KEYsecretOptional API key for authenticated access
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp