Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

AcuiQ

com.acuiq/acuiq

Evidence-based acupuncture protocol matcher – search symptoms, match protocols, browse acupoints.

Uptime
100.0%
1 direct probes · 30d
Response
1351ms
last probe
Tools
8
callable
Resources
2
readable
Prompts
0
available

Tools · 8

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 hurts"): filler words are stripped and th…

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 and provenance: sourceKind, source, cave…

get_meridians

List every channel group in the AcuiQ point catalogue with its acupoint count and page URL – the 14 classical meridians plus the extra-point and auricular groups the catalogue files points under. Desc…

get_symptom_detail

Get details for a specific symptom: canonical name, protocol count, page URL and its markdown twin. The markdown twin is the cheapest way to read every protocol for one symptom in a single fetch. When…

get_point

Resolve one acupoint by code ("LI4", "li04"), English name ("Junction Valley"), Chinese name ("合谷") or pinyin ("Hegu", "hé gǔ") and return its location, cautions, meridian, the points most often selec…

create_checkout

Create a Stripe Checkout session for an AcuiQ product and return its URL. Give the URL to the human to open and complete – the agent never touches payment data. Creates a live session on Stripe: call …

get_order

Check a checkout created by create_checkout and, once it is paid, return the delivery link for a digital product. Call it after handing the person the checkout URL – leave a few seconds between calls,…

get_wiki_page

Read one AcuiQ wiki page, or list what the wiki holds. Reference notes on acupuncture nomenclature, point safety and the theory the prescriptions were written in – the context the protocol tools canno…

Resources · 2

AcuiQ LLM Briefing

Overview of AcuiQ with products, symptom index, licence, and programmatic access details.

acuiq://llms.txt
Full Symptom Directory

Every symptom with its protocol count and URL – the full content export, ~450KB. Read it to enumerate the index; to answer one question use search_symptoms instead.

acuiq://symptoms

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "acuiq": {
      "url": "https://acuiq.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}