AA
AI API Radar
/price_change_alerts
price change alerts
Subscribe a webhook to fire when a provider changes prices (or read recent price changes). Pass `webhook` to subscribe (optionally filter by provider and direct
liveverifiedunknown~5s typical
mcpprobedaiapiradar
$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-dropwatchhq-ai-api-radar /price_change_alerts for me.
Input
| Field | Type | Description |
|---|---|---|
| webhook | string | HTTPS URL to POST price-change events to. Omit to just read recent changes. |
| provider | string | |
| direction | string (cut | raise) | |
| limit | number |
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-dropwatchhq-ai-api-radar","endpoint":"/price_change_alerts","input":{}}'cli
npx cracked-ai run -p mcp-com-dropwatchhq-ai-api-radar -e /price_change_alerts -i '{}'mcp
run_tool({ provider: "mcp-com-dropwatchhq-ai-api-radar", endpoint: "/price_change_alerts", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.