A
AcuiQ
/get_point
get point
Resolve one acupoint by code ("LI4", "li04"), English name ("Junction Valley"), Chinese name ("合谷") or pinyin ("Hegu", "hé gǔ") and return its location, caution
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 /get_point for me.
Input
| Field | Type | Description |
|---|---|---|
| point* | string | Code, English name, Chinese name or pinyin (e.g. "LI4", "Hegu", "合谷") |
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":"/get_point","input":{"point":"..."}}'cli
npx cracked-ai run -p mcp-com-acuiq-acuiq -e /get_point -i '{"point":"..."}'mcp
run_tool({ provider: "mcp-com-acuiq-acuiq", endpoint: "/get_point", input: {"point":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.