{
  "markdown": "# Hotel Booking AI MCP Product Package\n\nThis 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.\n\n## Package contents\n\n```text\nHotel-Booking-AI-MCP/\n├── README.md\n├── Hotel Booking AI MCP-FORMAT.md\n└── skill/\n    └── hotel-booking-ai/\n        ├── SKILL.md\n        └── references/\n            └── parameter_guide.md\n```\n\n- `skill/hotel-booking-ai/` defines the Agent's hotel-search, live-rate, booking, payment, order-management, and update behavior.\n- `Hotel Booking AI MCP-FORMAT.md` defines the public MCP connection and capability contract.\n\n## MCP connection\n\nUse the public production endpoint without connection headers:\n\n```json\n{\n  \"mcpServers\": {\n    \"tourmind\": {\n      \"url\": \"https://api.tourmind.com/mcp/toc\",\n      \"type\": \"streamableHttp\"\n    }\n  }\n}\n```\n\nThe MCP connection itself is public. `check_skill_update`, hotel search, hotel detail, single-hotel rates, batch 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.\n\n## Product model\n\nThe 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.\n\nThe ToC variant differs only where the product differs:\n\n| Concern | ToC behavior |\n|---|---|\n| MCP endpoint | `https://api.tourmind.com/mcp/toc` |\n| Connection authentication | Public connection; no headers |\n| Discovery and availability | Public; no `user_key` required |\n| Booking and order operations | Require `user_key` from `user_key.txt` |\n| Read-only `web_url` | Optional anonymous result returned by hotel-search or room-rate tools; no sign-in required; the companion Skill localizes the result-page URL to the user's language |\n\nThe MCP service provides stable hotel tools, including `batch_query_room_rates` for partial-success live-rate retrieval across up to 20 hotels. Search, single/batch rate, availability, and booking tools support repeated per-room adult/child occupancy. The local Skill defines the current user workflow and can evolve independently as search, ranking, price verification, booking, and display strategies improve.\n\n## Skill version and updates\n\nThe installed `SKILL.md` frontmatter is the single source of truth for the Skill version:\n\n```yaml\nmetadata:\n  author: TourMind\n  version: \"<current-version>\"\n```\n\nThe Agent sends `metadata.version` only to `check_skill_update` when an update check is due. Hotel and order tools never receive a Skill version, and users never maintain it in the MCP connection configuration.\n\n## Development handoff\n\nThe server implementation must satisfy `Hotel Booking AI MCP-FORMAT.md`, including all eleven tools referenced by the companion Skill. Transport framework, hosting, deployment, internal forwarding, and release infrastructure are outside this package.\n\n## TourMind hotel booking ecosystem\n\nChoose the package that matches the audience and connection model:\n\n| Audience | Integration | Authentication model | Repository |\n|---|---|---|---|\n| Consumer / ToC | Direct HTTP Skill | Public search and availability; `user_key` only for order operations | [Hotel Booking AI](https://github.com/tourmind-com/Hotel-Booking-AI) |\n| Business / ToB | Direct HTTP Skill | Skill Token required for every API call | [TourMind Booking Skill](https://github.com/tourmind-com/Tourmind-Booking-Skills) |\n| Consumer / ToC | MCP package + companion Skill | Public MCP connection; `user_key` only for order operations | **[Hotel Booking AI MCP](https://github.com/tourmind-com/Hotel-Booking-AI-MCP)** |\n| Business / ToB | MCP package + companion Skill | Bearer-authenticated MCP connection | [TourMind Booking MCP](https://github.com/tourmind-com/Tourmind-Booking-MCP) |\n",
  "bytes": 4039,
  "sha": "0ceba11f27fd68156c0c35cb6f3aa639451a8b7504c0d99198888f1c74a76e30",
  "repo_slug": "tourmind-com/hotel-booking-ai-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_tourmind_com_hotel_booking_ai__ee5704b9/readme"
}