You're viewing a demo portfolio

Join the waitlist
PRSM

travel__search_airbnb

Active

Tool of com.thenextgennexus/enterprise-mcp-gateway

declared in 1.0.47

[Travel Intelligence] Search Airbnb listings by location. Returns prices, ratings, amenities, and host info. Args: location: City or area (e.g. 'Paris, France') checkin: Check-in date YYYY-MM-DD (optional) checkout: Check-out date YYYY-MM-DD (optional) max_results: Max listings to return (default 20)

Parameters schema

{
  "type": "object",
  "required": [
    "location"
  ],
  "properties": {
    "checkin": {
      "type": "string",
      "default": ""
    },
    "checkout": {
      "type": "string",
      "default": ""
    },
    "location": {
      "type": "string"
    },
    "max_results": {
      "type": "integer",
      "default": 20
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.thenextgennexus/enterprise-mcp-gateway

1/7 registries
View full server →