auth_verify_otp
ActiveTool of Chia Health MCP Server
Verify the 6-digit code sent to the patient's email. Returns a guest-scope bearer token for intake, consent, order, and checkout tools. Requires the session_id from auth_start — no email needed. After checkout and payment, call auth_check_payment to upgrade the token to full scope for portal access.
Parameters schema
{
"type": "object",
"title": "verify_otpArguments",
"required": [
"session_id",
"code"
],
"properties": {
"code": {
"type": "string",
"title": "Code",
"description": "6-digit verification code from the email"
},
"session_id": {
"type": "string",
"title": "Session Id",
"description": "Session ID from auth_start"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Chia Health MCP Server
https://github.com/chia-health/chia-mcp
2/7 registries