{
  "markdown": "# Drop Beacon MCP Server\n\nA [Model Context Protocol](https://modelcontextprotocol.io) server that gives AI assistants access to real-time EDC (everyday carry) product data from [Drop Beacon](https://edc4me.com) — 100,000+ products across 1,000+ brands.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `search_products` | Search EDC products by keyword, category, brand, or material |\n| `get_latest_drops` | Get new product drops from the last 7 days |\n| `get_brand_info` | Brand stats, price range, categories, and top products |\n| `get_price_comparison` | Compare prices for the same product across retailers |\n| `get_market_trends` | Sell-through velocity, top movers, and price distribution |\n| `check_availability` | Real-time stock check across all retailers |\n\n## Quick Start\n\n```bash\nnpx drop-beacon-mcp\n```\n\nRequires a `DATABASE_URL` environment variable pointing to the Drop Beacon database.\n\n## Claude Desktop Configuration\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"drop-beacon\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"drop-beacon-mcp\"],\n      \"env\": {\n        \"DATABASE_URL\": \"your-neon-connection-string\"\n      }\n    }\n  }\n}\n```\n\n## Categories\n\nProducts span these EDC categories:\n- Knives\n- Fidgets & Haptics\n- Flashlights\n- Pens & Writing\n- Wallets & Organization\n- Multitools & Pry Bars\n- Watches\n- Bags & Pouches\n\n## Authentication\n\nSet the `API_KEY` environment variable to require an API key for all requests. If not set, the server runs without authentication.\n\n## Rate Limiting\n\n60 requests per minute per process (in-memory, resets on restart).\n\n## Examples\n\n**\"What titanium fidgets dropped this week?\"**\nUses `get_latest_drops` with category filter.\n\n**\"Compare prices for the Spyderco Para 3\"**\nUses `get_price_comparison` to show prices across retailers.\n\n**\"Is the Grimsmo Norseman in stock anywhere?\"**\nUses `check_availability` to check all retailers.\n\n**\"What are the hottest EDC brands right now?\"**\nUses `get_market_trends` to show sell-through velocity.\n\n## License\n\nMIT\n\n## Links\n\n- [Drop Beacon](https://edc4me.com)\n- [npm](https://www.npmjs.com/package/drop-beacon-mcp)\n",
  "bytes": 2192,
  "sha": "7cae683f67905f61c5b6a7e07ad51f006a80e2602f2aa7fd4b3847231dad8da1",
  "repo_slug": "direct-web/drop-beacon-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_direct_web_drop_beacon_mcp_083fab72/readme"
}