Resources
The MCP server exposes 77 read-only resources. Each is queryable through
api_v3_list and api_v3_get by passing its name
as the resource argument.
This page is a reference. The authoritative, always-current list is whatever
api_v3_resources returns, and the per-resource attributes/filters come
from api_v3_resource_schema.
Mirrors API v3
Each resource maps to its API v3 counterpart and uses the same serializer, so its attributes and
response shape match the corresponding API v3 endpoint. Resource names here are
the values you pass as resource.
Bookings & related
| Resource | Description |
|---|---|
bookings | Reservations and unavailable periods. By default returns visible (non-canceled) bookings. |
bookings_fees | Per-booking fees attached to reservations (cleaning, tax, etc.). |
bookings_payments | Per-booking payment line items. |
bookings_taxes | Per-booking tax line items. |
bookings_tags | Booking tags (account-level taxonomy applied to bookings). |
booking_comments | Internal comments on bookings. |
booking_contracts | Booking rental agreement contracts. |
booking_revenue_distributions | Revenue distribution breakdown per booking (host/manager/platform splits). |
booking_cancelation_protection_summaries | Cancelation protection enrollment summary per booking. |
booking_discount_codes | Booking discount codes configured by the account. |
booking_discount_code_usages | Records of discount code applications on bookings. |
Rentals & related
| Resource | Description |
|---|---|
rentals | Listings/properties for the account. |
rental_agreements | Localized rental agreement contracts associated with rentals. |
rental_cancelation_policies | Cancelation policies attached to rentals. |
rental_cancelation_policy_items | Refund tiers belonging to rental cancelation policies. |
rental_contacts | Contacts (cleaner, owner, manager…) linked to rentals. |
rental_geolocated_addresses | Verified geolocated addresses for rentals. |
rental_link_groups | Groups of rental links (multi-unit, sister properties, etc.). |
rental_links | Membership rows linking rentals to a rental link group. |
rental_price_modifier_maps | Per-rental price modifier maps used for dynamic pricing. |
rental_urls | External URLs (channel listings, websites) associated with rentals. |
rentals_amenities | Per-rental amenity availability + notes. |
rentals_contents_overrides | Per-application content overrides for rentals (channel-specific descriptions). |
rentals_facilities | Per-rental facility availability. |
rentals_fees | Per-rental fee configuration. |
rentals_taxes | Per-rental tax configuration. |
rentals_tags | Account-level tags applied to rentals. |
bathrooms | Bathroom layout/features per rental. |
bedrooms | Bedroom layout/features per rental. |
living_rooms | Living room layout/features per rental. |
videos | Videos attached to rentals. |
photos | Photos attached to rentals. |
photo_taggings | Tag assignments on photos. |
photo_tags | Global photo tag taxonomy (room types, features, etc.). |
Availability, calendar & rates
| Resource | Description |
|---|---|
availabilities | Availability windows per rental (used to compute calendar). |
change_overs | Change-over (turnover) days per rental. |
rates | Nightly rates per rental/season. |
rates_rules | Pricing rules (min-stay, weekly discount, last-minute, etc.). |
rates_tables | Rate tables (named pricing strategies) for the account. |
seasons | Pricing seasons for the account. |
periods | Date ranges (periods) belonging to seasons. |
los_records | Length-of-stay (LOS) pre-computed rate records per rental. See the LOS records guide. |
mid_term_rate_maps | Mid-term (monthly) rate maps per rental. See the midterm pricing guide. |
nightly_rate_maps | Nightly rate maps per rental. |
special_offers | Promotional offers attached to rentals (active/non-expired only). |
People
| Resource | Description |
|---|---|
clients | Guests/customers stored at the account level. |
guests | Per-booking guest records (separate from clients). |
hosts | Hosts (greeters, on-site staff) for the account. |
host_reviews | Reviews written by hosts about guests. |
contacts | Address book of contacts (cleaners, maintenance, owners, etc.). |
users | Users with access to the account. |
accounts_users | Account membership records (joins accounts to users with a role). |
account_companies | Company/legal-entity details for the account. |
Reviews
| Resource | Description |
|---|---|
reviews | Guest reviews of rentals. See the reviews guide. |
review_replies | Replies posted to guest reviews. |
Inquiries & inbox
| Resource | Description |
|---|---|
inquiries | Pre-booking inquiries from guests. |
inbox_conversations | Inbox conversation threads. See the inbox messaging guide. |
inbox_messages | Inbox messages within conversations. |
inbox_attachments | File attachments on inbox messages. |
inbox_participants | Participants (members) in inbox conversations. |
Task management
| Resource | Description |
|---|---|
task_management_tasks | Operational tasks (cleaning, maintenance, check-in). |
task_management_task_comments | Comments on operational tasks. |
task_management_attachments | Attachments on operational tasks. |
task_management_templates | Reusable task templates. |
Payments & finance
| Resource | Description |
|---|---|
payments | Top-level payment transactions. |
payment_gateways | Configured payment gateways for the account. |
sources | Booking sources / channels (Airbnb, Booking.com, direct, etc.). |
damage_protection_enrollments | Damage protection enrollments per rental. |
Fees & taxes
| Resource | Description |
|---|---|
fees | Fee catalog defined at the account level. |
fees_taxes | Joins between fees and the taxes that apply to them. |
taxes | Tax catalog defined at the account level. |
tax_rules | Rules controlling when taxes apply (per rental, per fee, etc.). |
Reference & catalog data
| Resource | Description |
|---|---|
amenities | Global amenity catalog (pool, wifi, parking, etc.). |
facilities | Global facility catalog (gym, sauna, conference room, etc.). |
destinations | Destinations (cities, regions) associated with the account's rentals. |
preferences_general_settings | Account-level general preferences (locales, etc.). |
webhooks | Configured outbound webhooks for the account. See the webhook subscriptions guide. |