INDIVIDUAL MCP TOOL
search_hotels
DISCOVERY ONLY: search Roomza's hotel database by city, keyword, or natural language query when the user has NOT named a specific hotel.
LIVE ENDPOINT
https://www.roomza.com/api/mcp
Connect to this endpoint to inspect the live schema for search_hotels 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
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.roomza]
url = "https://www.roomza.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"roomza": {
"type": "http",
"url": "https://www.roomza.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: roomza
Remote MCP URL: https://www.roomza.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": {
"roomza": {
"url": "https://www.roomza.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"roomza": {
"type": "http",
"url": "https://www.roomza.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "roomza",
"transport": "streamable-http",
"url": "https://www.roomza.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_hotel— Get full details for a hotel including: Roomza Truth summary, score breakdown, top strengths, hotel character (type, vibes, best-for), nearby landmarks with distances, neighborhood, awards, amenities, and review highlights from the open web.get_hotel_rooms— List rooms for a hotel with individual Roomza scores, bed type, view, and floor.get_recent_reviews— Get verified guest reviews for a hotel, including comments and insider tips.get_hotel_pricing— Get public room rates for a hotel (the hotel's own public rate; booking on Roomza never costs more).get_nearby— Get nearby places (restaurants, bars, attractions, parks) and upcoming events near a hotel.ask_about_hotel— Ask a specific question about a hotel that standard data may not answer.show_rooms— REQUIRED whenever you present rooms.get_my_trips— Look up your upcoming and past hotel bookings/trips on Roomza.