Can you connect Vrbo to Claude? Yes, but not directly. Vrbo does not offer a public host-facing API, so there is no endpoint to wrap in an MCP server the way you can with a property management system. The two routes that work: manage your Vrbo listings through a PMS that holds an official Vrbo connectivity integration and point Claude at the PMS, or use Vrbo's built-in exports, a reservations CSV, a payout summary, and an iCal calendar feed, and hand those files to Claude.

Expedia Group, Vrbo's parent, is building MCP servers, but for travelers and distribution partners, not for hosts. Everything on this page uses documented, in-product features. Nothing here scrapes the dashboard or touches an undocumented endpoint.

Why there is no "Vrbo MCP server"

MCP, the Model Context Protocol, is Anthropic's open standard for wiring AI assistants to outside systems. An MCP server needs an API behind it, and that is where Vrbo differs from every PMS we have covered in this series. Vrbo's API program runs through Integration Central, which exists for property management software companies building official connectivity integrations. Vrbo's own guidance states that Integration Central is not intended for property managers who use software to manage bookings; they are pointed to their account manager or a connectivity provider instead. There is no page in the owner dashboard where you generate an API key for your own account.

That single fact shapes the whole architecture. The API access Vrbo grants goes to the software layer above it, so the practical way to give Claude live access to your Vrbo data is to go through that layer.

Vrbo Expedia Group Your PMS Escapia, Guesty, OwnerRez... Exports CSV + iCal from dashboard Claude Desktop, Code, claude.ai official connectivity API you download MCP server attach files

Route 1 (solid): live data through your PMS. Route 2 (dashed): point-in-time snapshots through Vrbo's own exports.

Pick your route

Route 1 · Live data

PMS in the middle

Your PMS already syncs Vrbo bookings, calendar, and pricing through its official integration. Wrap the PMS API in a small read-only MCP server and Claude sees your Vrbo reservations alongside every other channel, live, with no exports.

Best if: you run a PMS, or manage enough units that you should. About 20 minutes using one of our worked guides below.

Route 2 · Snapshots

Vrbo's built-in exports

Vrbo's dashboard exports a reservations CSV covering every listing on your account, a payout summary as CSV or XLS, and an iCal feed of your booking calendar. Attach them to a Claude conversation or Project and ask questions in plain English.

Best if: you are dashboard-only on Vrbo. Two minutes, zero code, works in claude.ai in a browser.

What you can ask once the data is in front of Claude

  • "Which Vrbo check-ins land in the next 7 days, and are any same-day back-to-backs?"
  • "From this reservations export, what's my average length of stay and booking lead time by property?"
  • "Compare this month's payout summary to last month's and explain the difference."
  • "Find every gap night shorter than 3 days in the next 60 days on this calendar."
  • "Which properties have the highest cancellation rate in this export?"

Route 1: connect through your PMS

Vrbo grants API access to connectivity partners, so the PMS layer is where live programmatic access to your Vrbo data actually lives. Escapia is the in-family option, a vacation rental PMS that is itself part of Expedia Group. Independents work the same way: Guesty documents its Vrbo connection, Hostaway holds Vrbo Elite Connectivity Partner status for 2026, and OwnerRez runs an API-integrated Vrbo channel. Once bookings sync into the PMS, connecting Claude is a solved problem: a small read-only MCP server against the PMS API, which is exactly what the rest of this series builds.

Ask the PMS question first. If your Vrbo listings are not in a PMS yet, that decision matters far beyond Claude. The guides above show what each platform's API exposes, which is a decent proxy for how automatable the platform is overall. Browse the full series at /claude-guides/.

Route 2: Vrbo's exports, step by step

1

Download your reservations CSV

According to Vrbo's help center, the owner dashboard has an Export Reservation Data option: pick a date range or check the box to include everything, submit, and save the file. The CSV includes reservations from every listing on your account, so one download covers the whole portfolio.

2

Grab the payout summary and calendar feed

Two more exports are worth pairing with it. Under Payments → Statements and reports, the Payout summary tab downloads as a spreadsheet for whatever date range you select. And under Calendar → Settings → Availability → Calendar sync, Export calendar gives you a subscription URL for your booking calendar (Vrbo warns against re-importing that same feed back into Vrbo, and tentative bookings appear as blocked dates if you enable them).

3

Hand the files to Claude

Simplest: attach the CSVs to a conversation at claude.ai or in Claude Desktop and start asking. Better for repeat use: create a Claude Project called "Vrbo ops," drop the exports in as project knowledge, and refresh them weekly. Claude reads CSV natively and its analysis tool can compute across thousands of rows, so occupancy math, lead-time distributions, and payout reconciliation are all fair game.

first prompt to try
I've attached my Vrbo reservations export (CSV) and payout summary.
1. Profile the columns so we agree on what's in here.
2. Occupancy, ADR, average length of stay, and booking lead time by property.
3. Flag anything odd: cancellations clustering on one listing, payout rows
   that don't match a reservation, gap nights under 3 days in the next 60 days.
Show the numbers as tables and tell me which property needs attention first.
Automating the refresh. If you use Claude Code, a tiny script can pull the iCal feed URL on a schedule (it is a plain calendar subscription) and keep a local file current; reservations and payout CSVs still need a manual download, since they live behind your login. Treat exports as snapshots: anything time-sensitive, verify in the dashboard before acting.

What Expedia Group is actually shipping on AI

Worth watching, because Vrbo's parent company has been unusually active on MCP, just not on the host side yet.

  • Live now An open-source Expedia MCP server, for travel recommendations. Expedia Group publishes expedia-travel-recommendations-mcp on GitHub: an official MCP server exposing hotel, flight, activity, and car recommendations, keyed by an Expedia API key. Traveler-facing data, not your bookings.
  • Live now Vrbo inventory in Expedia's Rapid API. Partners can pull Vrbo properties through Rapid by passing supply_source=vrbo. Rapid is for travel sellers distributing inventory, and it is the clearest sign that programmatic Vrbo access flows through Expedia Group partner infrastructure, not a Vrbo host API.
  • Announced May 2026 A B2B MCP server for partner AI agents. Skift reported that Expedia Group is launching an MCP server so business partners' AI agents can access its travel inventory directly, described by B2B chief product and technology officer Karen Bolda as going live "in the coming months."
  • Announced June 2026 A Dev MCP server and AI agents in Partner Central. At Explore 2026, Expedia Group introduced a Dev MCP server that helps developers find documentation and test integrations, plus three AI agents for lodging partners (Partner Companion, Content Agent, Autonomous Distribution). Its developer hub says the company is "building MCP capabilities that work seamlessly with our APIs" and calls the work an exploration phase.

The honest read: every MCP move so far points at travelers, distribution partners, and Expedia's own developer experience. None of it gives a host conversational access to their own reservations. If that changes, the first place it likely lands is the software layer, which is one more argument for Route 1.

The other half of every Vrbo turnover is the one no export captures: property condition. Reservations tell you when guests flip; they don't tell you what the last guest left behind. RapidEye reads the photos your cleaners already take at turnover and flags damage and missed cleaning before the next Vrbo check-in, and its API drops those findings into the same stack you just connected to Claude.

FAQ

Can you connect Vrbo to Claude?

Yes, but not directly, because Vrbo has no public host-facing API. Either connect Claude to a PMS that syncs your Vrbo listings through an official connectivity integration (Route 1), or feed Claude Vrbo's built-in reservations CSV, payout summary, and iCal exports (Route 2).

Does Vrbo have an API for hosts?

No self-serve one. API access runs through Integration Central, which Vrbo aims at property management software companies; property managers using software are directed to their account manager or a connectivity provider. There is no API-key page in the owner dashboard.

Does Vrbo or Expedia have an MCP server?

Not for hosts. Expedia Group ships an open-source travel-recommendations MCP server, announced a Dev MCP server at Explore 2026, and told Skift in May 2026 that a B2B MCP server for partner AI agents is coming. All of it is traveler- and distribution-side.

Can I just have Claude log into my Vrbo dashboard?

We don't recommend it. Browser automation against a logged-in marketplace account is fragile and sits in terms-of-service gray territory that could put your listings at risk. The exports exist precisely so you can take your data out cleanly; use them.

Which route should a small host take?

Under roughly ten units with no PMS, start with Route 2 today; it costs nothing and takes two minutes. The day you adopt a PMS, Route 1 upgrades you to live data, and the guide for whichever platform you pick is linked above.

Sources

Independent guide. RapidEye is not affiliated with or endorsed by Vrbo, Expedia Group, or Anthropic. Dashboard menus, export options, and API programs change; confirm specifics against the official sources above. Last reviewed July 18, 2026.