1. Conduid
  2. Search
  3. io.github.direct-web/drop-beacon-mcp
MCP server · Search

io.github.direct-web/drop-beacon-mcp

Search 100K+ EDC products. Track drops, compare prices, and analyze market trends.

Unclaimed search
37Low

Scored 4 months ago · breakdown

About io.github.direct-web/drop-beacon-mcp

io.github.direct-web/drop-beacon-mcp is an MCP server in the Search category: search 100K+ EDC products. Track drops, compare prices, and analyze market trends. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add io-github-direct-web-drop-beacon-mcp -- npx -y drop-beacon-mcp
npx
npx -y drop-beacon-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.direct-web/drop-beacon-mcp

Powered by Claude · Grounded in docs

I know everything about io.github.direct-web/drop-beacon-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

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_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

Quick Start

npx drop-beacon-mcp

Requires 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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About io.github.direct-web/drop-beacon-mcp

How do I install io.github.direct-web/drop-beacon-mcp?

Run claude mcp add io-github-direct-web-drop-beacon-mcp -- npx -y drop-beacon-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.direct-web/drop-beacon-mcp safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.direct-web/drop-beacon-mcp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.