← chia.health

INDIVIDUAL MCP TOOL

provider_questions

Get follow-up questions from the healthcare provider for a specific order.

chia.healthnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.chia.health

No auth detected

Connect to this endpoint to inspect the live schema for provider_questions and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

chia.health

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.doctormcp]
url = "https://mcp.chia.health"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "doctormcp": {
      "type": "http",
      "url": "https://mcp.chia.health"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: doctormcp
Remote MCP URL: https://mcp.chia.health

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "doctormcp": {
      "url": "https://mcp.chia.health"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "doctormcp": {
      "type": "http",
      "url": "https://mcp.chia.health"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "doctormcp",
  "transport": "streamable-http",
  "url": "https://mcp.chia.health"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • auth_start — Start a patient session by providing their contact information.
  • auth_verify_otp — Verify the 6-digit code sent to the patient's email.
  • auth_resend_otp — Resend the verification code to the patient's email.
  • auth_check_payment — Check if the patient has completed payment and upgrade the token to full scope.
  • medications_list — List all available prescription medications including GLP-1 weight loss drugs (compounded semaglutide, compounded tirzepatide), peptide therapies (sermorelin for growth hormone support, NAD+ for cellular energy and anti-aging, glutathione for antioxidant support), and other compounded wellness treatments.
  • medications_details — Get detailed information about a specific medication including: all available dosage strengths and titration schedules, available forms (injectable vials, pre-filled syringes, oral dissolving tablets, sublingual drops), all active plan options with pricing for each, what's included (provider consultation, medication, shipping, ongoing support), contraindications, and common side effects.
  • medications_availability — Check if a specific medication is available for shipping to the patient's state.
  • medications_pricing — Get detailed pricing for a specific medication, form, and plan duration.