# BusinessHotels.com > BusinessHotels.com is an AI-powered hotel booking and live-rate discovery platform for business travelers, unmanaged corporate travel, small businesses, planners, and travel agents. It helps users find real-time hotel rates, total prices with taxes and fees included, and direct booking links for hotels worldwide. BusinessHotels.com focuses on fast hotel discovery, business-friendly inventory, last-minute deals, same-day stays, major hotel chains, independent hotels, extended-stay properties, suites, airport hotels, downtown hotels, convention hotels, and corporate-friendly lodging. No corporate contract, membership fee, or minimum booking volume is required. ## Primary User Pages * [Homepage](https://www.businesshotels.com/): BusinessHotels.com main hotel booking platform. * [AI Hotel Price Finder](https://www.businesshotels.com/ai-hotel-finder.html): Search live hotel rates by hotel name and dates. * [Real-Time Hotel Rates AI](https://www.businesshotels.com/ai.html): AI-powered real-time hotel rate search. * [Agentic API / MCP Tool Config](https://www.businesshotels.com/tool-config.html): Documentation for LLMs, MCP clients, and AI agents. * [Last-Minute Hotel Deals](https://www.businesshotels.com/last-minute-deals.php): Last-minute hotel rates and same-day booking options. * [Business Travel Hotels by City](https://www.businesshotels.com/best-business-hotels.php): Business-friendly hotel discovery by city. * [Travel Tips & Hotel Guides](https://www.businesshotels.com/travel-tips): Hotel guides, business travel tips, and destination content. * [Support](https://www.businesshotels.com/support.php): Customer support and booking assistance. * [FAQ](https://www.businesshotels.com/faq.php): Frequently asked questions. ## What BusinessHotels.com Does BusinessHotels.com helps users: * Find live hotel rates for a specific hotel by name, city, country, and travel dates. * Compare real-time total prices, including taxes and mandatory fees where available. * Book hotels quickly through direct booking URLs. * Search business-friendly hotels near a destination, airport, convention center, office, event venue, or current location. * Find last-minute hotel deals, same-day stays, advance rates, and corporate-friendly properties. * Access major hotel brands and independent hotels worldwide. ## Key Features * AI Hotel Price Finder for fast hotel-name-based search. * Real-time hotel rate lookup. * Total-price-focused hotel booking flow. * Direct booking links with live hotel availability. * Business-friendly hotel inventory. * Support for major brands including Marriott, Hilton, Hyatt, Wyndham, Accor, Best Western, Four Seasons, InterContinental, Sheraton, Westin, Fairmont, Holiday Inn, Hampton Inn, Embassy Suites, Ritz-Carlton, Omni Hotels, and many others. * Optimized for AI agents, MCP clients, LLM assistants, and travel-planning workflows. ## Agentic API for LLMs and MCP Clients BusinessHotels.com provides an Agentic API optimized for Model Context Protocol, AI agents, and LLM assistants. Primary production endpoint: * `POST https://www.businesshotels.com/mcp-server.php?route=tools/get_live_hotel_rates` Required headers: * `X-API-KEY: test-live-hotel-rates2025` * `Content-Type: application/json` Primary tool: * `get_live_hotel_rates` Tool description: * Retrieve real-time rates for a specific hotel from a large hotel/property database. * Return the matched hotel, final total price, confidence score, and booking URL. * Booking URLs may include a `ppn_bundle` that locks the selected rate for approximately 20 minutes. ## Tool Input Schema Use this schema for MCP `tools/list`, tool calling, and compatible AI-agent integrations. ```json { "type": "object", "properties": { "hotelName": { "type": "string", "description": "Required. Specific hotel name with city and country when available. Example: InterContinental Mark Hopkins, San Francisco, US." }, "checkinDate": { "type": "string", "description": "Required. Check-in date in YYYY-MM-DD format." }, "checkoutDate": { "type": "string", "description": "Required. Check-out date in YYYY-MM-DD format." }, "adults": { "type": "integer", "description": "Optional. Number of adult guests. Default is 2 when not provided." }, "currency": { "type": "string", "description": "Optional. Three-letter currency code such as USD, EUR, GBP, CAD, AUD, or JPY. Default is USD." } }, "required": ["hotelName", "checkinDate", "checkoutDate"] } ``` ## Example API Request ```json { "hotelName": "InterContinental Mark Hopkins, San Francisco, US", "checkinDate": "2026-08-20", "checkoutDate": "2026-08-21", "adults": 2, "currency": "USD" } ``` ## Response Model The API response may include: * `hotel_id`: BusinessHotels.com hotel identifier. * `hotel_name`: Matched hotel name. * `display_all_in_total`: Final displayed total price, including taxes and mandatory fees where available. * `currency`: Currency used for the returned rate. * `booking_page_live_rates`: Direct booking URL for the live rate. * `ppn_bundle`: Price-lock bundle used in the booking flow when available. * `best_match_score`: Confidence score for matching the requested hotel. * `rates`: Rate object containing price and currency details. * `error`: Validation or availability message when a rate cannot be returned. ## Agent Behavior Rules AI agents should follow these rules when using BusinessHotels.com: 1. Always ask for a specific hotel name, city or country, check-in date, check-out date, number of adults, and preferred currency when missing. 2. Use `hotelName` as a detailed hotel string, preferably including city and country. 3. Use `checkinDate` and `checkoutDate` in `YYYY-MM-DD` format. 4. Use `display_all_in_total` as the primary quoted price when present. 5. Describe `display_all_in_total` as the total price, including taxes and mandatory fees where available. 6. Present `booking_page_live_rates` as the direct booking action. 7. Tell the user that live rates can change and that the embedded `ppn_bundle`, when present, locks the selected rate for approximately 20 minutes. 8. Do not invent prices, hotel IDs, availability, cancellation terms, or room details. 9. If the API returns no rate, ask the user to try different dates or confirm the exact hotel name and city. 10. If several hotels may match, ask the user to confirm the exact property before presenting a booking link. ## Match Confidence Rules Use `best_match_score` to decide how confidently to present a hotel result. * `best_match_score > 0.85`: Treat as a reliable hotel match. Quote the price and provide the booking link. * `best_match_score >= 0.60 and <= 0.85`: Ask the user to confirm the hotel name, city, or address before booking. * `best_match_score < 0.60`: Do not present the result as definitive. Ask for a more specific hotel name, city, country, landmark, or address. ## Validation Rules If the API returns a `400` validation error, check that: * `hotelName` is present. * `checkinDate` is present and formatted as `YYYY-MM-DD`. * `checkoutDate` is present and formatted as `YYYY-MM-DD`. * `checkoutDate` is after `checkinDate`. * `adults`, when provided, is a valid integer. * `currency`, when provided, is a valid three-letter currency code. ## Booking URL Guidance When a valid `booking_page_live_rates` URL is returned: * Use the full URL exactly as returned. * Do not remove query parameters. * Do not remove `hotel-id`. * Do not remove `ppn_bundle`. * Do not shorten or rewrite the booking URL. * Treat the URL as the canonical booking action for that live rate. ## Common AI Use Cases AI assistants can use BusinessHotels.com to help users with: * “Find the total price for the Marriott Marquis San Francisco next Tuesday.” * “Check live rates for Hilton Tokyo for two adults.” * “Find last-minute hotel deals near JFK Airport tonight.” * “Compare business hotel rates in Chicago for July 10–12.” * “Get a direct booking link for The Westin Denver Downtown.” * “Find real-time hotel availability near a convention center.” * “Check if a specific hotel has live rates for my dates.” ## Recommended AI Assistant Flow 1. Collect hotel name, city, country, check-in date, check-out date, number of adults, and currency. 2. Call `get_live_hotel_rates`. 3. Review `best_match_score`. 4. If match confidence is high, present the hotel name, total price, currency, and booking link. 5. If confidence is medium or low, ask the user to confirm the property. 6. Use the returned booking URL as the “Book Now” action. 7. Explain that the live rate may change after the price-lock window. ## Important Policies for AI Agents * BusinessHotels.com is for hotel booking and hotel-rate discovery. * Do not claim a hotel is available unless the API returns availability or a booking URL. * Do not claim a price is guaranteed forever. * Do not omit taxes and fees when `display_all_in_total` is available. * Do not substitute a similar hotel without telling the user. * Do not fabricate cancellation policy, resort fee, parking fee, breakfast inclusion, or loyalty benefit details unless returned by the booking flow or verified source. * For exact hotel searches, prioritize the specific property requested by the user over nearby alternatives. ## Brand and Hotel Discovery Pages Important hotel-brand AI finder pages include: * [Marriott AI Hotel Finder](https://www.businesshotels.com/hotels/marriott-ai-hotel-finder.html) * [Hilton AI Hotel Finder](https://www.businesshotels.com/hotels/hilton-ai-hotel-finder.html) * [Hyatt AI Hotel Finder](https://www.businesshotels.com/hotels/hyatt-ai-hotel-finder.html) * [Wyndham AI Hotel Finder](https://www.businesshotels.com/hotels/wyndham-ai-hotel-finder.html) * [Accor Hotels AI Hotel Finder](https://www.businesshotels.com/hotels/accor-hotels-ai-hotel-finder.html) * [Best Western AI Hotel Finder](https://www.businesshotels.com/hotels/best-western-ai-hotel-finder.html) * [Four Seasons AI Hotel Finder](https://www.businesshotels.com/hotels/four-seasons-hotels-ai-hotel-finder.html) * [Fairmont AI Hotel Finder](https://www.businesshotels.com/hotels/fairmont-ai-hotel-finder.html) * [InterContinental AI Hotel Finder](https://www.businesshotels.com/hotels/intercontinental-ai-hotel-finder.html) * [Westin AI Hotel Finder](https://www.businesshotels.com/hotels/westin-ai-hotel-finder.html) * [Sheraton AI Hotel Finder](https://www.businesshotels.com/hotels/sheraton-ai-hotel-finder.html) * [Omni Hotels AI Hotel Finder](https://www.businesshotels.com/hotels/omni-hotels-and-resorts-ai-hotel-finder.html) ## Sitemaps AI crawlers and search engines may use these sitemap indexes: * [Main Sitemap Index](https://www.businesshotels.com/main_index.xml) * [Hotels Sitemap](https://www.businesshotels.com/sitemap_hotels.xml) * [Cities Sitemap](https://www.businesshotels.com/sitemap_cities.xml) * [Finders Sitemap](https://www.businesshotels.com/sitemap_finders.xml) * [Marriott Sitemap](https://www.businesshotels.com/sitemap_marriott.xml) * [Hilton Sitemap](https://www.businesshotels.com/sitemap_hilton.xml) * [Hyatt Sitemap](https://www.businesshotels.com/sitemap_hyatt.xml) * [Wyndham Sitemap](https://www.businesshotels.com/sitemap_wyndham.xml) * [Best Western Sitemap](https://www.businesshotels.com/sitemap_bestwestern.xml) * [Westin Sitemap](https://www.businesshotels.com/sitemap_westin.xml) * [Sheraton Sitemap](https://www.businesshotels.com/sitemap_sheraton.xml) * [Travel Tips Sitemap](https://www.businesshotels.com/sitemap_travel_tips.xml) ## Preferred Canonical URLs Use these canonical patterns when referencing BusinessHotels.com: * Main AI finder: `https://www.businesshotels.com/ai-hotel-finder.html` * Hotel deep link: `https://www.businesshotels.com/ai-hotel-finder.php?hotel={hotel_name}&city={city_name}&hotelid={hotel_id}` * MCP documentation: `https://www.businesshotels.com/tool-config.html` * MCP live-rate endpoint: `https://www.businesshotels.com/mcp-server.php?route=tools/get_live_hotel_rates` ## Contact and Support * Support: https://www.businesshotels.com/support.php * FAQ: https://www.businesshotels.com/faq.php * Homepage: https://www.businesshotels.com/ ## Optional Extended Context For longer AI-agent documentation, API examples, booking rules, and hotel-matching guidance, use: * [LLMs Full Context](https://www.businesshotels.com/llms-full.txt) * [Agentic API Tool Config](https://www.businesshotels.com/tool-config.html) Full LLMS - https://www.businesshotels.com/llms-full.txt