← digitaldestinypro.com
INDIVIDUAL MCP TOOL
check_availability
List currently bookable appointment days and time slots.
LIVE ENDPOINT
https://admin.digitaldestinypro.com/api/v2/mcp/7726f495-56bd-4602-be6d-a900005ca2ae
Connect to this endpoint to inspect the live schema for check_availability 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.frontdesk-mcp]
url = "https://admin.digitaldestinypro.com/api/v2/mcp/7726f495-56bd-4602-be6d-a900005ca2ae"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"frontdesk-mcp": {
"type": "http",
"url": "https://admin.digitaldestinypro.com/api/v2/mcp/7726f495-56bd-4602-be6d-a900005ca2ae"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: frontdesk-mcp
Remote MCP URL: https://admin.digitaldestinypro.com/api/v2/mcp/7726f495-56bd-4602-be6d-a900005ca2ae
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": {
"frontdesk-mcp": {
"url": "https://admin.digitaldestinypro.com/api/v2/mcp/7726f495-56bd-4602-be6d-a900005ca2ae"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"frontdesk-mcp": {
"type": "http",
"url": "https://admin.digitaldestinypro.com/api/v2/mcp/7726f495-56bd-4602-be6d-a900005ca2ae"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "frontdesk-mcp",
"transport": "streamable-http",
"url": "https://admin.digitaldestinypro.com/api/v2/mcp/7726f495-56bd-4602-be6d-a900005ca2ae"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_business_info— Get everything about this business: what it offers, FAQs, how appointments work and what to tell customers.book_appointment— Book an appointment on the customer's behalf.ask_assistant— Ask this business's own trained AI assistant a question (services, pricing, suitability, anything a customer would ask).