A
AcuiQ
/search_symptoms
search symptoms
Resolve what a person describes into AcuiQ symptom names — the first step before search_protocols. Plain description works ("trouble sleeping", "my lower back h
liveverifiedunknown~5s typical
mcpprobedacuiq
$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-acuiq-acuiq /search_symptoms for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | What the person is describing — a symptom name or a plain description (e.g. "knee pain", " |
| popular | boolean | Set to true to get trending symptoms instead of searching |
| limit | number | Max results (default 12, max 50) |
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-acuiq-acuiq","endpoint":"/search_symptoms","input":{}}'cli
npx cracked-ai run -p mcp-com-acuiq-acuiq -e /search_symptoms -i '{}'mcp
run_tool({ provider: "mcp-com-acuiq-acuiq", endpoint: "/search_symptoms", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.