Productivity
digitaldestinypro.com
This server provides business information, checks availability, books appointments, and uses a trained AI assistant to answer customer questions.
ENDPOINT 1
https://admin.digitaldestinypro.com/api/v2/mcp/7726f495-56bd-4602-be6d-a900005ca2ae
MCP server metadata
- Name
- frontdesk-mcp
- Version
- 1.0.0
MCP front desk for Digital Destiny Pro. Call get_business_info first for services/FAQs/policies, ask_assistant for anything else a customer would ask, and check_availability + book_appointment to book. Bookings notify the customer directly.
Known tools 4
get_business_infoGet everything about this business: what it offers, FAQs, how appointments work and what to tell customers.
Inferred read-onlyask_assistantAsk this business's own trained AI assistant a question (services, pricing, suitability, anything a customer would ask).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for digitaldestinypro.com was fetched 2026-08-05T06:11:24.510Z and is being refreshed.
digitaldestinypro.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.