Browser Tools
revitalismd.com
Automates the multi-step Inquire Now workflow on a website, including contact management, focus selection, and submission.
ENDPOINT 1
https://www.revitalismd.com/api/inquire-now/mcp
MCP server metadata
- Name
- mozart-inquire-now
- Version
- 1
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_nowRead the current tenant's public deterministic Inquire Now flow before advancing it.
Inferred read-onlycreate_inquire_now_contactCreate the durable contact-first inquiry before choosing a practice focus.
Potential side effectsedit_inquire_now_contactUpdate contact facts on the same durable inquiry before reserving a slot.
Potential side effectsselect_inquire_now_focusSelect only opaque choices from the live flow, or use its enabled Something Else search.
Inferred read-onlysubmit_inquire_now_page_threeSubmit only the executable Page 3 items returned for this inquiry.
Inferred read-onlyfinalize_inquire_now_page_threeFinalize every upload capability returned by the Page 3 submission.
Potential side effectsget_inquire_now_availabilityRead patient-visible appointment times only after contact, focus, and required Page 3 items.
Inferred read-onlyreserve_inquire_now_slotRequest an email-link-confirmed reservation for an opaque slot returned by availability.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.