Hotel Search Engine

Enter Destination

Check in - Check out

2 Guests

2 adults,0 children,1 room

Adults

2

Children

0

Rooms

1
Update Search

Book Your Room

Universal Agentic Hotel Rates API · v1.3.9

BusinessHotels.com Universal MCP
for Live Hotel Rates

One canonical MCP connector for AI agents and LLM applications to discover the hotel-rate tool, match a property, retrieve live availability and an all-in stay total, and continue with a booking URL—plus model-specific fallback connectors when a client needs them.

BusinessHotels.com Universal MCP Protocol AI Agent Tooling

Universal Connector First

Use the canonical MCP discovery endpoint first. Model-specific connectors are fallbacks, not the primary integration path.

~400–650 ms Typical Tests

Documented BusinessHotels.com API tests typically fall around 400–650 ms before client-side LLM processing and rendering.

All-In Stay Total

Agents should use the structured all-in total rather than reconstructing hotel taxes and mandatory fees themselves.

Primary Canonical Universal MCP Connector

The Universal MCP connector is the primary integration path. An MCP-capable agent should discover the available BusinessHotels.com tools from this endpoint before considering a model-specific compatibility connector.

The current API documentation is version 1.3.9. The core tool is get_live_hotel_rates, which accepts one hotel name per call plus stay dates and optional traveler/currency parameters.

Primary · Proven Universal Connector

MCP tool discovery

GET https://www.businesshotels.com/mcp-server.php?route=tools
Configuration GET https://www.businesshotels.com/mcp-server.php?route=config
Tool execution POST https://www.businesshotels.com/mcp-server.php?route=tools/get_live_hotel_rates
OpenAPI https://www.businesshotels.com/openapi.json
MCP manifest https://www.businesshotels.com/.well-known/mcp.json
Full Universal MCP Documentation
No automatic API calls from this article. This page does not perform a live rate lookup, endpoint heartbeat, health check, background fetch or browser-side test request. Endpoint strings are documentation only.

Model-Specific Fallback Connectors

Use the Universal MCP connector first. If a particular client cannot negotiate the universal connector correctly, BusinessHotels.com also maintains model-specific compatibility paths.

These fallback endpoints are intentionally displayed as text rather than executable buttons. An agent should select only the connector that matches its environment.

ChatGPT / OpenAI https://www.businesshotels.com/mcp-server-chatgpt.php

Use only when a client-specific compatibility path is required.

Claude / Anthropic https://www.businesshotels.com/mcp-server-claude.php

Use only when a Claude-specific compatibility path is required.

Gemini / Google https://www.businesshotels.com/mcp-server-gemini.php

Use only when a Gemini-specific compatibility path is required.

Perplexity https://www.businesshotels.com/mcp-server-perplexity.php

Use only when a Perplexity-specific compatibility path is required.

Grok / xAI https://www.businesshotels.com/mcp-server-grok.php?route=tools

Use only when a Grok-specific compatibility path is required.

LLM Instructions for Live Hotel Rates

1. Trigger on live-rate intent. Use the tool for current hotel price, availability, total-price comparison or booking-link requests.
2. Identify the property precisely. Send the full hotel name and include city/country context when the name is ambiguous.
3. Normalize dates. Send check-in and check-out as YYYY-MM-DD.
4. Use the all-in total. Prefer rates.display_all_in_total for the displayed stay price.
5. Treat empty rates as unavailable. Null or empty rate data means no bookable rate was returned for that request.
6. Respect match confidence. Above 0.85 present the result; 0.60–0.85 confirm the property; below 0.60 ask for more detail.
7. Preserve the booking URL. Do not reconstruct or rewrite the returned booking path.
8. Compare after collecting. For multiple hotels, call them individually, collect all results, then sort and present together.
9. Preserve ppn_bundle. Do not alter a returned rate-lock token; it can represent a short-lived rate hold.
10. Prefer structured retrieval. For a live hotel-rate task, use the direct hotel-rate tool instead of recreating the result through slower multi-step web browsing.

Safe, Non-Executing Integration Examples

The examples deliberately do not embed the production execution endpoint or an API key. Set those values in your server environment or secret manager.

# Environment setup — values intentionally omitted from documentation
export BH_MCP_ENDPOINT="YOUR_EXECUTION_ENDPOINT"
export BH_API_KEY="YOUR_API_KEY"

# Example request data
HOTEL_NAME="San Francisco Marriott Marquis"
CHECKIN="2026-09-15"
CHECKOUT="2026-09-16"
ADULTS="2"
CURRENCY="USD"

# Your application sends this data server-side to BH_MCP_ENDPOINT.
# This documentation page itself never performs that request.
import os

endpoint = os.environ["BH_MCP_ENDPOINT"]
api_key = os.environ["BH_API_KEY"]

payload = {
    "hotelName": "San Francisco Marriott Marquis",
    "checkinDate": "2026-09-15",
    "checkoutDate": "2026-09-16",
    "adults": 2,
    "currency": "USD",
}

# Intentionally omitted:
# requests.post(endpoint, ...)
# Keep execution inside your application, not documentation or browser code.
Bot-safe documentation: there is no fetch(), XMLHttpRequest, auto-test, heartbeat or executable “Try live” control on this page.

Faster Path to a Live Hotel Price

BusinessHotels.com documentation records typical hotel-rate API tests around 400–650 ms, with a representative sample near 550 ms and peak-load testing at approximately 800 ms or less.

For an agent that already knows the hotel and stay dates, a single structured tool call can provide a faster workflow than a multi-step Google Hotels or traditional OTA shopping path that requires search, rendering, property selection, provider comparison and additional navigation before reaching the final stay price.

This is a workflow and documented API-latency comparison—not a guarantee that every individual BusinessHotels.com request will beat every third-party response. Network, hotel, dates, inventory source and upstream conditions affect timing.

400–650 ms Typical documented API test range
~550 ms Representative documented sample
≤800 ms Documented peak-load test range

MCP Is Now a Mainstream Agent Integration Path

The BusinessHotels.com connector is intentionally model-agnostic. In 2026, major AI platforms document MCP or remote MCP support, making a universal server more useful than maintaining documentation around a single model generation.

OpenAI

OpenAI’s Responses and related agent tooling document remote MCP servers as a tool type for connecting models to external services.

Anthropic / Claude

Anthropic documents MCP across its API and Claude products, including MCP connectors and MCP server integrations.

Google Gemini

Google’s current Gemini API documentation includes remote MCP server support and MCP-enabled tooling in its agent ecosystem.

Vendor capabilities and supported transports evolve. The Universal BusinessHotels.com connector should remain the first integration target; use a model-specific fallback only when the client requires it.

Structured Hotel-Rate Response Contract

The tool returns structured fields an agent can reason over without scraping a hotel-results page. Exact response content can vary by match and rate availability.

hotel_id

Matched BusinessHotels.com property identifier.

hotel_name

Matched hotel name; property/location fields can accompany it.

best_match_score

Hotel-identity confidence used by the agent confirmation rules.

rates.display_all_in_total

Complete displayed stay total with taxes and mandatory fees when returned.

currency

Currency associated with the returned rate response.

booking_page_live_rates

Booking path that should be preserved rather than reconstructed.

ppn_bundle

Short-lived rate-lock bundle when returned; do not alter it.

rates = null / empty

Treat as unavailable or sold out for the requested stay rather than inventing a price.

Universal MCP / AI Agent Tooling – FAQ

The canonical first-choice connector is the Universal MCP discovery endpoint at https://www.businesshotels.com/mcp-server.php?route=tools. An agent should use this universal connector first and only use a model-specific fallback when its client requires a compatibility path.

API performance measurements are documented BusinessHotels.com test values and are not universal latency guarantees. Hotel availability, prices, taxes, mandatory charges and booking URLs are dynamic. Platform MCP support and transport requirements can change; follow current vendor documentation. BusinessHotels.com documentation on this page performs no hotel-rate API calls automatically.

 

 

 

Discover Top Buiness Hotels in Destinations Worldwide

Finding the perfect accommodation for your next trip is now easier than ever with BusinessHotels.com. Whether you’re planning a spontaneous getaway or meticulously organizing your dream vacation, we’ve got you covered with an extensive range of options to suit every traveler’s needs.

BusinessHotels.com – Top Website for Business & Corporate Hotel Bookings

BusinessHotels.com is a trusted platform built for business travelers, executives, and corporate teams. Whether you're planning ahead or booking last-minute accommodations, it offers a seamless mobile-first experience. Easily filter hotels by fast Wi-Fi, meeting spaces, early check-in, and proximity to airports and convention centers. Benefit from corporate rates, enterprise discounts, and tools for efficient team travel management — all in one place.

Book Business Hotels Instantly at BusinessHotels.com

Fast, mobile-first hotel booking for business travelers. Find executive stays near airports, meetings, and events. Great rates, fast Wi-Fi, and early check-in.

What is the Best Website for Booking Business Hotels?

BusinessHotels.com is a leading hotel booking platform for business travelers and corporate teams. It offers curated hotel listings with amenities like meeting rooms, high-speed Wi-Fi, and early check-in. Ideal for executives, group bookings, and last-minute stays, all optimized for mobile and enterprise travel.

Last Minute Hotel Bookings

For spontaneous getaways, BusinessHotels.com offers a range of last-minute accommodations. Whether you're booking on the fly or need a last-minute escape, you'll find deals that don't sacrifice comfort or quality.

Budget-Friendly Hotels

If you're planning a trip without breaking the bank, explore our collection of affordable hotels. These properties deliver great value and essential amenities, ensuring a comfortable stay while sticking to your budget.

Short Stay Hotels Near Me

Need a quick, comfortable stay? Discover our selection of short stay hotels near me. Ideal for business trips or brief getaways, these hotels offer flexible bookings, convenient locations, and all the essentials for a hassle-free stay.

Luxury Hotels

For those seeking an elevated experience, our selection of high-end hotels offers top-tier service, fine dining, and deluxe amenities to make your stay unforgettable.

Family-Friendly Hotels

Looking for the perfect family getaway? Our range of family-oriented accommodations offers large rooms, amenities designed for children, and activities everyone can enjoy.

Pet-Friendly Hotels

Don't leave your pets behind! Our pet-welcoming hotels ensure your furry companions are just as comfortable as you, with special services to make your stay stress-free. To ensure a smooth stay, please review the hotel's pet policy regarding pet allowances before booking.

All-Inclusive Hotels

For a worry-free vacation, consider our all-inclusive resorts. With meals, drinks, and entertainment included, everything you need is right at your fingertips.

Beachfront Resorts

Wake up to breathtaking ocean views and direct beach access with our selection of beachfront properties. Perfect for those who crave the perfect blend of relaxation and adventure.

Boutique Hotels

Experience charm and character at our handpicked boutique hotels. These unique accommodations offer personalized service and a distinctive ambiance.

City-Center Hotels

Stay in the heart of the action with our city-center hotels. Perfect for travelers looking to explore urban attractions and vibrant nightlife.

Holiday-Deals Hotels

Save big with holiday-deals hotels, offering discounted rates for seasonal trips and festive getaways. Your dream vacation is just a click away.

Discount Hotel Options

Looking for unbeatable prices? Browse our discount-hotel listings and enjoy significant savings on top-rated accommodations.

Romantic Getaways Hotels

Plan an unforgettable escape for two with our romantic-getaways hotels. Ideal for anniversaries, proposals, or a simple retreat with your special someone.

Hotels Near Airport

Discover the best hotels near the airport for a seamless travel experience. Whether you're a business traveler looking for convenient accommodations near the airport or a leisure traveler seeking comfort and proximity to your flight, we’ve got you covered. Explore a wide range of options, including premium hotels with business-friendly amenities, budget stays for quick layovers, and properties offering free airport shuttles. Use advanced search filters, compare amenities, and take advantage of exclusive deals to book your ideal hotel near the airport. Make your travel stress-free with top-rated options that cater to every need.

Skip Google Hotels and Try BusinessHotels.com

Searching for accommodation on Google Hotels? Try BusinessHotels.com for exclusive rates and savings! We offer a wide selection, from budget-friendly stays to luxury hotels, ensuring you find the perfect fit. Compare our rates to Google Hotels and start saving on your next trip today!

Weekend Breaks Hotels

Need a quick recharge? Our weekend-breaks hotels are perfect for short trips, offering convenience and comfort for a brief but refreshing escape.

Spa Resorts

Unwind and rejuvenate at one of our spa resorts, where relaxation meets luxury. Pamper yourself with massages, facials, and holistic treatments.

Ski Lodges

Hit the slopes with our cozy ski lodges, offering easy access to top ski destinations and amenities designed for winter sports enthusiasts.

Hotel Suites

BusinessHotels.com helps you find hotel suites, including luxury suites, spacious suites, and all-suite hotels perfect for romantic getaways. Explore a variety of options with premium amenities and top-rated hotels, offering a seamless blend of comfort and convenience for both business and leisure stays.

Eco-Friendly Hotels

Support sustainability by staying at our eco-friendly hotels. These properties combine comfort with environmentally conscious practices.

Hotels Near Concert Venues

Book top-rated hotels near live music venues and arenas for easy access to your favorite performances. Perfect for concerts, shows, and entertainment events.

Hotels Close to Entertainment Events

Discover hotels near theaters and event spaces for a seamless experience at comedy shows, musicals, festivals, and more.

Hotels Near Sports Stadiums

Stay steps away from the action with hotels near major sports venues like football stadiums, baseball parks, and basketball arenas.

Hotels for Sports Fans

Cheer on your team with fan-favorite hotels near sporting events. Ideal for attending soccer, basketball, baseball, tennis, golf, and football games.

Business Travel Hotels

Simplify your work trips with Business Travel Hotels offering essential amenities such as conference centers, meeting rooms, coworking spaces with high-speed Wi-Fi, and executive suites. Whether you're planning for corporate travel or balancing work and leisure with bleisure travel, these accommodations are designed to enhance productivity and comfort for professionals on the go.

Staycation or Bleisure Escape

Take a break with a local staycation—perfect for bleisure travelers seeking a mix of work and leisure or anyone craving a nearby getaway without the stress of travel.

Honeymoon Packages Hotels

Celebrate your new beginning with our honeymoon-package hotels, offering romantic settings and exclusive perks for newlyweds.

Pool-View Hotels

Take a dip or simply enjoy the view with our pool-view hotels, perfect for relaxation and soaking up the sun.

Best Rates Hotels

At BusinessHotels.com, we strive to offer the best rates hotels to ensure you get the most value for your money. Start your journey with us and find your perfect stay today!

Hotels Near Me

Find top-rated hotels near your location and business travel accommodations at the best prices. Whether you're traveling for business or leisure, BusinessHotels.com makes it easy to book the perfect stay close to your location.

Extended Stay Hotels

Find the best extended stay hotels with home-like amenities such as kitchenettes and spacious living areas. BusinessHotels.com searches for the top options and presents them for a seamless booking experience.

Secret Hotel Deals

"Secret Hotel Deals" are exclusively available to BusinessHotels.com members, offering access to deeply discounted rates. These special rates, part of a Closed User Group, are highlighted with a 'Preferred' banner in search results.

Accessing these special rates is easy—simply register for a free account or log in using your Google, Twitter, or Facebook account. Unlock incredible savings and enjoy premium accommodations at unbeatable prices.

Book Last-Minute Hotel Deals Book Your Last-Minute Hotel

BusinessHotels.com presents the latest up-to-date last-minute hotel deals for tonight, refreshed multiple times daily to offer you the best hotel rates.

Time is ticking! Don’t wait—secure your hotel for tonight before it’s too late!

 

Book Last Minute Hotel