CostBench
C
CostBench
/get_price_changes

get price changes

Recent software pricing changes CostBench detected against vendor pricing pages (increases, decreases, plan restructures) — dated, with before/after price bands

liveverifiedunknown~5s typical
mcpprobedcostbench
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-costbench-mcp /get_price_changes for me.

Input

FieldTypeDescription
slugstringOnly changes for this product
categorystringOnly changes in this category slug, e.g. "crm"
daysnumberLookback window in days (default 30, max 365)
limitnumberMax items (default 25, max 100)
include_suspectbooleanInclude moves flagged as likely extraction artifacts (unit switches, |change| > 300%). Def

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-costbench-mcp","endpoint":"/get_price_changes","input":{}}'
cli
npx cracked-ai run -p mcp-com-costbench-mcp -e /get_price_changes -i '{}'
mcp
run_tool({ provider: "mcp-com-costbench-mcp", endpoint: "/get_price_changes", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.