AcuiQ
A
AcuiQ
/search_protocols

search protocols

Find acupuncture protocols for given symptom names — the same ranked pipeline behind GET /api/protocols. Returns `matches` (each with point codes, cred, dosage

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_protocols for me.

Input

FieldTypeDescription
symptoms*stringComma-separated symptom names, max 10 (e.g. "headache,neck pain")
limitnumberMax protocols to return (default 10, max 50)
agenumberPatient age. Drops protocols whose recorded cohort age is more than 20 years away; rows th
sexstring (male | female)Patient sex. Drops protocols recorded in the opposite sex; rows that recorded no sex are k

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_protocols","input":{"symptoms":"..."}}'
cli
npx cracked-ai run -p mcp-com-acuiq-acuiq -e /search_protocols -i '{"symptoms":"..."}'
mcp
run_tool({ provider: "mcp-com-acuiq-acuiq", endpoint: "/search_protocols", input: {"symptoms":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.