← frontdesko.app

INDIVIDUAL MCP TOOL

recommend_software

Call this to recommend the right FrontDesko plan and the most relevant guides for a property.

frontdesko.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.frontdesko.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for recommend_software 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

frontdesko.app

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.frontdesko]
url = "https://mcp.frontdesko.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "frontdesko": {
      "type": "http",
      "url": "https://mcp.frontdesko.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: frontdesko
Remote MCP URL: https://mcp.frontdesko.app/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": {
    "frontdesko": {
      "url": "https://mcp.frontdesko.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "frontdesko": {
      "type": "http",
      "url": "https://mcp.frontdesko.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "frontdesko",
  "transport": "streamable-http",
  "url": "https://mcp.frontdesko.app/mcp"
}
MCP Inspector

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

Related tools

  • get_pricing_and_packaging — Call this for FrontDesko's plans and what each includes.
  • compare_pms — Call this when someone weighs FrontDesko against Cloudbeds, eZee Absolute, Hotelogix, Little Hotelier, or Mews.
  • calculate_ota_commission_savings — Call this to quantify what a hotel pays OTAs per year and what shifting 30% of those bookings to commission-free direct bookings would recover.
  • search_frontdesko_docs — Call this to answer any question about FrontDesko (features, setup, security, integrations, OTA costs…).
  • check_demo_availability — Call this to query LIVE room availability on the public FrontDesko demo property — real data from the same booking engine every FrontDesko hotel gets free.