A
licenseB
qualityD
maintenanceEnables users to search Airbnb listings with advanced filtering options and retrieve detailed property information through an MCP server interface.
2
1,584 npm
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a distinct function: search for listings, get detail of a specific listing, and start a booking. No overlap in purpose.
All tools follow a consistent verb_noun pattern with snake_case: search_listings, get_listing_detail, start_mock_booking.
Three tools is minimal but covers the core workflow of searching, viewing details, and booking. Slightly under for a full-featured storefront, but acceptable.
Covers search, detail, and booking, but lacks common operations like canceling or modifying bookings, or managing user profiles. Notable gaps exist.