Drop Beacon
Drop Beacon MCP Server
A 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.
Tools
Tool | Description |
| Search EDC products by keyword, category, brand, or material |
| Get new product drops from the last 7 days |
| Brand stats, price range, categories, and top products |
| Compare prices for the same product across retailers |
| Sell-through velocity, top movers, and price distribution |
| Real-time stock check across all retailers |
Related MCP server: Onesource MCP
Quick Start
npx drop-beacon-mcpRequires a DATABASE_URL environment variable pointing to the Drop Beacon database.
Claude Desktop Configuration
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"
}
}
}
}Categories
Products span these EDC categories:
Knives
Fidgets & Haptics
Flashlights
Pens & Writing
Wallets & Organization
Multitools & Pry Bars
Watches
Bags & Pouches
Authentication
Set the API_KEY environment variable to require an API key for all requests. If not set, the server runs without authentication.
Rate Limiting
60 requests per minute per process (in-memory, resets on restart).
Examples
"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.
License
MIT
Links
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceDynamic MCP server — 30+ tools across fact verification, agent memory, Indian NLP, contract risk, security threat modelling, sales call intelligence and more. x402/USDC micropayments on Base.3313MIT
- AlicenseAqualityCmaintenanceMCP server with 43 tools for blockchain data — token lookups, wallet balances, live chain queries across 10+ networks, and full API documentation search.27553Apache 2.0
- Alicense-qualityBmaintenanceA local Python MCP server for safe, human-led bug bounty recon, providing lightweight helpers for scope checks, headers, robots.txt, sitemap.xml, JavaScript URL collection, endpoint extraction, URL deduplication, evidence notes, and manual test planning.MIT
- AlicenseAqualityCmaintenanceMCP server for the beacon log analytics platform, exposing beacon's REST API as MCP tools and resources for AI agents to query and analyse AI-assistant usage data.11MIT
Related MCP Connectors
Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
mempool.space MCP — Bitcoin block explorer + mempool/fee stats
Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/direct-web/drop-beacon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server