appfollow_ratings

Pack: appfollow · Endpoint: https://gateway.pipeworx.io/appfollow/mcp

Ratings summary for an app: average rating, total ratings count, and the 5/4/3/2/1 star breakdown. Example: appfollow_ratings({ app_id: “1038369065”, country: “us”, _apiKey: “your-token” }). app_id is the App Store numeric id or Google Play package name.

Parameters

NameTypeRequiredDescription
app_idstringyesApp store external id: App Store numeric id (e.g. “1038369065”) or Google Play package name.
countrystringnoTwo-letter country/store code, e.g. “us”. Optional (default “us”).
_apiKeystringyesAppFollow API token.

Example call

curl -X POST https://gateway.pipeworx.io/appfollow/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"appfollow_ratings","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "appfollow": {
      "url": "https://gateway.pipeworx.io/appfollow/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 4, 2026