- Starts a Meshagent Room (
test
) with the openbnb-airbnb MCP server available inside. Rooms close when inactive.
- Links a chatbot to the room that can use openbnb-airbnb tools. You can attach multiple toolkits and use them in the same room/agent.
- A link to the room will be provided in the command output.
- Open the room link in your browser, send a message to the agent, and interact with the MCP server toolset live.
Project Level Deployment (Persistent Services)
For production or persistent use, you can deploy services at the project level. These services automatically join every Meshagent Room in your project upon room creation, making MCP tools and chatbots consistently available without local deployment. 1. Create the openbnb-airbnb MCP server service:- After this setup, every time a room is created in this Meshagent project, the openbnb-airbnb MCP server and chatbot join instantly—no manual launching required.
Tools Available
airbnb_listing_details
Get detailed information about a specific Airbnb listing. Provide direct links to the user.
Parameters | Type | Description |
---|---|---|
id | string | The Airbnb listing ID |
adults | number (optional) | Number of adults |
checkin | string (optional) | Check-in date (YYYY-MM-DD) |
checkout | string (optional) | Check-out date (YYYY-MM-DD) |
children | number (optional) | Number of children |
ignoreRobotsText | boolean (optional) | Ignore robots.txt rules for this request |
infants | number (optional) | Number of infants |
pets | number (optional) | Number of pets |
airbnb_search
Search for Airbnb listings with various filters and pagination. Provide direct links to the user.
Parameters | Type | Description |
---|---|---|
location | string | Location to search for (city, state, etc.) |
adults | number (optional) | Number of adults |
checkin | string (optional) | Check-in date (YYYY-MM-DD) |
checkout | string (optional) | Check-out date (YYYY-MM-DD) |
children | number (optional) | Number of children |
cursor | string (optional) | Base64-encoded string used for Pagination |
ignoreRobotsText | boolean (optional) | Ignore robots.txt rules for this request |
infants | number (optional) | Number of infants |
maxPrice | number (optional) | Maximum price for the stay |
minPrice | number (optional) | Minimum price for the stay |
pets | number (optional) | Number of pets |
placeId | string (optional) | Google Maps Place ID (overrides the location parameter) |
Use This MCP Server Directly
Further References
- Meshagent: https://www.meshagent.com/
- Read The Docs: https://docs.meshagent.com
- Meshagent MCP Tool Image: https://hub.docker.com/r/meshagent/mcp-openbnb-airbnb