{
  "markdown": "# TourMind Booking MCP Product Package\n\nThis 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.\n\n## Package contents\n\n```text\nTourmind-Booking-Mcp/\n├── README.md\n├── TourMind MCP-FORMAT.md\n└── skill/\n    └── tourmind-booking/\n        ├── SKILL.md\n        └── references/\n            └── parameter_guide.md\n```\n\n- `skill/tourmind-booking/` is distributed to users and defines the Agent's hotel-search, price-query, booking, payment, and update behavior.\n- `TourMind MCP-FORMAT.md` defines the user-facing MCP connection example and the capability contract for the development team.\n\n## Product model\n\nThe 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.\n\nThe installed `SKILL.md` is the single source of truth for the Skill version:\n\n```markdown\n# TourMind Booking Skill\n\n**Skill version:** `<current-version>`\n```\n\nThe 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.\n\n## Authentication setup\n\nSign in to your TourMind account, then visit [Create a Skill Token](https://tourmind.com/user/skill-token) to create the token used by the MCP connection.\n\nIf you do not have an account, register for a business account at [Business account registration](https://tourmind.com/admin/skillSignup). Developers and individual users should use the TourMind Skill version intended for their user type instead.\n\nConfigure 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.\n\n## User update experience\n\nThe 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`:\n\n1. Complete the user's current hotel request first.\n2. 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.\n3. Offer to update from the official sources listed by `release_source_url`.\n4. Obtain confirmation before changing local Skill files.\n5. Update the Skill and its version declaration together.\n6. Validate that the installed version matches `latest_version`.\n7. Use the new version in the next scheduled update check without asking the user to edit the MCP connection.\n\n## Development handoff\n\nThe 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.\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": 4064,
  "sha": "2ce5f536e7cbe7b2564b3fd9dc74afca71e1b035229afa96ffcad9166e84d7c6",
  "repo_slug": "tourmind-com/tourmind-booking-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_tourmind_com_tourmind_booking__963fa5bc/readme"
}