medications_availability
ActiveTool of Chia Health MCP Server
Check if a specific medication is available for shipping to the patient's state. Some compounded medications have state-specific restrictions based on pharmacy licensing. Returns availability status and reason if unavailable.
Parameters schema
{
"type": "object",
"title": "check_availabilityArguments",
"required": [
"medication",
"state"
],
"properties": {
"state": {
"type": "string",
"title": "State",
"description": "US state abbreviation (e.g. 'CA', 'NY', 'TX')"
},
"client_ip": {
"type": "string",
"title": "Client Ip",
"default": "",
"description": "Client IP address for rate limiting"
},
"medication": {
"type": "string",
"title": "Medication",
"description": "Medication name to check availability for"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Chia Health MCP Server
https://github.com/chia-health/chia-mcp
2/7 registries