{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_fqz4axxgdw67","handle":"chia-health-mcp-server","url":"https://wellknown.network/agents/chia-health-mcp-server","links":{"self":"https://wellknown.network/agents/chia-health-mcp-server/record.json","html":"https://wellknown.network/agents/chia-health-mcp-server","markdown":"https://wellknown.network/agents/chia-health-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/chia-health-mcp-server","status":"https://wellknown.network/api/v1/agents/chia-health-mcp-server/status","claim":"https://wellknown.network/agents/chia-health-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","badge":"https://wellknown.network/agents/chia-health-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air:mcp.chia.health:server:chia-health-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"Chia Health MCP Server","summary":"Licensed US telehealth — GLP-1 medications, intake, consents, Stripe ACP. HIPAA-compliant, 30 tools.","description":"Licensed US telehealth — GLP-1 medications, intake, consents, Stripe ACP. HIPAA-compliant, 30 tools.","publisher":{"name":"health.chia","url":null},"homepage":"https://chia.health","repository":"https://github.com/chia-health/chia-mcp","version":"1.0.0","license":null,"protocols":["mcp"],"tags":[],"pricing":null,"endpoints":[{"url":"https://mcp.chia.health","type":"mcp_streamable_http","auth":null,"probeable":true}],"skills":null,"tools":null,"extra":{"updatedAt":"2026-03-18T19:08:55.956873Z","publishedAt":"2026-03-18T19:08:55.956873Z","registryName":"health.chia/chia-mcp"},"attribution":{"kind":"mcp_registry","name":"mcp_registry","repoUrl":"mcp_registry","summary":"mcp_registry","version":"mcp_registry","description":"mcp_registry","homepageUrl":"mcp_registry","publisherName":"mcp_registry"}},"derived":{"capabilities":[{"slug":"commerce.payments","name":"Payments","confidence":1,"provenance":"derived"},{"slug":"communication.customer-support","name":"Customer Support","confidence":1,"provenance":"derived"},{"slug":"security.identity","name":"Identity & Access","confidence":1,"provenance":"derived"},{"slug":"documents.presentations","name":"Presentations","confidence":0.583,"provenance":"derived"},{"slug":"commerce.ecommerce","name":"E-commerce Operations","confidence":0.54,"provenance":"derived"},{"slug":"content.seo","name":"SEO","confidence":0.525,"provenance":"derived"},{"slug":"commerce.pricing","name":"Pricing & Quotes","confidence":0.51,"provenance":"derived"}],"categories":["commerce","communication","content","documents","security"]},"observed":{"status":"live","statusReason":"Responded 6h ago.","lastOkAt":"2026-09-06T01:24:11.184Z","lastProbedAt":"2026-09-06T01:24:11.184Z","statusComputedAt":"2026-09-06T01:24:42.244Z","reliability30d":{"probes":1,"successRate":1,"p50Ms":113},"latestObservations":[{"at":"2026-09-06T01:24:11.184Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":113,"error":null,"detail":{"tools":[{"name":"auth_start","description":"Start a patient session by providing their contact information. Sends a 6-digit verification code to the patient's email.\n\nReturns a session_id (NOT a token). T"},{"name":"auth_verify_otp","description":"Verify the 6-digit code sent to the patient's email. Returns a guest-scope bearer token for intake, consent, order, and checkout tools.\n\nRequires the session_id"},{"name":"auth_resend_otp","description":"Resend the verification code to the patient's email. Use this if the original code expired (5-minute window) or was not received.\n\nRequires the session_id from "},{"name":"auth_check_payment","description":"Check if the patient has completed payment and upgrade the token to full scope. Call this after sharing the checkout payment link with the patient.\n\nPoll every "},{"name":"medications_list","description":"List all available prescription medications including GLP-1 weight loss drugs (compounded semaglutide, compounded tirzepatide), peptide therapies (sermorelin fo"},{"name":"medications_details","description":"Get detailed information about a specific medication including: all available dosage strengths and titration schedules, available forms (injectable vials, pre-f"},{"name":"medications_availability","description":"Check if a specific medication is available for shipping to the patient's state. Some compounded medications have state-specific restrictions based on pharmacy "},{"name":"medications_pricing","description":"Get detailed pricing for a specific medication, form, and plan duration. Returns price breakdown including medication cost, provider consultation fee, shipping,"},{"name":"medications_categories","description":"List all medication categories available through the telehealth platform: Weight Loss (GLP-1 medications), Peptide Therapy (sermorelin, growth hormone peptides)"},{"name":"eligibility_check","description":"Pre-screen a patient's basic eligibility for telehealth prescription services. Required: age (18+) and state (where the patient resides). Optional: BMI (20+ req"},{"name":"intake_questions","description":"Get the medical intake questionnaire for the chosen medication(s). The questionnaire is product-aware: GLP-1 / weight-loss medications return weight-loss goals,"},{"name":"intake_submit","description":"Submit a completed medical intake questionnaire for provider review. All fields from intake_questions must be completed. Returns an intake ID and estimated prov"},{"name":"intake_status","description":"Check the current status of a previously submitted intake questionnaire. Returns whether the intake is under review, approved, or denied by a licensed healthcar"},{"name":"consent_list","description":"Get the list of all consent documents a patient must accept before ordering medication. Returns consent IDs, titles, summaries, and order of presentation. Requi"},{"name":"consent_text","description":"Fetch the full text of a specific consent document for patient review. Returns the complete consent document split into titled sections that the agent MUST pres"},{"name":"consent_submit","description":"Record a patient's consent confirmation for a specific consent document. The agent must have already presented the full consent text (from consent_text) to the "},{"name":"consent_status","description":"Check whether all required consents are complete for a patient intake. Returns status of each consent and whether the patient can proceed to ordering. This is a"},{"name":"order_create","description":"Create a new prescription medication order. The patient must have completed intake questionnaire and consent before ordering. Required: medication name, selecte"},{"name":"order_status","description":"Get the current status of a medication order. Returns status (pending_review, provider_reviewing, approved, needs_info, denied, compounding, shipped, delivered)"},{"name":"order_documents","description":"Get the list of documents a patient needs to upload for their order. Returns required documents (photo ID, selfie for verification) with upload status and accep"},{"name":"order_upload","description":"Upload a verification document for a medication order. Accepts photo ID and selfie as base64-encoded files. Supported formats: PDF, JPEG, PNG. Maximum size: 10M"},{"name":"checkout_create","description":"Initiate a checkout session for a medication order. Returns checkout details including line items, total, and payment options.\n\nTWO PAYMENT PATHS are supported:"},{"name":"checkout_update","description":"Update an existing checkout session. Can modify shipping method, apply promo codes, or update customer details before payment is completed. Requires authenticat"},{"name":"checkout_complete","description":"Complete payment using Stripe ACP (Shared Payment Token). Only use this if your platform supports Stripe Agentic Commerce Protocol and can provision an SPT. If "},{"name":"checkout_status","description":"Check the payment status of a checkout session. Use this to poll for completion after sending the patient a payment link (the `payment_url` from checkout_create"},{"name":"checkout_cancel","description":"Cancel an in-progress checkout session. Releases any held inventory and cancels the associated Stripe PaymentIntent if not yet captured. Requires authentication"},{"name":"portal_log_weight","description":"Log a patient's weight for tracking progress on their treatment plan. Requires patient_id, weight in pounds, and date (ISO 8601). Requires authentication."},{"name":"portal_log_side_effects","description":"Log side effects a patient is experiencing. If severity is 'severe', the case is auto-flagged for immediate provider review and returns urgent guidance. Require"},{"name":"portal_message","description":"Send a message to the patient's healthcare provider. Returns sent confirmation and estimated response time. Urgent messages (containing keywords like 'emergency"},{"name":"portal_care_plan","description":"Get the patient's current care plan including: current medication, current dosage, titration schedule, next dose adjustment date, upcoming refill date, provider"},{"name":"portal_refill","description":"Request a medication refill for the patient's current prescription. Creates a refill order that will be reviewed by a provider within 24-48 hours. Requires auth"},{"name":"portal_support","description":"Contact customer support with a question or issue. Creates a support ticket and returns the ticket ID and estimated response time. Requires authentication."},{"name":"provider_questions","description":"Get follow-up questions from the healthcare provider for a specific order. The provider may request additional information before making a prescribing decision."},{"name":"provider_respond","description":"Submit answers to provider follow-up questions for a specific order. The responses are sent to the provider for review. Returns confirmation and updated order s"}],"toolCount":34,"serverName":"doctormcp","capabilities":["experimental","prompts","resources","tools"],"serverVersion":"1.26.0","protocolVersion":"2025-06-18"}}],"tools":[{"name":"auth_start","description":"Start a patient session by providing their contact information. Sends a 6-digit verification code to the patient's email.\n\nReturns a session_id (NOT a token). T"},{"name":"auth_verify_otp","description":"Verify the 6-digit code sent to the patient's email. Returns a guest-scope bearer token for intake, consent, order, and checkout tools.\n\nRequires the session_id"},{"name":"auth_resend_otp","description":"Resend the verification code to the patient's email. Use this if the original code expired (5-minute window) or was not received.\n\nRequires the session_id from "},{"name":"auth_check_payment","description":"Check if the patient has completed payment and upgrade the token to full scope. Call this after sharing the checkout payment link with the patient.\n\nPoll every "},{"name":"medications_list","description":"List all available prescription medications including GLP-1 weight loss drugs (compounded semaglutide, compounded tirzepatide), peptide therapies (sermorelin fo"},{"name":"medications_details","description":"Get detailed information about a specific medication including: all available dosage strengths and titration schedules, available forms (injectable vials, pre-f"},{"name":"medications_availability","description":"Check if a specific medication is available for shipping to the patient's state. Some compounded medications have state-specific restrictions based on pharmacy "},{"name":"medications_pricing","description":"Get detailed pricing for a specific medication, form, and plan duration. Returns price breakdown including medication cost, provider consultation fee, shipping,"},{"name":"medications_categories","description":"List all medication categories available through the telehealth platform: Weight Loss (GLP-1 medications), Peptide Therapy (sermorelin, growth hormone peptides)"},{"name":"eligibility_check","description":"Pre-screen a patient's basic eligibility for telehealth prescription services. Required: age (18+) and state (where the patient resides). Optional: BMI (20+ req"},{"name":"intake_questions","description":"Get the medical intake questionnaire for the chosen medication(s). The questionnaire is product-aware: GLP-1 / weight-loss medications return weight-loss goals,"},{"name":"intake_submit","description":"Submit a completed medical intake questionnaire for provider review. All fields from intake_questions must be completed. Returns an intake ID and estimated prov"},{"name":"intake_status","description":"Check the current status of a previously submitted intake questionnaire. Returns whether the intake is under review, approved, or denied by a licensed healthcar"},{"name":"consent_list","description":"Get the list of all consent documents a patient must accept before ordering medication. Returns consent IDs, titles, summaries, and order of presentation. Requi"},{"name":"consent_text","description":"Fetch the full text of a specific consent document for patient review. Returns the complete consent document split into titled sections that the agent MUST pres"},{"name":"consent_submit","description":"Record a patient's consent confirmation for a specific consent document. The agent must have already presented the full consent text (from consent_text) to the "},{"name":"consent_status","description":"Check whether all required consents are complete for a patient intake. Returns status of each consent and whether the patient can proceed to ordering. This is a"},{"name":"order_create","description":"Create a new prescription medication order. The patient must have completed intake questionnaire and consent before ordering. Required: medication name, selecte"},{"name":"order_status","description":"Get the current status of a medication order. Returns status (pending_review, provider_reviewing, approved, needs_info, denied, compounding, shipped, delivered)"},{"name":"order_documents","description":"Get the list of documents a patient needs to upload for their order. Returns required documents (photo ID, selfie for verification) with upload status and accep"},{"name":"order_upload","description":"Upload a verification document for a medication order. Accepts photo ID and selfie as base64-encoded files. Supported formats: PDF, JPEG, PNG. Maximum size: 10M"},{"name":"checkout_create","description":"Initiate a checkout session for a medication order. Returns checkout details including line items, total, and payment options.\n\nTWO PAYMENT PATHS are supported:"},{"name":"checkout_update","description":"Update an existing checkout session. Can modify shipping method, apply promo codes, or update customer details before payment is completed. Requires authenticat"},{"name":"checkout_complete","description":"Complete payment using Stripe ACP (Shared Payment Token). Only use this if your platform supports Stripe Agentic Commerce Protocol and can provision an SPT. If "},{"name":"checkout_status","description":"Check the payment status of a checkout session. Use this to poll for completion after sending the patient a payment link (the `payment_url` from checkout_create"},{"name":"checkout_cancel","description":"Cancel an in-progress checkout session. Releases any held inventory and cancels the associated Stripe PaymentIntent if not yet captured. Requires authentication"},{"name":"portal_log_weight","description":"Log a patient's weight for tracking progress on their treatment plan. Requires patient_id, weight in pounds, and date (ISO 8601). Requires authentication."},{"name":"portal_log_side_effects","description":"Log side effects a patient is experiencing. If severity is 'severe', the case is auto-flagged for immediate provider review and returns urgent guidance. Require"},{"name":"portal_message","description":"Send a message to the patient's healthcare provider. Returns sent confirmation and estimated response time. Urgent messages (containing keywords like 'emergency"},{"name":"portal_care_plan","description":"Get the patient's current care plan including: current medication, current dosage, titration schedule, next dose adjustment date, upcoming refill date, provider"},{"name":"portal_refill","description":"Request a medication refill for the patient's current prescription. Creates a refill order that will be reviewed by a provider within 24-48 hours. Requires auth"},{"name":"portal_support","description":"Contact customer support with a question or issue. Creates a support ticket and returns the ticket ID and estimated response time. Requires authentication."},{"name":"provider_questions","description":"Get follow-up questions from the healthcare provider for a specific order. The provider may request additional information before making a prescribing decision."},{"name":"provider_respond","description":"Submit answers to provider follow-up questions for a specific order. The responses are sent to the provider for review. Returns confirmation and updated order s"}],"package":null},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"mcp_registry","key":"health.chia/chia-mcp","url":"https://registry.modelcontextprotocol.io/v0/servers/health.chia%2Fchia-mcp","firstSeenAt":"2026-09-05T23:21:00.340Z","fetchedAt":"2026-09-05T23:21:00.340Z","normalizedAt":"2026-09-05T23:21:00.340Z"}]},"firstSeenAt":"2026-09-05T23:21:00.340Z","updatedAt":"2026-09-06T01:24:53.531Z"}