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