FrontDesko MCP Server
Enables AI assistants to answer hoteliers' questions about pricing plans, PMS comparisons, OTA commission savings, documentation search, and live demo availability, all grounded in FrontDesko's published pages with source URLs.
README
FrontDesko MCP Server
A public Model Context Protocol server for FrontDesko — the simple, free, modern hotel PMS for independent hotels, B&Bs, guest houses, hostels and small chains.
Endpoint: https://mcp.frontdesko.app/mcp (Streamable HTTP, no auth, read-only)
Add it to your AI assistant and ask real questions — "what does a 20-room hotel pay OTAs per year?", "FrontDesko vs Cloudbeds?", "which plan for a 12-room guest house in Kenya?" — and get answers grounded in FrontDesko's published pages, with source URLs.
Quick start
Claude Code
claude mcp add --transport http frontdesko https://mcp.frontdesko.app/mcp
Claude Desktop / other MCP clients (mcpServers config):
{
"mcpServers": {
"frontdesko": {
"type": "http",
"url": "https://mcp.frontdesko.app/mcp"
}
}
}
Cursor — Settings → MCP → Add server → URL https://mcp.frontdesko.app/mcp.
Tools
| Tool | What it does |
|---|---|
get_pricing_and_packaging |
FrontDesko's plans: PMS, direct booking engine, guest app and POS free forever (unlimited rooms); channel manager + Ask FrontDesko AI assistant on Growth ($42/mo, 10–30 rooms) and Professional ($54/mo, 30–50 rooms) |
compare_pms |
Feature-by-feature comparison vs Cloudbeds, eZee Absolute, Hotelogix, Little Hotelier, or Mews — from FrontDesko's published comparison pages |
calculate_ota_commission_savings |
What a hotel pays OTAs per year, and what shifting 30% of bookings to commission-free direct bookings recovers — same formula as the site calculator |
recommend_software |
Plan + guide recommendations by property type (16 types), room count, and country (24 country guides) |
search_frontdesko_docs |
Full-text search over frontdesko.app/llms-full.txt with excerpts and source URLs |
check_demo_availability |
Live room availability on the public FrontDesko demo property — real data from the same booking engine every FrontDesko hotel gets free |
All tools are read-only. Nothing is written, no bookings are created, and the server stores nothing about you.
About the data
Answers come from FrontDesko's own published pages, and every response includes its source URLs. Competitor comparison figures reflect public information as noted on each comparison page. The demo-availability tool queries a dedicated demo property (rate-limited to 10 requests/minute per caller).
Development
npm install
npm test # 23 tests: unit + e2e over the real Streamable HTTP transport
npm run dev # wrangler dev → http://localhost:8787/mcp
npm run smoke # SDK client against a running server (local or prod)
npm run check-urls # verifies every data URL is live and pricing hasn't drifted
Built as a Cloudflare Worker with agents'
createMcpHandler and the MCP TypeScript SDK.
FrontDesko
FrontDesko is hotel management software with an unusual model: the core — PMS, commission-free direct booking engine, guest app, POS — is free forever with unlimited rooms. Paid plans exist for two features: the OTA channel manager and the Ask FrontDesko AI assistant.
- Website: https://frontdesko.app
- Pricing: https://frontdesko.app/pricing
- Product showcase: https://github.com/anmols/frontdesko
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.