T
Taste
/ask_a_human
ask a human
Ask a vetted human a plain-text question and get a plain-text answer back, usually within 30 minutes. Call when you need a quick human take, gut check, or local
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 /ask_a_human for me.
Input
| Field | Type | Description |
|---|---|---|
| question* | string | The plain-text question for a human to answer. Anything you want a quick human take on. |
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":"/ask_a_human","input":{"question":"..."}}'cli
npx cracked-ai run -p mcp-app-humantaste-taste-mcp -e /ask_a_human -i '{"question":"..."}'mcp
run_tool({ provider: "mcp-app-humantaste-taste-mcp", endpoint: "/ask_a_human", input: {"question":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.