INDIVIDUAL MCP TOOL
route_question
Given 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).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent endpoint
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.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.
Related tools
search_faq— Full-text search across every Guestway FAQ (about 80 Q&As in 14 categories: general, pricing, demo-and-onboarding, integrations, and one per product module).find_related_faqs— Return every FAQ that the marketing site surfaces on a given page, by the page slug.search_solutions— List or search Guestway's 9 product modules (the "solutions").get_solution— Fetch one Guestway product module by slug, with its description, canonical URL, SEO summary, and the FAQs the site shows on that module's page.search_integrations— Search or filter the 57 systems Guestway connects to, across PMS, OTA/channel, guest communication, smart climate and smart locks.get_integration— Fetch a single integration by its slug (e.g.get_company_info— Return 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).get_testimonials— Return Guestway customer testimonials (the quotes shown on the homepage), each with the author, company, market segment and full quote text.