Chia MCP Server

MCP (Model Context Protocol) server for the **[Chia Health](https://chia.health)** telehealth prescription platform. Enables AI assistants (ChatGPT

Remote serverstreamable-http

What is the Chia MCP MCP server?

Chia MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Chia MCP directly instead of describing what you should do. 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.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

What the assistant can call

Once Chia MCP is connected, these are the calls the assistant has available:

  • Transport — ** Streamable HTTP
  • ACP — checkout.complete accepts a Shared Payment Token (SPT) from the AI platform and confirms the PaymentIntent. Instant, in-conversation payment
  • Fallback — The agent shares the payment_url (authenticated magic-link) with the patient. The patient opens it in their browser, auto-authenticates, and pays on
  • OTP — First Auth** — Email ownership verified via 6-digit OTP before any patient data access. SHA-256 hashed tokens with scoped access (guest/full). No
  • Issues — ** github.com/chia-health/chia-mcp/issues
  • Website — ** chia.health
  • Email — ** engineering@chia.health
  • Category — Tools
  • auth.start — No
  • auth.verify_otp — No
  • auth.resend_otp — No
  • auth.check_payment — Guest

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Chia MCP.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the chia mcp mcp server does with a few real requests.

Choosing this one

Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Chia MCP's toolset — Transport, ACP, Fallback and 11 more — is a fair guide to whether it matches your workflow. It is maintained by chia-health; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
Transport** Streamable HTTP
ACPcheckout.complete accepts a **Shared Payment Token (SPT)** from the AI platform and confirms the PaymentIntent. Instant, in-conversation payment.
FallbackThe agent shares the payment_url (authenticated magic-link) with the patient. The patient opens it in their browser, auto-authenticates, and pays on the Chia Health checkout page. The agent polls auth.check_payment to de
OTPFirst Auth** — Email ownership verified via 6-digit OTP before any patient data access. SHA-256 hashed tokens with scoped access (guest/full). No token issued without email verification.
Issues** [github.com/chia-health/chia-mcp/issues](https://github.com/chia-health/chia-mcp/issues)
Website** [chia.health](https://chia.health)
Email** engineering@chia.health
CategoryTools
auth.startNo
auth.verify_otpNo
auth.resend_otpNo
auth.check_paymentGuest
medications.listList all medications with categories, forms, and pricing
medications.detailsDetailed info for a specific medication (plans, pricing, what's included)

How to install the Chia MCP MCP server

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

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Chia MCP to Transport.
  • Use Chia MCP to ACP.
  • Use Chia MCP to Fallback.

Frequently asked questions

It connects Chia MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Transport, ACP, Fallback, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Chia MCP directly.