# Bundleport Connect > Unified hotel connectivity API. REST + Streamable HTTP MCP on the same booking contract. No official HTTP SDKs. Read the contract card before generating code. Do not invent fields (`bookingReference`, `CONFIRMED`, `PRICE_CHANGED`, `hotel`/`holder`/`stay` on book response, `hotels:*` scopes). ## Start here - [Contract card](https://docs.bundleport.com/ai/contract): Non-negotiable auth, handoff, errors, timeouts - [AGENTS.md](https://docs.bundleport.com/AGENTS.md): Same rules as a repo file - [Use with AI](https://docs.bundleport.com/ai/use-with-ai): Cursor, ChatGPT, Claude, Gemini, OpenAPI Generator - [Full text (capped)](https://docs.bundleport.com/llms-full.txt): Contract + errors + auth + handoff in one file ## OpenAPI (codegen) - [Booking API YAML](https://docs.bundleport.com/openapi/hotels.yaml): search, quote, book, list, detail, cancel - [Content API YAML](https://docs.bundleport.com/openapi/content.yaml): hotels, rooms, destinations, boards, categories - [Booking API HTML](https://docs.bundleport.com/api/services-aggregator/bundleport-hotels-api) - [Content API HTML](https://docs.bundleport.com/api/content-api/bundleport-hotel-content-api) ## Human docs - [Quickstart](https://docs.bundleport.com/quickstart) - [Authentication](https://docs.bundleport.com/guides/authentication) - [Booking flow](https://docs.bundleport.com/general/booking-flow) - [Search](https://docs.bundleport.com/connect-hotels/shopping/search) - [Quote](https://docs.bundleport.com/connect-hotels/shopping/quote) - [Book](https://docs.bundleport.com/connect-hotels/booking/book) - [HTTP vs business errors](https://docs.bundleport.com/connect-hotels/errors) - [Error codes](https://docs.bundleport.com/reference/error-codes) - [Error handling](https://docs.bundleport.com/guides/error-handling) - [Rate limits](https://docs.bundleport.com/guides/rate-limits) ## Runtime booking MCP (not codegen) - [MCP introduction](https://docs.bundleport.com/mcp/mcp-introduction) - Endpoint: `https://api.connect.bundleport.com/mcp` (Streamable HTTP) - Tools: `availability`, `quote`, `book`, `bookingDetail`, `cancel` ## Connect console - [Observability overview](https://docs.bundleport.com/guides/observability) - [Business Analytics](https://docs.bundleport.com/guides/connect-business-analytics) - [API Performance](https://docs.bundleport.com/guides/connect-api-performance) - [Log & Audit](https://docs.bundleport.com/guides/connect-log-audit) ## Optional - [Changelog](https://docs.bundleport.com/changelog) - [HTTP clients](https://docs.bundleport.com/sdk)