T
Taste
/prepare_consult_domain_expert
prepare consult domain expert
Get a humantaste.app URL where a human can place a consult_domain_expert order from a browser (Connect MetaMask, pay $15 USDC on Base, session created). Use thi
liveunknown~5s typical
mcptaste
$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-app-humantaste-taste-mcp /prepare_consult_domain_expert for me.
Input
| Field | Type | Description |
|---|---|---|
| question* | string | The specific question to ask the expert. |
| domain* | string | Area of expertise needed (e.g. Farmer, Protestant priest, UX designer, Stockholm local, ar |
| context | string | Optional. Why you are asking and what you are working on. |
| referenceUrls | array | Optional. Publicly accessible URLs the expert should review. |
| parentSessionId | string | Optional. If present, the URL submits a follow-up to an existing consultation (capped at 3 |
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-app-humantaste-taste-mcp","endpoint":"/prepare_consult_domain_expert","input":{"question":"...","domain":"..."}}'cli
npx cracked-ai run -p mcp-app-humantaste-taste-mcp -e /prepare_consult_domain_expert -i '{"question":"...","domain":"..."}'mcp
run_tool({ provider: "mcp-app-humantaste-taste-mcp", endpoint: "/prepare_consult_domain_expert", input: {"question":"...","domain":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.