Read-only MCP server for the WebHotelier REST API — gives Claude and any MCP client live hotel availability, prices, rate plans and offers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"webhotelier-mcp-serv": {
"command": "npx",
"args": [
"-y",
"nikagabriel741agent/WebHotelier-MCP-Server-"
]
}
}
}
Run in terminal:
claude mcp add webhotelier-mcp-serv npx -y nikagabriel741agent/WebHotelier-MCP-Server-
Add to .cursor/mcp.json:
{
"mcpServers": {
"webhotelier-mcp-serv": {
"command": "npx",
"args": [
"-y",
"nikagabriel741agent/WebHotelier-MCP-Server-"
]
}
}
}