Skip to main content
Glama

App Market Intelligence MCP

app-store-ratings

Analyze app ratings and user feedback by retrieving total ratings and a 1-5 star histogram distribution for any App Store app. Identify trends and competitor performance.

Instructions

Get ratings for an App Store app. Returns an object with:

  • ratings: Total number of ratings
  • histogram: Distribution of ratings by star level (1-5)

Input Schema

NameRequiredDescriptionDefault
appIdNoBundle ID (e.g., 'com.midasplayer.apps.candycrushsaga'). Either this or id must be provided.
countryNoCountry code to get ratings from (default: us)us
idNoNumeric App ID (e.g., 553834731). Either this or appId must be provided.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "Bundle ID (e.g., 'com.midasplayer.apps.candycrushsaga'). Either this or id must be provided.", "type": "string" }, "country": { "default": "us", "description": "Country code to get ratings from (default: us)", "type": "string" }, "id": { "description": "Numeric App ID (e.g., 553834731). Either this or appId must be provided.", "type": "number" } }, "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/JiantaoFu/AppInsightMCP'

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