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
apple_reviews.json•5.87 KiB
{
"engine": "apple_reviews",
"params": {
"product_id": {
"required": true,
"description": "Parameter defines the ID of a product you want to get the reviews for. You can find the ID of a product from App Store API json results, You can also get it from the URL of the app. For example `product_id` of \"https://apps.apple.com/us/app/the-great-coffee-app/id534220544\", is the long numerical value that comes after \"id\", 534220544 (default).",
"group": "search_query"
},
"country": {
"required": false,
"type": "select",
"options": [
"al",
"dz",
"ao",
"ai",
"ag",
"ar",
"am",
"au",
"at",
"az",
"bs",
"bh",
"bb",
"by",
"be",
"bz",
"bj",
"bm",
"bt",
"bo",
"bw",
"br",
"vg",
"bn",
"bg",
"bf",
"kh",
"ca",
"cv",
"ky",
"cl",
"td",
"cn",
"co",
"cd",
"cr",
"hr",
"cy",
"cz",
"dk",
"dm",
"do",
"ec",
"eg",
"sv",
"ee",
"fj",
"fi",
"fr",
"de",
"gm",
"gb",
"gh",
"gr",
"gd",
"gt",
"gw",
"gy",
"hn",
"hk",
"hu",
"is",
"in",
"id",
"ie",
"il",
"it",
"jm",
"jp",
"jo",
"kz",
"ke",
"kw",
"kg",
"la",
"lv",
"lb",
"li",
"lt",
"lu",
"mo",
"mk",
"mg",
"mw",
"my",
"ml",
"mt",
"mr",
"mu",
"mx",
"fm",
"md",
"mn",
"ms",
"mz",
"na",
"np",
"nl",
"nz",
"ni",
"ne",
"ng",
"no",
"om",
"pk",
"pw",
"pa",
"pg",
"py",
"pe",
"ph",
"pl",
"pt",
"qa",
"ro",
"ru",
"st",
"sa",
"sn",
"sc",
"sl",
"sg",
"sk",
"si",
"sb",
"za",
"kr",
"es",
"lk",
"kn",
"lc",
"vc",
"sr",
"sz",
"se",
"ch",
"tw",
"tj",
"tz",
"th",
"tt",
"tn",
"tr",
"tm",
"tc",
"ug",
"ua",
"ae",
"us",
"uy",
"uz",
"ve",
"vn",
"ye",
"zw"
],
"description": "Parameter defines the country to use for the search. It's a two-letter country code. (e.g., `us` (default) for the United States, `uk` for United Kingdom, or `fr` for France). Head to the Apple Regions for a full list of supported Apple Regions.",
"group": "localization"
},
"page": {
"type": "number",
"required": false,
"description": "Parameter is used to get the items on a specific page. (e.g., 1 (default) is the first page of results, 2 is the 2nd page of results, 3 is the 3rd page of results, etc.).",
"group": "pagination"
},
"sort": {
"required": false,
"type": "select",
"options": [
"mostrecent",
"mosthelpful",
"mostfavorable",
"mostcritical"
],
"description": "Parameter is used for sorting reviews for the iOS App Store (iPhone and iPad). It can be set to:",
"group": "advanced_apple_reviews_parameters"
}
},
"common_params": {
"engine": {
"required": true,
"description": "Set parameter to `apple_reviews` to use the Apple Reviews API engine.",
"group": "serpapi_parameters"
},
"no_cache": {
"type": "checkbox",
"description": "Parameter will force SerpApi to fetch the Apple Reviews 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"
}
}
}