openbnb-org_mcp-server-airbnb
If you are the rightful owner of openbnb-org_mcp-server-airbnb and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server for searching Airbnb and getting listing details.
The Airbnb MCP Server is designed to facilitate the search and retrieval of Airbnb listings and their details. It provides a structured and efficient way to access Airbnb data without requiring an API key. The server respects Airbnb's robots.txt rules, ensuring compliance with web scraping guidelines. It uses cheerio for HTML parsing, allowing for the extraction of relevant data from Airbnb's web pages. The server returns structured JSON data, making it easy to integrate with other applications or services. Additionally, it reduces context load by flattening and picking data, optimizing performance and usability.
Features
- Respects Airbnb's robots.txt rules
- Uses cheerio for HTML parsing
- No API key required
- Returns structured JSON data
- Reduces context load by flattening and picking data
Tools
airbnb_search
Search for Airbnb listings with various filters and return an array of listings with details.
airbnb_listing_details
Get detailed information about a specific Airbnb listing, including description, host details, and amenities.