Developer Tools
guestway.io
Provides search and retrieval of FAQ, product modules, and integrations for the Guestway platform.
ENDPOINT 1
https://public-mcp.guestway.io/mcp
Known tools 13
search_faqFull-text search across every Guestway FAQ (about 80 Q&As in 14 categories: general, pricing, demo-and-onboarding, integrations, and one per product module).
Inferred read-onlyfind_related_faqsReturn every FAQ that the marketing site surfaces on a given page, by the page slug.
Inferred read-onlyget_solutionFetch one Guestway product module by slug, with its description, canonical URL, SEO summary, and the FAQs the site shows on that module's page.
Inferred read-onlysearch_integrationsSearch or filter the 57 systems Guestway connects to, across PMS, OTA/channel, guest communication, smart climate and smart locks.
Inferred read-onlyget_company_infoReturn Guestway company facts: legal name, registered address, support and sales contact emails, the mobile apps (iOS and Android, for managers, front-desk and cleaning staff, role-gated and multilingual) and official social profiles (LinkedIn, X, YouTube).
Inferred read-onlyget_testimonialsReturn Guestway customer testimonials (the quotes shown on the homepage), each with the author, company, market segment and full quote text.
Inferred read-onlysearch_docsSearch Guestway's customer Academy (docs.guestway.io) for how-to and setup articles: connecting a PMS, Nest thermostat, smart locks, automations, billing, user roles, and similar.
Inferred read-onlyget_changelogReturns recent Guestway product releases from the public changelog (new features, improvements, bug fixes).
Inferred read-onlyroute_questionGiven a user question, returns the canonical decision table for choosing the correct Guestway destination (marketing site, customer Academy at docs.guestway.io, status page, changelog, careers, referral program, mobile apps, or support email).
Potential side effectsCONNECT 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.guestway-io]
url = "https://public-mcp.guestway.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"guestway-io": {
"type": "http",
"url": "https://public-mcp.guestway.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: guestway-io
Remote MCP URL: https://public-mcp.guestway.io/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": {
"guestway-io": {
"url": "https://public-mcp.guestway.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"guestway-io": {
"type": "http",
"url": "https://public-mcp.guestway.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "guestway-io",
"transport": "streamable-http",
"url": "https://public-mcp.guestway.io/mcp"
}
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 guestway.io was fetched 2026-07-26T19:44:43.767Z and is being refreshed.
guestway.io 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.