INDIVIDUAL MCP TOOL
book_appointment
Get the link to the practice's online scheduler, plus the phone number and current hours.
LIVE ENDPOINT
https://crystaleyecarenj.com/mcp
Connect to this endpoint to inspect the live schema for book_appointment and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.crystal-eyecare]
url = "https://crystaleyecarenj.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"crystal-eyecare": {
"type": "http",
"url": "https://crystaleyecarenj.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: crystal-eyecare
Remote MCP URL: https://crystaleyecarenj.com/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": {
"crystal-eyecare": {
"url": "https://crystaleyecarenj.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"crystal-eyecare": {
"type": "http",
"url": "https://crystaleyecarenj.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "crystal-eyecare",
"transport": "streamable-http",
"url": "https://crystaleyecarenj.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_practice_info— Get Crystal Eyecare's opening hours, street address, phone number, map link, accessibility features, and the towns it serves.list_services— List the eye care and specialty services the practice offers (exams, contact lenses, scleral/keratoconus lenses, myopia management, low vision, bespoke eyewear, ptosis crutches, dry eye, pediatric care), each with a description and page URL.get_doctors— Get the practice's optometrists and licensed staff — names, job titles, specialty, and NPI Registry links for verifying credentials.search_articles— Search the practice's patient-education articles by keyword and/or category.get_page— Read the full text of any page on crystaleyecarenj.com — an article or a service page.