Muse

SurgeryViz for Muse

SurgeryViz is not medical advice, not a diagnosis, and not a treatment recommendation. It is an educational visualization and consult-prep tool only. Users must be 18+ and upload only photos they own or are allowed to use.

Connect pack

Endpoint: https://www.surgeryviz.com/api/mcp

Discovery: https://www.surgeryviz.com/.well-known/mcp.json

Sample prompt: Explain SurgeryViz limits, then list procedure options, then ask me before uploading a photo or attaching an email.

No API key. No card. A locked preview is free; the complete report unlocks with attach_email.

Daily cap is $25 UTC and 8 previews per IP. A locked teaser still counts toward that cap. Do not send 1×1 or garbage test images.

Sentinel: ask the user before calling create_preview (photo upload) or attach_email.

  1. Call explain_limits
  2. Call list_procedure_options if needed
  3. Call create_preview with consent=true, a real face photo, and idempotency_key (example: muse-preview-2026-09-19-1)
  4. Keep the returned run_token. Show the teasers and results URL.
  5. If they want the complete report, call attach_email(run_token, email)

Loop: explain_limits → create_preview (consent + photo) → attach_email(run_token, email)