Skip to content

Tools Overview

PriceMinder MCP Server provides 8 tools, classified into three categories:

Tool Classification

ToolCategoryFunction
get_monitor_listQueryGet list of monitored products
get_price_summaryQueryGet price summary (current/baseline/highest/lowest/average/trend)
get_price_historyQueryGet time-series price history data
get_alertsQueryGet price drop alert list
add_monitorActionAdd a product to the monitor list
update_monitor_statusActionPause or resume a monitor
get_crawl_healthInsightCheck crawl engine running status
get_monitor_overviewInsightGet monitor overview dashboard data

Tool Tier Descriptions

  • Query: Reads data, does not modify state. Safe for AI to call.
  • Action: Modifies monitor state (add/pause/resume). Requires user confirmation.
  • Insight: Aggregates and analyzes data to support operational decisions.

Tool Naming Convention

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.