You're viewing a demo portfolio

Join the waitlist
PRSM

medications_pricing

Active

Tool of Chia Health MCP Server

declared in 1.26.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Chia Health MCP Server

https://github.com/chia-health/chia-mcp

2/7 registries
View full server →
medications_pricing — Chia Health MCP Server — PRSM MCP