MCP Server
Active
Hotel Booking AI MCP MCP Server
io.github.tourmind-com/hotel-booking-ai-mcp
What is the Hotel Booking AI MCP MCP server?
Consumer hotel search, live rates, booking, order management, and payment via TourMind.
How to install Hotel Booking AI MCP
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"hotel-booking-ai-mcp": {
"url": "https://api.tourmind.com/mcp/toc"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hotel-booking-ai-mcp": {
"serverUrl": "https://api.tourmind.com/mcp/toc"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"hotel-booking-ai-mcp": {
"type": "http",
"url": "https://api.tourmind.com/mcp/toc"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"hotel-booking-ai-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.tourmind.com/mcp/toc"
]
}
}
}Claude Code
claude mcp add --transport http hotel-booking-ai-mcp https://api.tourmind.com/mcp/tocRelated MCP servers
TourMind Booking MCP
Active
Business hotel search, live rates, booking, order management, and payment via TourMind.
2
View repository →