Chia Health MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add --transport http chia-health https://mcp.chia.health/
README.md

AI agents for medication browsing, intake, and prescription management.

Chia Health MCP Server

MCP (Model Context Protocol) server for the Chia Health telehealth prescription platform. Enables AI assistants (ChatGPT, Claude, Gemini, Copilot, and custom agents) to help patients browse medications, complete medical intake, sign consent documents, place orders, pay via Stripe ACP, and manage their treatment — all through natural conversation.

Available treatments include GLP-1 medications (semaglutide, tirzepatide including tablets), peptide therapies (sermorelin, NAD+, glutathione), and longevity programs. All prescriptions are evaluated by licensed US healthcare providers and delivered from FDA-regulated 503A compounding pharmacies across all 50 US states + DC.

Getting Started

doctormcp is a remote MCP server — connect over the network, no local installation required.

Server URL: https://mcp.chia.health/ Transport: Streamable HTTP Metadata: https://mcp.chia.health/server.json

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "chia-health": {
      "url": "https://mcp.chia.health/"
    }
  }
}
Cursor

Add to .cursor/mcp.json in your project or ~/.cursor/mcp.json globally:

{
  "mcpServers": {
    "chia-health": {
      "url": "https://mcp.chia.health/"
    }
  }
}
Cline / VS Code

Add to your Cline MCP settings:

{
  "mcpServers": {
    "chia-health": {
      "url": "https://mcp.chia.health/"
    }
  }
}
Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "chia-health": {
      "serverUrl": "https://mcp.chia.health/"
    }
  }
}
Other MCP Clients

Any MCP client that supports streamable HTTP transport can connect:

  • Server URL: https://mcp.chia.health/
  • Transport: Streamable HTTP
  • Server metadata: https://mcp.chia.health/server.json

Verify Connection

Once connected, your AI assistant can immediately call these public tools (no auth required):

doctormcp_list_categories     → medication categories
doctormcp_list_medications    → all medications with pricing
doctormcp_check_availability  → check if a medication ships to your state

What Can Your AI Assistant Do?

Category Tools Auth
Discovery — browse medications, pricing, availability 5 No
Qualification — eligibility checks, intake questionnaires 4 Partial
Consent — present and sign consent documents 4 Yes
Ordering — place orders, upload ID verification 4 Yes
Checkout — Stripe ACP payments or payment links 5 Yes
Patient Portal — log weight, message provider, refills 6 Yes
Provider — answer follow-up questions from your provider 2 Yes

Important: All prescriptions are evaluated and approved by licensed US healthcare providers. doctormcp facilitates the patient workflow — it does not make clinical decisions.

Authentication

Discovery tools are public. Patient-specific tools require a bearer token issued during the intake flow. See the Tool Catalog for per-tool auth requirements.

Tool Catalog

Discovery (public, no auth)

Tool Description
doctormcp_list_medications List all medications with categories, forms, and pricing
doctormcp_get_medication_details Detailed info for a specific medication (plans, pricing, what's included)
doctormcp_check_availability Check if a medication ships to a given state
doctormcp_get_pricing Price breakdown for a specific medication/form/plan combo
doctormcp_list_categories List medication categories (Weight Loss, Peptides, Anti-Aging, etc.)

Qualification (public + auth)

Tool Auth Description
doctormcp_check_eligibility No Pre-screen age, state, BMI, and medical conditions
doctormcp_get_intake_questions No Get the structured intake questionnaire for a medication
doctormcp_submit_intake Yes Submit completed intake for provider review
doctormcp_get_intake_status Yes Check intake review status (under review, approved, de

Tools (9)

doctormcp_list_medicationsList all medications with categories, forms, and pricing
doctormcp_get_medication_detailsDetailed info for a specific medication
doctormcp_check_availabilityCheck if a medication ships to a given state
doctormcp_get_pricingPrice breakdown for a specific medication, form, and plan
doctormcp_list_categoriesList medication categories
doctormcp_check_eligibilityPre-screen age, state, BMI, and medical conditions
doctormcp_get_intake_questionsGet the structured intake questionnaire for a medication
doctormcp_submit_intakeSubmit completed intake for provider review
doctormcp_get_intake_statusCheck intake review status

Configuration

claude_desktop_config.json
{"mcpServers": {"chia-health": {"url": "https://mcp.chia.health/"}}}

Try it

List all available weight loss medications and their pricing.
Check if semaglutide is available for shipping to California.
Get the intake questionnaire for the longevity treatment program.
What are the medication categories currently offered by Chia Health?

Frequently Asked Questions

What are the key features of Chia Health MCP?

HIPAA-compliant telehealth prescription workflow. Supports GLP-1, peptide, and longevity treatments. Streamable HTTP transport for remote access. Integration with Stripe ACP for payments. Provider-evaluated prescriptions across all 50 US states.

What can I use Chia Health MCP for?

Patients browsing medication options and pricing via AI chat. Automated eligibility screening for specific medical treatments. Streamlined medical intake questionnaire completion. Checking medication availability based on geographic location.

How do I install Chia Health MCP?

Install Chia Health MCP by running: Add to ~/Library/Application Support/Claude/claude_desktop_config.json

What MCP clients work with Chia Health MCP?

Chia Health MCP works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Chia Health MCP docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare