Skip to main content
Glama

mcp-appstore

by appreply-co

fetch_reviews

Retrieve app reviews in bulk from Google Play Store and Apple App Store by specifying app ID, platform, and filters like region, language, and sorting criteria. Simplifies review analysis and feedback collection for app developers.

Input Schema

NameRequiredDescriptionDefault
appIdYesThe unique identifier for the app (Android package name, iOS numeric ID or bundle ID).
countryNoTwo-letter country code for the App Store/Play Store region. Default 'us'.us
langNoLanguage code for reviews. Default 'en'.en
numNoNumber of reviews to fetch (1-1000, default 100). Note: Actual number may be less due to API limitations. For iOS, limited to 10 pages max.
platformYesThe platform of the app ('ios' or 'android').
sortNoSorting order for reviews: 'newest', 'rating', 'helpfulness'. Default 'newest'.newest

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "The unique identifier for the app (Android package name, iOS numeric ID or bundle ID).", "type": "string" }, "country": { "default": "us", "description": "Two-letter country code for the App Store/Play Store region. Default 'us'.", "maxLength": 2, "minLength": 2, "type": "string" }, "lang": { "default": "en", "description": "Language code for reviews. Default 'en'.", "type": "string" }, "num": { "default": 100, "description": "Number of reviews to fetch (1-1000, default 100). Note: Actual number may be less due to API limitations. For iOS, limited to 10 pages max.", "type": "number" }, "platform": { "description": "The platform of the app ('ios' or 'android').", "enum": [ "ios", "android" ], "type": "string" }, "sort": { "default": "newest", "description": "Sorting order for reviews: 'newest', 'rating', 'helpfulness'. Default 'newest'.", "enum": [ "newest", "rating", "helpfulness" ], "type": "string" } }, "required": [ "appId", "platform" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/appreply-co/mcp-appstore'

If you have feedback or need assistance with the MCP directory API, please join our Discord server