Skip to content
Back to AcuiQ

Card snapshot

acuiq.com · 2026-08-16 01:59:47 UTC · 90a34d072aef012787f40ee644537ae6db96c22b1dd49d9b00c5787897cf422b

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "AcuiQ",
  "description": "Acupuncture protocol matcher. Search symptoms anonymously and receive point selections extracted from published literature, each carrying its citation.",
  "url": "https://acuiq.com",
  "version": "1.1.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "search_symptoms",
      "name": "Search Symptoms",
      "description": "Fuzzy-search acupuncture symptom names across 7,000+ conditions. Returns matching symptoms with page URLs. Set popular=true for the top trending symptoms instead.",
      "tags": [
        "search",
        "symptoms",
        "acupuncture",
        "tcm",
        "acupressure",
        "health"
      ],
      "examples": [
        "Search for headache",
        "Find symptoms related to back pain",
        "What acupoints help with anxiety?"
      ]
    },
    {
      "id": "search_protocols",
      "name": "Search Protocols",
      "description": "Find acupuncture treatment protocols matching given symptoms \u2014 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.",
      "tags": [
        "protocols",
        "treatment",
        "acupoints",
        "meridians",
        "self-treatment"
      ],
      "examples": [
        "Find protocols for headache and neck pain",
        "Treatment for insomnia in 35-year-old female"
      ]
    },
    {
      "id": "get_meridians",
      "name": "Get Meridians",
      "description": "List all 14 Traditional Chinese Medicine meridians with descriptions, five-element associations, and acupoint counts.",
      "tags": [
        "meridians",
        "tcm",
        "acupuncture",
        "anatomy"
      ]
    },
    {
      "id": "get_symptom_detail",
      "name": "Get Symptom Detail",
      "description": "Get details for a specific symptom: canonical name, protocol count, page URL and its markdown twin.",
      "tags": [
        "symptoms",
        "detail",
        "acupuncture",
        "tcm"
      ],
      "examples": [
        "How many protocols does AcuiQ have for insomnia?"
      ]
    },
    {
      "id": "purchase",
      "name": "Create Checkout",
      "description": "Create a Stripe Checkout session for an AcuiQ product and return its URL. Give the URL to the human to open and complete \u2014 the agent never touches payment data.",
      "tags": [
        "purchase",
        "buy",
        "press-needles",
        "treatment-guide",
        "commerce"
      ],
      "examples": [
        "Buy a box of press needles",
        "Get the self-treatment guide"
      ]
    }
  ],
  "provider": {
    "organization": "AcuiQ",
    "url": "https://acuiq.com"
  },
  "documentationUrl": "https://acuiq.com/llms.txt",
  "apiSpecUrl": "https://acuiq.com/.well-known/openapi.json",
  "mcpEndpoint": "https://acuiq.com/api/mcp",
  "license": {
    "name": "Creative Commons Attribution 4.0 International",
    "spdx": "CC-BY-4.0",
    "url": "https://creativecommons.org/licenses/by/4.0/",
    "scope": "AcuiQ-authored content (the protocol compilation, symptom and meridian prose, research essays) is licensed CC-BY-4.0: https://creativecommons.org/licenses/by/4.0/. The underlying findings are the cited sources' claims \u2013 each entry carries its citation; verify against the source before relying on it. Not medical advice: https://acuiq.com/terms"
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "text/markdown"
  ]
}