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
| Field | Type | Description |
|---|---|---|
| slug | string | Only changes for this product |
| category | string | Only changes in this category slug, e.g. "crm" |
| days | number | Lookback window in days (default 30, max 365) |
| limit | number | Max items (default 25, max 100) |
| include_suspect | boolean | Include 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.