← DEEP CYGNUS
🛡

Logistics Platform Integration Plan

Eddy Merckx (Head of Logistics) — Connecting Travel & Accommodation Platforms

Prepared by: Neo, Chief Code Architect

Date: 2026-03-28

Status: For Will's review


Current MCP Environment

Active MCP servers in claude_desktop_config.json:


Platform Assessment Matrix

#PlatformFastest PathEffortWhat It Unlocks
1Google MapsMCP server installLowSaved places search, directions, nearby POI, geocoding for all trip planning
2ADS-B ExchangeMCP server installLowReal-time flight tracking, crew/owner travel monitoring, aircraft lookup by location
3UberChrome MCPLow-MedRide history, expense tracking, booking from Claude
4AirbnbMCP server (search) / Chrome MCP (bookings)Low-MedSearch listings with filters, view existing reservations, pricing intel
5Booking.comMCP server + Chrome MCPMedHotel search, reservation lookup, price comparison
6Rental CarsChrome MCP per providerMedReservation lookup, availability search, loyalty status
7Marriott BonvoyChrome MCPMed-HighReservation history, points balance, upcoming stays, loyalty tier

Priority Order

1. Google Maps MCP Server

2. ADS-B Exchange MCP Server

3. Airbnb Search MCP Server

Tier 2: Connect This Week (1-2 Hours Each)

Airbnb Bookings via Chrome MCP, Uber via Chrome MCP, Booking.com Search MCP + Chrome MCP.

Rental Car Integration, Marriott Bonvoy via Chrome MCP.


Quick Wins vs. Longer-Term Builds

Quick Wins (Today/This Week)

ActionTimePayoff
Install Google Maps MCP15 min (+ API key)Geocoding, directions, POI search for all logistics
Install ADS-B MCP15 min (+ API key)Programmatic flight tracking
Install Airbnb search MCP10 minAccommodation search with no credentials
Chrome MCP on Airbnb bookings5 minExisting reservation data
Chrome MCP on Uber5 minRide history and receipts

Actions Needed from Will

#ActionUrgencyFor
1Generate Google Maps Platform API keyTodayGoogle Maps MCP
2Check ADS-B Exchange API key / sign up on RapidAPITodayADS-B MCP
3Confirm logged into Airbnb in ChromeTodayAirbnb bookings
4Confirm logged into Uber in ChromeThis weekUber ride history
5Confirm logged into Booking.com in ChromeThis weekBooking.com reservations
6Sign up for Booking.com API on RapidAPIThis weekBooking.com search MCP
7Identify primary rental car providerNext weekRental car integration
8Confirm logged into Marriott Bonvoy in ChromeNext weekMarriott integration

Config Changes Required

Once Will provides the Google Maps API key, add to claude_desktop_config.json:

{
  "mcpServers": {
    "google-maps": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-google-maps"],
      "env": {
        "GOOGLE_MAPS_API_KEY": "WILL_PROVIDES_THIS"
      }
    },
    "airbnb": {
      "command": "npx",
      "args": ["-y", "@openbnb/mcp-server-airbnb"]
    },
    "flight-tracking": {
      "command": "npx",
      "args": ["-y", "flight-mcp"],
      "env": {
        "ADSB_API_KEY": "WILL_PROVIDES_THIS"
      }
    }
  }
}

How This Connects to the Mainframe

When M&EM is at anchor in Mallorca, Merckx can:

  1. Pull vessel position (MarineTraffic)
  2. Find nearest airport (Google Maps MCP)
  3. Track inbound crew flights (ADS-B MCP)
  4. Book crew accommodation (Airbnb search MCP)
  5. Arrange ground transport (Uber Chrome MCP)
  6. Check hotel options for overflow (Booking.com MCP)

That is the full logistics chain from anchor to arrival, handled by one agent.


Bottom Line

Three MCP servers can be installed in under an hour with minimal credentials. Chrome MCP covers the rest for anything Will is already logged into. No platform requires paid API access for the read-only logistics intelligence Merckx needs.

Google Maps MCP is the single highest-leverage install. It becomes the geocoding backbone for every other logistics operation.

Standing by for API keys.

-- Neo

Voice Reply