DD
Demand Discovery AI
/validate_real_demand
Validate real demand - start the Demand Discovery Report
Check the account status for this idea's full Demand Discovery Report and return the user's next step. This call NEVER moves money and never transacts on the us
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 /validate_real_demand for me.
Input
| Field | Type | Description |
|---|---|---|
| reportId | string | Optional but strongly preferred: the EXACT reportId returned by the free Market Research s |
| email* | string | REQUIRED. The user's own email, provided by them in chat for report delivery - the order i |
| name* | string | Short startup or product name - the SAME one used for the free Market Research report. |
| problem* | string | One sentence on the problem - the SAME wording used for the free report (ties the order ba |
| solution* | string | One sentence on the solution - the SAME wording used for the free report. |
| target_market | string | Optional ICP phrase; refines what was captured on the free report if given. |
| current_workaround | string | Optional: how the audience copes today. Only pass if already known; never block on it. |
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":"/validate_real_demand","input":{"email":"...","name":"...","problem":"...","solution":"..."}}'cli
npx cracked-ai run -p mcp-ai-demanddiscovery-mcp -e /validate_real_demand -i '{"email":"...","name":"...","problem":"...","solution":"..."}'mcp
run_tool({ provider: "mcp-ai-demanddiscovery-mcp", endpoint: "/validate_real_demand", input: {"email":"...","name":"...","problem":"...","solution":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.