Skip to main content
Glama

Drop Beacon MCP サーバー

Drop Beacon からのリアルタイム EDC(Everyday Carry)製品データ(1,000 以上のブランドにわたる 10 万以上の製品)に AI アシスタントがアクセスできるようにする Model Context Protocol サーバーです。

ツール

ツール

説明

search_products

キーワード、カテゴリ、ブランド、または素材で EDC 製品を検索

get_latest_drops

過去 7 日間の新製品ドロップを取得

get_brand_info

ブランドの統計、価格帯、カテゴリ、トップ製品を取得

get_price_comparison

小売店間で同一製品の価格を比較

get_market_trends

販売速度、トップムーバー、価格分布を分析

check_availability

すべての小売店でリアルタイムの在庫状況を確認

クイックスタート

npx drop-beacon-mcp

Drop Beacon データベースを指す DATABASE_URL 環境変数が必要です。

Claude Desktop の設定

~/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"
      }
    }
  }
}

カテゴリ

製品は以下の EDC カテゴリに分類されます:

  • ナイフ

  • フィジェット&ハプティクス

  • フラッシュライト

  • ペン&筆記具

  • 財布&オーガナイザー

  • マルチツール&プライバー

  • 時計

  • バッグ&ポーチ

認証

すべてのリクエストに API キーを要求するには、API_KEY 環境変数を設定してください。設定されていない場合、サーバーは認証なしで実行されます。

レート制限

プロセスごとに 1 分あたり 60 リクエスト(インメモリ、再起動時にリセット)。

「今週ドロップされたチタン製のフィジェットは何ですか?」 カテゴリフィルターを使用して get_latest_drops を使用します。

「Spyderco Para 3 の価格を比較して」 get_price_comparison を使用して、小売店間の価格を表示します。

「Grimsmo Norseman はどこかで在庫がありますか?」 check_availability を使用して、すべての小売店を確認します。

「今最も人気のある EDC ブランドは何ですか?」 get_market_trends を使用して、販売速度を表示します。

ライセンス

MIT

リンク

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - A tier

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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