# AcuiQ (remote · acuiq.com)

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

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `acuiq.com`: 66/100 (this document), [markdown](https://verifymcp.io/servers/com-acuiq-acuiq/api-mcp.md), [page](https://verifymcp.io/servers/com-acuiq-acuiq/api-mcp)

## Channel facts

- Endpoint: `https://acuiq.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 83/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 720 tokens (~102/item across 7 items; 5 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-acuiq-acuiq https://acuiq.com/api/mcp
```

### Codex

```toml
[mcp_servers.com-acuiq-acuiq]
url = "https://acuiq.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-acuiq-acuiq": {
      "type": "remote",
      "url": "https://acuiq.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-acuiq-acuiq --url https://acuiq.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-acuiq-acuiq:
    url: "https://acuiq.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-acuiq-acuiq": {
      "type": "http",
      "url": "https://acuiq.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-19 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-17 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-16 (score 64, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-15 (score 64)

First indexed and scored.

## MCP tools (5)

### `search_symptoms` (~95 tokens)

Fuzzy-search acupuncture symptom names across 7,000+ conditions. Returns matching symptoms with page URLs. Set popular=true for the top trending symptoms instead.

Input parameters:

- `limit` (number): Max results (default 12, max 50)
- `popular` (boolean): Set to true to get trending symptoms instead of searching
- `query` (string): Partial symptom name (e.g. "head", "knee pain")

### `search_protocols` (~111 tokens)

Find acupuncture treatment protocols matching given symptoms — the same ranked pipeline behind GET /api/protocols. Each match carries acupoints, dosage, and provenance (sourceKind, source, caveat); directMatches lists indicated points when no protocol covers the query.

Input parameters:

- `age` (number): Patient age for demographic filtering
- `sex` (string): Patient sex for demographic filtering
- `symptoms` (string, required): Comma-separated symptom names, max 10 (e.g. "headache,neck pain")

### `get_meridians` (~33 tokens)

List all 14 Traditional Chinese Medicine meridians with descriptions, five-element associations, and acupoint counts.

### `get_symptom_detail` (~47 tokens)

Get details for a specific symptom: canonical name, protocol count, page URL and its markdown twin.

Input parameters:

- `name` (string, required): Symptom name (e.g. "headache")

### `create_checkout` (~93 tokens)

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.

Input parameters:

- `product` (string, required): Product to purchase: press-needles ($19.99/box) or treatment-guide ($12.99 digital download)
- `quantity` (number): Number of boxes (press-needles only, default 1)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-acuiq-acuiq/api-mcp#diagnostics

## Score history

- 2026-08-20: 66
- 2026-08-19: 66
- 2026-08-18: 65
- 2026-08-17: 65
- 2026-08-16: 64
- 2026-08-15: 64

## Links

- Remote endpoint: https://acuiq.com/api/mcp
- Website: https://acuiq.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-acuiq-acuiq/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-acuiq-acuiq/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-acuiq-acuiq/api-mcp
