We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/serpapi/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
tripadvisor.json•5.74 KiB
{
"engine": "tripadvisor",
"params": {
"q": {
"required": true,
"description": "Parameter defines the query you want to search. You can use anything that you would use in a regular Tripadvisor search.",
"group": "search_query"
},
"lat": {
"type": "number",
"description": "Defines a GPS latitude for the search origin.",
"group": "geographic_location"
},
"lon": {
"type": "number",
"description": "Defines a GPS longitude for the search origin.",
"group": "geographic_location"
},
"tripadvisor_domain": {
"type": "select",
"options": [
"www.tripadvisor.com",
"www.tripadvisor.ca",
"fr.tripadvisor.ca",
"www.tripadvisor.com.br",
"www.tripadvisor.com.mx",
"www.tripadvisor.com.ar",
"www.tripadvisor.cl",
"www.tripadvisor.co",
"www.tripadvisor.com.pe",
"www.tripadvisor.com.ve",
"www.tripadvisor.co.uk",
"www.tripadvisor.it",
"www.tripadvisor.es",
"www.tripadvisor.de",
"www.tripadvisor.fr",
"www.tripadvisor.se",
"www.tripadvisor.nl",
"www.tripadvisor.com.tr",
"www.tripadvisor.dk",
"www.tripadvisor.ie",
"www.tripadvisor.at",
"www.tripadvisor.com.gr",
"no.tripadvisor.com",
"www.tripadvisor.pt",
"www.tripadvisor.ru",
"www.tripadvisor.ch",
"fr.tripadvisor.ch",
"it.tripadvisor.ch",
"fr.tripadvisor.be",
"www.tripadvisor.be",
"www.tripadvisor.jp",
"cn.tripadvisor.com",
"www.tripadvisor.in",
"www.tripadvisor.com.au",
"www.tripadvisor.com.my",
"www.tripadvisor.co.nz",
"www.tripadvisor.com.ph",
"www.tripadvisor.com.sg",
"www.tripadvisor.co.id",
"www.tripadvisor.co.kr",
"th.tripadvisor.com",
"www.tripadvisor.com.vn",
"www.tripadvisor.com.tw",
"en.tripadvisor.com.hk",
"www.tripadvisor.com.hk",
"ar.tripadvisor.com",
"www.tripadvisor.com.eg",
"www.tripadvisor.co.za",
"www.tripadvisor.co.il"
],
"description": "Parameter defines the Tripadvisor domain to use. It defaults to `tripadvisor.com`. Head to the Tripadvisor domains page for a full list of supported Tripadvisor domains.",
"group": "localization"
},
"ssrc": {
"type": "select",
"options": [
"a",
"r",
"A",
"h",
"g",
"v",
"f"
],
"description": "This parameter specifies the search filter you want to use for the Tripadvisor search. Available options: `a` - All Results `r` - Restaurants `A` - Things to Do `h` - Hotels `g` - Destinations `v` - Vacation Rentals `f` - Forums NOTE: Tripadvisor has discontinued support for Vacation Rentals. As a result, using `ssrc=v` may return incomplete results or no results at all.",
"group": "advanced_filters"
},
"offset": {
"type": "number",
"description": "Parameter defines the result offset. It skips the given number of results. It's used for pagination. (e.g., `0` (default) is the first page of results, `30` is the 2nd page of results, `60` is the 3rd page of results, etc.).",
"group": "pagination"
},
"limit": {
"type": "number",
"description": "Parameter defines the maximum number of results to return. (e.g., `30` (default) returns 30 results, `60` returns 60 results, and `100` returns 100 results).",
"group": "pagination"
}
},
"common_params": {
"engine": {
"required": true,
"description": "Set parameter to `tripadvisor` to use the Tripadvisor API engine.",
"group": "serpapi_parameters"
},
"no_cache": {
"type": "checkbox",
"description": "Parameter will force SerpApi to fetch the Tripadvisor results even if a cached version is already present. A cache is served only if the query and all parameters are exactly the same. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month. It can be set to `false` (default) to allow results from the cache, or `true` to disallow results from the cache. no\\_cache and async parameters should not be used together.",
"group": "serpapi_parameters"
},
"async": {
"description": "Parameter defines the way you want to submit your search to SerpApi. It can be set to `false` (default) to open an HTTP connection and keep it open until you got your search results, or `true` to just submit your search to SerpApi and retrieve them later. In this case, you'll need to use our Searches Archive API to retrieve your results. async and no\\_cache parameters should not be used together. async should not be used on accounts with Ludicrous Speed enabled.",
"group": "serpapi_parameters"
},
"zero_trace": {
"description": "Enterprise only. Parameter enables ZeroTrace mode. It can be set to `false` (default) or `true`. Enable this mode to skip storing search parameters, search files, and search metadata on our servers. This may make debugging more difficult.",
"group": "serpapi_parameters"
},
"api_key": {
"required": true,
"description": "Parameter defines the SerpApi private key to use.",
"group": "serpapi_parameters"
},
"output": {
"description": "Parameter defines the final output you want. It can be set to json (default) to get a structured `JSON` of the results, or `html` to get the raw html retrieved.",
"group": "serpapi_parameters"
},
"json_restrictor": {
"description": "Parameter defines the fields you want to restrict in the outputs for smaller, faster responses. See JSON Restrictor for more details.",
"group": "serpapi_parameters"
}
}
}