Back to Browse

Tourmind Booking MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Business hotel search, live rates, booking, order management, and payment via TourMind.

About

Business hotel search, live rates, booking, order management, and payment via TourMind.

Remote endpoints: streamable-http: https://api.tourmind.com/mcp/tob

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-tourmind-com-tourmind-booking-mcp": {
      "url": "https://api.tourmind.com/mcp/tob"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

TourMind Booking MCP Product Package

This folder contains the product definition and the user-installable companion Skill for TourMind Booking MCP. It intentionally does not contain MCP server source code, deployment scripts, or runtime-specific implementation.

Package contents

Tourmind-Booking-Mcp/
├── README.md
├── TourMind MCP-FORMAT.md
└── skill/
    └── tourmind-booking/
        ├── SKILL.md
        └── references/
            └── parameter_guide.md
  • skill/tourmind-booking/ is distributed to users and defines the Agent's hotel-search, price-query, booking, payment, and update behavior.
  • TourMind MCP-FORMAT.md defines the user-facing MCP connection example and the capability contract for the development team.

Product model

The MCP service provides stable hotel tools. The local Skill defines the current user workflow and can evolve independently as search, ranking, price verification, booking, and display strategies improve.

The installed SKILL.md is the single source of truth for the Skill version:

# TourMind Booking Skill

**Skill version:** `<current-version>`

The Agent sends this version as current_version only when calling the dedicated check_skill_update tool. Hotel search, rate, booking, order, cancellation, and payment tools do not carry a Skill version. Users do not maintain a Skill version in the MCP connection configuration.

User update experience

The Agent calls check_skill_update once when the Skill is first used in every new conversation, and again when an existing conversation resumes after at least 24 hours of inactivity. When that tool returns a visible skill_update:

  1. Complete the user's current hotel request first.
  2. Show the release message and explain that updating is recommended for TourMind's latest hotel-search and price-query strategy because older endpoints may become unavailable.
  3. Offer to update from the official sources listed by release_source_url.
  4. Obtain confirmation before changing local Skill files.
  5. Update the Skill and its version declaration together.
  6. Validate that the installed version matches latest_version.
  7. Use the new version in the next scheduled update check without asking the user to edit the MCP connection.

Development handoff

The server implementation only needs to satisfy the product contract in TourMind MCP-FORMAT.md. Transport framework, hosting, deployment, internal forwarding, and release infrastructure are development decisions and are outside this package.

TourMind hotel booking ecosystem

Choose the package that matches the audience and connection model:

AudienceIntegrationAuthentication modelRepository
Consumer / ToCDirect HTTP SkillPublic search and availability; user_key only for order operationsHotel Booking AI
Business / ToBDirect HTTP SkillSkill Token required for every API callTourMind Booking Skill
Consumer / ToCMCP package + companion SkillPublic MCP connection; user_key only for order operationsHotel Booking AI MCP
Business / ToBMCP package + companion SkillBearer-authenticated MCP connectionTourMind Booking MCP

Reviews

No reviews yet

Be the first to review this server!

Tourmind Booking MCP Server - Business hotel search, live rates, booking, order | MCP Marketplace