You're viewing a demo portfolio

Join the waitlist
PRSM

auth_verify_otp

Active

Tool of Chia Health MCP Server

declared in 1.26.0

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

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 →
auth_verify_otp — Chia Health MCP Server — PRSM MCP