TourMind Booking MCP
Rank #18,073io.github.tourmind-com/tourmind-booking-mcp
Business hotel search, live rates, booking, order management, and payment via TourMind.
TourMind Booking MCP is a Model Context Protocol (MCP) server published by tourmind-com. It ranks #18,073 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. TourMind Booking MCP is listed on Official MCP, with 1 tracked version. It was first listed on Aug 7, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 97,387 of 115,460 servers on MCP Toplist.
Use TourMind Booking MCP
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http tourmind-booking-mcp https://api.tourmind.com/mcp/tobThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.tourmind-booking-mcp]
url = "https://api.tourmind.com/mcp/tob"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://api.tourmind.com/mcp/tobSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tourmind-booking-mcp": {
"url": "https://api.tourmind.com/mcp/tob"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"tourmind-booking-mcp": {
"type": "http",
"url": "https://api.tourmind.com/mcp/tob"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tourmind-booking-mcp": {
"serverUrl": "https://api.tourmind.com/mcp/tob"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tourmind-booking-mcp": {
"url": "https://api.tourmind.com/mcp/tob"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.tourmind-com%2Ftourmind-booking-mcp)<a href="https://mcptoplist.com/server/io.github.tourmind-com%2Ftourmind-booking-mcp"><img src="https://mcptoplist.com/badge/io.github.tourmind-com%2Ftourmind-booking-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
tourmind-com
Other servers by tourmind-com
View all tourmind-com servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 7, 2026 |
Frequently asked questions
- Who maintains TourMind Booking MCP?
- TourMind Booking MCP is maintained by tourmind-com, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is TourMind Booking MCP listed on the Official MCP Registry?
- Yes — TourMind Booking MCP is listed on the Official MCP Registry.
- How many versions does TourMind Booking MCP have?
- MCP Toplist tracks 1 version of TourMind Booking MCP, most recently published on Aug 7, 2026.
- Where can I find the source code for TourMind Booking MCP?
- The source code for TourMind Booking MCP is hosted at github.com/tourmind-com/Tourmind-Booking-MCP.