medications_pricing
ActiveTool of Chia Health MCP Server
Get detailed pricing for a specific medication, form, and plan duration. Returns price breakdown including medication cost, provider consultation fee, shipping, and any applicable discounts for longer plans. Plan durations vary by medication — use medications_details first to see available plan_months values. Supports semaglutide, tirzepatide, sermorelin, NAD+, glutathione and all other available medications.
Parameters schema
{
"type": "object",
"title": "get_pricingArguments",
"required": [
"medication",
"form",
"plan_months"
],
"properties": {
"form": {
"type": "string",
"title": "Form",
"description": "Medication form: 'injectable', 'tablet', or 'drops'"
},
"client_ip": {
"type": "string",
"title": "Client Ip",
"default": "",
"description": "Client IP address for rate limiting"
},
"medication": {
"type": "string",
"title": "Medication",
"description": "Medication name"
},
"plan_months": {
"type": "integer",
"title": "Plan Months",
"description": "Plan duration in months (1, 4, or 6)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Chia Health MCP Server
https://github.com/chia-health/chia-mcp
2/7 registries