Skip to content

工具总览

盯价哨兵 MCP Server 提供 8 个工具,分为三类:

工具分类

工具分类功能
get_monitor_list查询获取监控商品列表
get_price_summary查询获取价格摘要(当前/基准/最高/最低/均价/趋势)
get_price_history查询获取价格历史时间序列数据
get_alerts查询获取降价预警列表
add_monitor操作添加商品到监控列表
update_monitor_status操作暂停或恢复监控
get_crawl_health洞察检查采集引擎运行状态
get_monitor_overview洞察获取监控大盘总览数据

工具层级说明

  • 查询类 (Query):读取数据,不修改状态。AI 可以安全调用。
  • 操作类 (Action):修改监控状态(添加/暂停/恢复)。需用户确认。
  • 洞察类 (Insight):聚合分析,提供运营决策支持。

工具命名规则

All tools use snake_case naming with mcp__sentinel__ prefix when exposed to AI clients. E.g., mcp__sentinel__get_monitor_list.

Released under the MIT License.