Chia Health MCP Server

MCP (Model Context Protocol) server for the Chia Health telehealth prescription platform. Enables AI assistants (ChatGPT, Claude, Gemini, OpenClaw, Copilot, and custom agents) to help patients browse medications, complete medical intake, sign consent documents, place orders, pay, and manage their treatment - all through natural conversation. Its 34 documented tools cover portal, medications, checkout, auth. It is available as a remote MCP endpoint.

Teams that want a hosted science & health endpoint instead of running a local process.

VERIFIED ACTIVE

LAST COMMIT 2026-03-31 · ★ 5 · #60 OF 60 MAINTAINED SCIENCE & HEALTH · VERIFIED 2026-08-25

Apache-2.0 · how we verify → /methodology

01 · Install Chia Health MCP Server

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add chia-health-chia-mcp --transport http https://mcp.chia.health/

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.chia.health/

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.chia.health

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license Apache-2.0 - declared in the repository

registry vendor namespace health.chia - domain-verified with the official MCP registry

03 · What Chia Health MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can verify code, get guest-scoped bearer token, list all medications with categories, forms, and pricing, check if a medication ships to a given state, and list medication categories (Weight Loss, Peptides, Anti-Aging, etc.).

Capability map

Tools grouped from the project's README - what Chia Health MCP Server lets an agent do.

Portal

6 tools - e.g. Log weight for progress tracking; Report side effects (severe = auto-flagged for provider); Send a message to the healthcare provider

portal.log_weight · portal.log_side_effects · portal.message · portal.care_plan · portal.refill · portal.support

Medications

5 tools - e.g. List all medications with categories, forms, and pricing; Detailed info for a specific medication (plans, pricing, what's included); Check if a medication ships to a given state

medications.list · medications.details · medications.availability · medications.pricing · medications.categories

Checkout

5 tools - e.g. Create checkout; returns authenticated payment link (magic-link URL); Update a pending checkout (promo codes, shipping); Complete payment with a Stripe Shared Payment Token (ACP path)

checkout.create · checkout.update · checkout.complete · checkout.status · checkout.cancel

Auth

4 tools - e.g. Send OTP to patient's email, get session_id; Verify code, get guest-scoped bearer token; Resend OTP if expired or not received

auth.start · auth.verify_otp · auth.resend_otp · auth.check_payment

Consent

4 tools - e.g. List all 5 consent documents needed for an intake; Get full verbatim text of a consent document; Record patient's consent confirmation with audit trail

consent.list · consent.text · consent.submit · consent.status

Order

4 tools - e.g. Create a medication order (requires all consents complete); Check order status and tracking info; List required ID documents for an order

order.create · order.status · order.documents · order.upload

Intake

3 tools - e.g. Get the structured intake questionnaire for a medication; Submit completed intake for provider review; Check intake review status (under review, approved, denied)

intake.questions · intake.submit · intake.status

Provider

2 tools - e.g. Get follow-up questions from the provider; Submit answers to provider questions

provider.questions · provider.respond

04 · Who maintains Chia Health MCP Server

Chia Health MCP Server is maintained by chia-health. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
science & health - ranked #60 of 60 actively-maintained science & health servers as of 2026-08-25.
registry
health.chia/chia-mcp (active, first published 2026-03-18)

06 · Chia Health MCP Server FAQ

Is Chia Health MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-31. We re-verify nightly.

What can Chia Health MCP Server do?

With this server connected, an agent can verify code, get guest-scoped bearer token, list all medications with categories, forms, and pricing, check if a medication ships to a given state, and list medication categories (Weight Loss, Peptides, Anti-Aging, etc.).

How do I install Chia Health MCP Server?

Run `claude mcp add chia-health-chia-mcp --transport http https://mcp.chia.health/`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Chia Health MCP Server require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Chia Health MCP Server