MCP server exposing 3 tools for appfollow.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/appfollow/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
appfollow_reviews — Recent App Store / Google Play reviews for an app. Returns author, star rating, title, text, date, app version, store, and whether the developer replied. Example: appfollow_reviews({ app_id: "1038369065", country: "us", _apiKey: "your-token" }). app_id is the store external id — App Store numeric id (e.g. "1038369065") or Google Play package name (e.g. "com.instagram.android").appfollow_ratings — 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.appfollow_aso_keywords — ASO keyword rankings for an app: which search keywords the app ranks for and its store position/popularity for each. Example: appfollow_aso_keywords({ app_id: "1038369065", country: "us", _apiKey: "your-token" }). app_id is the App Store numeric id or Google Play package name. Requires an AppFollow plan with ASO enabled on the token.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/appfollow/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io