← acuiq.com

INDIVIDUAL MCP TOOL

create_checkout

Create a Stripe Checkout session for an AcuiQ product and return its URL.

acuiq.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://acuiq.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_checkout and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

Parent server

acuiq.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.acuiq]
url = "https://acuiq.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "acuiq": {
      "type": "http",
      "url": "https://acuiq.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: acuiq
Remote MCP URL: https://acuiq.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "acuiq": {
      "url": "https://acuiq.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "acuiq": {
      "type": "http",
      "url": "https://acuiq.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_symptoms — Resolve what a person describes into AcuiQ symptom names – the first step before search_protocols.
  • search_protocols — Find acupuncture protocols for given symptom names – the same ranked pipeline behind GET /api/protocols.
  • 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.
  • get_symptom_detail — Get details for a specific symptom: canonical name, protocol count, page URL and its markdown twin.
  • 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 selected alongside it in the corpus, its page URL and markdown twin.
  • get_order — Check a checkout created by create_checkout and, once it is paid, return the delivery link for a digital product.
  • get_wiki_page — Read one AcuiQ wiki page, or list what the wiki holds.