Hotel-Booking-AI-MCP
JourniOne-Hotel Booking
Documentation
Hotel Booking AI MCP Product Package
This repository contains the ToC product contract and the user-installable companion Skill for Hotel Booking AI MCP. It intentionally does not contain MCP server source code, deployment scripts, or runtime-specific implementation.
Package contents
Hotel-Booking-AI-MCP/
├── README.md
├── Hotel Booking AI MCP-FORMAT.md
└── skill/
└── hotel-booking-ai/
├── SKILL.md
└── references/
└── parameter_guide.md- `skill/hotel-booking-ai/` defines the Agent's hotel-search, live-rate, booking, payment, order-management, and update behavior.
- `Hotel Booking AI MCP-FORMAT.md` defines the public MCP connection and capability contract.
MCP connection
Use the public production endpoint without connection headers:
{
"mcpServers": {
"tourmind": {
"url": "https://api.tourmind.com/mcp/toc",
"type": "streamableHttp"
}
}
}The MCP connection itself is public. `check_skill_update`, hotel search, hotel detail, live rates, and availability checks require no `user_key`. Booking, order lookup, cancellation, and payment tools receive `user_key` from the companion Skill only when those protected actions are requested.
Product model
The ToC MCP and ToB MCP use the same hotel discovery, Google POI resolution, candidate verification, live-rate ranking, image, cancellation, tax, payment, and error-handling prompts wherever their product behavior is identical.
The ToC variant differs only where the product differs:
| Concern | ToC behavior |
|---|---|
| MCP endpoint | `https://api.tourmind.com/mcp/toc` |
| Connection authentication | Public connection; no headers |
| Discovery and availability | Public; no `user_key` required |
| Booking and order operations | Require `user_key` from `user_key.txt` |
| Read-only `web_url` | Optional; an already stored `user_key` may be sent only with hotel search or room-rate queries |
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.
Skill version and updates
The installed `SKILL.md` is the single source of truth for the Skill version:
# Hotel Booking AI Skill (ToC MCP)
**Skill version:** ``The Agent sends this version only to `check_skill_update` when an update check is due. Business tools never receive a Skill version, and users never maintain it in the MCP connection configuration.
Development handoff
The server implementation must satisfy `Hotel Booking AI MCP-FORMAT.md`, including all ten tools referenced by the companion Skill. Transport framework, hosting, deployment, internal forwarding, and release infrastructure are outside this package.
Frequently asked questions
What is Hotel-Booking-AI-MCP?
Hotel-Booking-AI-MCP is JourniOne-Hotel Booking
How do I install Hotel-Booking-AI-MCP?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is Hotel-Booking-AI-MCP open source?
Yes — it is hosted on GitHub at https://github.com/kaduzhu-ai/Hotel-Booking-AI-MCP.
Related MCP tools
Model Context Protocol Servers
Pre-indexed code knowledge graph, auto syncs on code changes, for Claude Code, Codex, Gemini, Cursor, OpenCode, AntiGravity, Kiro, CoPilot, and Hermes Agent — fewer tokens, fewer tool calls, 100% local
an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
The easy-to-use open source Business Intelligence and Embedded Analytics tool that lets everyone work with data :bar_chart:
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP