Skip to main content
Glama

Drop Beacon MCP 服务器

一个 Model Context Protocol 服务器,使 AI 助手能够访问来自 Drop Beacon 的实时 EDC(日常携带)产品数据 — 涵盖 1,000 多个品牌的 100,000 多种产品。

工具

工具

描述

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_KEY 环境变量以要求所有请求提供 API 密钥。如果未设置,服务器将在无身份验证的情况下运行。

速率限制

每个进程每分钟 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