Business hotel search, live rates, booking, order management, and payment via TourMind.
MCPpedia last refreshed this data
io.github.tourmind-com/tourmind-booking-mcp is an MCP server that business hotel search, live rates, booking, order management, and payment via TourMind. Its tool list has not been published yet over http, requires no API key, and scores 69/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-tourmind-com-tourmind-booking-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / ecommerce
Девять российских маркетплейсов и китайский Taobao как MCP-серверы: Wildberries, Ozon, Яндекс Маркет, Детский мир, Авито, Мегамаркет, Lamoda, DNS, Ситилинк. Плюс сравнение цен по всем сразу. Только чтение, ключи не нужны.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
HoneyBook client-portal MCP server for Claude — view contracts and invoices from wedding vendors
MCP Security Weekly
Get CVE alerts and security updates for io.github.tourmind-com/tourmind-booking-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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.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.
Sign in to your TourMind account, then visit Create a Skill Token to create the token used by the MCP connection.
If you do not have an account, register for a business account at Business account registration. Developers and individual users should use the TourMind Skill version intended for their user type instead.
Configure the token as the MCP connection's Bearer credential and reconnect. Never paste the token into a conversation or expose it in prompts, logs, screenshots, commits, or issue reports.
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:
release_source_url.latest_version.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.
Choose the package that matches the audience and connection model:
| Audience | Integration | Authentication model | Repository |
|---|---|---|---|
| Consumer / ToC | Direct HTTP Skill | Public search and availability; user_key only for order operations | Hotel Booking AI |
| Business / ToB | Direct HTTP Skill | Skill Token required for every API call | TourMind Booking Skill |
| Consumer / ToC | MCP package + companion Skill | Public MCP connection; user_key only for order operations | Hotel Booking AI MCP |
| Business / ToB | MCP package + companion Skill | Bearer-authenticated MCP connection | **[TourMind Booking |