Drop Beacon Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Drop Beacon Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
| 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-mcpRequires 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
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.