Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chia Health Agent Skills

Installable skills.sh skills that teach AI agents how to drive the Chia Health MCP — a remote Model Context Protocol server for a licensed US telehealth prescription platform.

Once a skill is installed and the MCP is connected, the agent can walk a patient through the full prescription workflow: browse medications, check eligibility, complete medical intake, sign consent documents, place an order, pay, and manage ongoing care.

Skills in this repo

Skill What it covers Install
chia-prescriptions The full Chia prescription workflow — GLP-1, peptides, and longevity in one skill, tuned for Hermes Agent (carries references/ for progressive disclosure) hermes skills install https://mcp.chia.health/skill · npx skills add chia-health/skills@chia-prescriptions
glp1-prescriptions GLP-1 weight-loss prescriptions (semaglutide, tirzepatide, including tablet forms) npx skills add chia-health/skills@glp1-prescriptions
peptide-prescriptions Peptide therapies and longevity treatments (sermorelin, NAD+, glutathione) npx skills add chia-health/skills@peptide-prescriptions

How it works

  1. The user installs a skill: npx skills add chia-health/skills@glp1-prescriptions. The skill's SKILL.md is downloaded into the local skills folder (~/.cursor/skills/, ~/.claude/skills/, etc.).

  2. The user connects the Chia Health MCP to their AI client by adding this block to their MCP config:

    {
      "mcpServers": {
        "chia-health": {
          "url": "https://mcp.chia.health/"
        }
      }
    }
  3. The agent uses the skill's instructions to call doctormcp_* tools and guide the patient through:

    • Phase 1 — Browse & qualify (no auth)
    • Phase 2 — Email + OTP verification
    • Phase 3 — Medical intake & consent documents
    • Phase 4 — Order, ship, and pay (Stripe)
    • Phase 4b — Post-payment intake & ID verification
    • Phase 5 — Ongoing care (refills, side effects, messaging the provider)

About the MCP

  • Server: https://mcp.chia.health/
  • Transport: Streamable HTTP
  • Tools: 34 (discovery, qualification, consent, ordering, checkout, patient portal, provider follow-ups)
  • HIPAA-compliant with audit logging, consent records, rate limiting, and bearer-token auth.
  • LegitScript-certified Healthcare Merchant — the industry standard for compliant US telehealth and online-pharmacy operations.
  • Coverage: All 50 US states + DC, fulfilled by US-licensed 503A compounding pharmacies that source their ingredients solely from FDA-regulated sources.

All prescriptions are evaluated by licensed US healthcare providers. The MCP and these skills facilitate the patient workflow — they do not make clinical decisions.

Source code for the MCP: chia-health/chia-mcp.

License

Apache 2.0 — see LICENSE.

About

Installable skills.sh skills for the Chia Health prescription MCP — GLP-1 weight loss (semaglutide, tirzepatide) and peptide therapies (sermorelin, NAD+, glutathione).

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors