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.
- Call
explain_limits - Call
list_procedure_optionsif needed - Call
create_previewwithconsent=true, a real face photo, andidempotency_key(example:muse-preview-2026-09-19-1) - Keep the returned
run_token. Show the teasers and results URL. - If they want the complete report, call
attach_email(run_token, email)
Loop: explain_limits → create_preview (consent + photo) → attach_email(run_token, email)