Developer Tools
compasshospitality.com
Provides hotel search, details, room availability, offers, and booking links for Compass Hospitality properties.
ENDPOINT 1
https://compasshospitality.com/api/mcp
MCP server metadata
- Name
- compass-hospitality
- Version
- 1.0.0
Known tools 5
search_hotelsSearch the Compass Hospitality hotel portfolio (Compass, Citrus, Citin, Ananda brands across Thailand, UK, Malaysia, Sri Lanka) by destination and/or brand.
Inferred read-onlyget_hotel_detailsGet full details for a single hotel by its slug: description, brand, price tier, address, phone, amenities, page URL, and booking URL.
Inferred read-onlyget_room_typesList the room types available at a given hotel, with bed configuration, occupancy text, description, and room page URL.
Inferred read-onlyget_booking_linkGet the direct reservation-engine URL for a hotel so a user can complete a booking.
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.compass-hospitality]
url = "https://compasshospitality.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"compass-hospitality": {
"type": "http",
"url": "https://compasshospitality.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: compass-hospitality
Remote MCP URL: https://compasshospitality.com/api/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": {
"compass-hospitality": {
"url": "https://compasshospitality.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"compass-hospitality": {
"type": "http",
"url": "https://compasshospitality.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "compass-hospitality",
"transport": "streamable-http",
"url": "https://compasshospitality.com/api/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 compasshospitality.com was fetched 2026-08-29T07:40:22.236Z.
compasshospitality.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.