Airbnb MCP Server
Related Servers
Alternatives to Airbnb MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceEnables searching for Airbnb listings and retrieving detailed property information including pricing, amenities, and host details without requiring an API key.21,632 npm3MIT
- AlicenseAqualityCmaintenanceSearch for Airbnb listings and get detailed information about specific properties. Effortlessly plan your next trip with structured data and no API key required, while respecting Airbnb's guidelines.421,632 npm540MIT
- AlicenseCqualityDmaintenanceEnables searching Airbnb listings with advanced filtering (location, dates, guests, price) and retrieval of detailed property information including amenities, policies, and booking links.41,632 npm2MIT
- AlicenseBqualityDmaintenanceEnables searching for Airbnb listings and retrieving detailed accommodation information with direct links to Airbnb pages.21MIT
- AlicenseBqualityBmaintenanceEnables Airbnb searches with location, date, guest, price, and property type filters, and retrieval of detailed listing information such as amenities, house rules, and direct booking links.21,632 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables users to search Airbnb listings using natural language, including flexible dates, guest counts, price range, property type, and amenities. It provides listing summaries and details but does not handle bookings.GPL 3.0
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one retrieves detailed information for a specific listing, while the other searches for listings with filters and pagination. There is no overlap in functionality, making it easy for an agent to choose the right tool based on whether it needs a specific listing or a search operation.
Both tools follow a consistent naming pattern with the prefix 'airbnb_' followed by a descriptive verb_noun combination (listing_details and search). This consistency aids in predictability and readability, with no deviations or mixed conventions.
With only 2 tools, the server feels under-scoped for an Airbnb domain, which typically involves operations like booking, user management, reviews, or updates. While the tools cover basic retrieval and search, the count is too low for comprehensive coverage, suggesting significant gaps in functionality.
The tool surface is severely incomplete for an Airbnb server. It lacks essential operations such as booking a listing, managing reservations, handling user accounts, or posting reviews. The current tools only support viewing and searching, leaving major workflows uncovered and likely causing agent failures in real-world scenarios.