DD
Demand Discovery AI
/get_demand_report_status
Check / stream the paid Demand Discovery Report
Poll the status of a paid Demand Discovery Report after the user has started checkout with validate_real_demand. Call this with the orderId it returned, once th
liveverifiedunknown~5s typical
mcpprobeddemanddiscoveryai
$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-ai-demanddiscovery-mcp /get_demand_report_status for me.
Input
| Field | Type | Description |
|---|---|---|
| orderId* | string | REQUIRED. The order handle returned by validate_real_demand. |
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-ai-demanddiscovery-mcp","endpoint":"/get_demand_report_status","input":{"orderId":"..."}}'cli
npx cracked-ai run -p mcp-ai-demanddiscovery-mcp -e /get_demand_report_status -i '{"orderId":"..."}'mcp
run_tool({ provider: "mcp-ai-demanddiscovery-mcp", endpoint: "/get_demand_report_status", input: {"orderId":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.