← Registry

Browser Tools

revitalismd.com

Automates the multi-step Inquire Now workflow on a website, including contact management, focus selection, and submission.

1 endpoint8 known toolsFirst detected September 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://www.revitalismd.com/api/inquire-now/mcp

No auth detected

MCP server metadata

Name
mozart-inquire-now
Version
1
Capabilities
tools.listChanged
Server instructions

Use only the fields and choices returned by the live flow. Create the durable contact-first inquiry, then select a focus on that same inquiry before Page 3, availability, or reserve (when selection_limit is 0, submit the focus transition with no focus selection and only Inquiry Call may continue). Complete every required executable Page 3 item before availability or reserve; protected required items require the returned handoff. Retry an unchanged transition with its same opaque handle and fields; owner coordinates are deterministic. Use explicit edit_contact before changing contact facts. Email-link confirmation is required to reserve a booking; never ask for, accept, or return an OTP, confirmation link, tenant identifier, or private booking coordinate.

Known tools 8

get_inquire_now

Read the current tenant's public deterministic Inquire Now flow before advancing it.

Inferred read-only
create_inquire_now_contact

Create the durable contact-first inquiry before choosing a practice focus.

Potential side effects
edit_inquire_now_contact

Update contact facts on the same durable inquiry before reserving a slot.

Potential side effects
select_inquire_now_focus

Select only opaque choices from the live flow, or use its enabled Something Else search.

Inferred read-only
submit_inquire_now_page_three

Submit only the executable Page 3 items returned for this inquiry.

Inferred read-only
finalize_inquire_now_page_three

Finalize every upload capability returned by the Page 3 submission.

Potential side effects
get_inquire_now_availability

Read patient-visible appointment times only after contact, focus, and required Page 3 items.

Inferred read-only
reserve_inquire_now_slot

Request an email-link-confirmed reservation for an opaque slot returned by availability.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mozart-inquire-now]
url = "https://www.revitalismd.com/api/inquire-now/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mozart-inquire-now": {
      "type": "http",
      "url": "https://www.revitalismd.com/api/inquire-now/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mozart-inquire-now
Remote MCP URL: https://www.revitalismd.com/api/inquire-now/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mozart-inquire-now": {
      "url": "https://www.revitalismd.com/api/inquire-now/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mozart-inquire-now": {
      "type": "http",
      "url": "https://www.revitalismd.com/api/inquire-now/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mozart-inquire-now",
  "transport": "streamable-http",
  "url": "https://www.revitalismd.com/api/inquire-now/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.