Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Booking.com
bed

Booking.com MCP Server

Hotel booking platform

travelhotelsbooking

About

## Booking.com MCP Server: Hotel Reservation Platform The **Booking.com MCP Server** integrates the world's largest online travel agency directly into Google Antigravity, enabling AI assistants to search accommodations, compare prices, and manage reservations programmatically. This integration brings comprehensive hotel booking to your development workflow. ### Why Booking.com MCP? - **Massive Inventory**: Access to over 28 million accommodation listings worldwide - **Best Price Guarantee**: Competitive pricing with transparent fee structures - **Flexible Options**: Filter by amenities, location, ratings, and cancellation policies - **Instant Confirmation**: Real-time availability and instant booking confirmation - **Review System**: Access verified guest reviews for informed decisions ### Key Features #### 1. Accommodation Search ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find hotels in Paris near the Eiffel Tower with free cancellation for next weekend" }], tools=[{ "name": "booking_search", "description": "Search accommodations" }] ) ``` #### 2. Price Comparison ```python # Compare prices response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Compare 4-star hotel prices in Tokyo for these dates and find the best value" }], tools=[{"name": "booking_compare", "description": "Compare prices"}] ) ``` #### 3. Property Details ```python # Get property information response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get full details, photos, and recent reviews for this hotel" }], tools=[{"name": "booking_details", "description": "Property details"}] ) ``` #### 4. Reservation Management ```python # Manage bookings response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Check my upcoming reservations and send confirmation details" }], tools=[{"name": "booking_reservations", "description": "Manage reservations"}] ) ``` ### Configuration ```json { "mcpServers": { "booking-com": { "command": "npx", "args": ["-y", "@anthropic/mcp-booking"], "env": { "BOOKING_API_KEY": "your-booking-api-key", "BOOKING_AFFILIATE_ID": "your-affiliate-id" } } } } ``` ### Use Cases **Travel Booking Apps**: Build hotel search and booking into travel applications. **Corporate Travel**: Integrate hotel reservations into business travel management. **Trip Planning**: Create itinerary tools with accommodation recommendations. **Price Monitoring**: Track hotel prices for alerting and deal discovery. The Booking.com MCP Server brings comprehensive hotel booking directly into your development workflow, enabling powerful accommodation solutions.

Installation

Configuration
{
  "mcpServers": {
    "booking-com": {
      "mcpServers": {
        "booking-com": {
          "env": {
            "BOOKING_API_KEY": "your-api-key"
          },
          "args": [
            "-y",
            "booking-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get Booking.com affiliate API access
  2. 2Configure API key
  3. 3Search and book hotels

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers