auth_check_payment
ActiveTool of Chia Health MCP Server
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. Poll every 10-15 seconds. When payment is detected, the token is automatically upgraded to full scope, unlocking portal tools (care plan, refills, messaging, weight logs, etc.). Requires the guest token from auth_verify_otp as bearer_token.
Parameters schema
{
"type": "object",
"title": "check_paymentArguments",
"properties": {
"bearer_token": {
"type": "string",
"title": "Bearer Token",
"default": "",
"description": "Guest token from auth_verify_otp"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Chia Health MCP Server
https://github.com/chia-health/chia-mcp
2/7 registries