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.
| 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 |
-
The user installs a skill:
npx skills add chia-health/skills@glp1-prescriptions. The skill'sSKILL.mdis downloaded into the local skills folder (~/.cursor/skills/,~/.claude/skills/, etc.). -
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/" } } } -
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)
- 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.
Apache 2.0 — see LICENSE.