# AppPage.net - Google Play & App Store data (remote · apppage.net)

Google Play & App Store app data: search, details, reviews, privacy, alternatives, top charts.

- Trust score: 73/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `apppage.net`: 73/100 (this document), [markdown](https://verifymcp.io/servers/net-apppage-app-data/apppage.md), [page](https://verifymcp.io/servers/net-apppage-app-data/apppage)

## Channel facts

- Endpoint: `https://apppage.net/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.2.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-26.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1220 tokens (~174/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the AppPage.net - Google Play & App Store data MCP server?

AppPage.net - Google Play & App Store data is a hosted endpoint at https://apppage.net/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http net-apppage-app-data 'https://apppage.net/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "net-apppage-app-data": {
      "url": "https://apppage.net/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "net-apppage-app-data": {
      "type": "http",
      "url": "https://apppage.net/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.net-apppage-app-data]
url = "https://apppage.net/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "net-apppage-app-data": {
      "type": "remote",
      "url": "https://apppage.net/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add net-apppage-app-data --url 'https://apppage.net/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  net-apppage-app-data:
    url: "https://apppage.net/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "net-apppage-app-data": {
      "Transport": "http",
      "Url": "https://apppage.net/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add net-apppage-app-data -t streamable-http -u 'https://apppage.net/mcp'
```

### Other

```json
{
  "mcpServers": {
    "net-apppage-app-data": {
      "type": "http",
      "url": "https://apppage.net/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-26 (score 73, −1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “browse_category” rewrote its description, which is the text the model reads
- [security] Tool “find_alternatives” rewrote its description, which is the text the model reads
- [security] Tool “get_app” rewrote its description, which is the text the model reads
- [security] Tool “get_app_privacy” rewrote its description, which is the text the model reads
- [security] Tool “get_app_reviews” rewrote its description, which is the text the model reads
- [security] Tool “get_developer_apps” rewrote its description, which is the text the model reads
- [security] Tool “search_apps” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 123 → 174
- [functional improvement] Stability: unverified → 0.03
- [functional] Server version: 1.1.0 → 1.2.0
- [cosmetic] “browse_category” added an optional parameter “store”
- [cosmetic] “get_developer_apps” added an optional parameter “developer_id”
- [cosmetic] “get_developer_apps” added an optional parameter “store”
- [cosmetic] “search_apps” added an optional parameter “store”
- [cosmetic] “browse_category” reworded the description of “category”
- [cosmetic] “find_alternatives” reworded the description of “app_id”
- [cosmetic] “get_app” reworded the description of “app_id”
- [cosmetic] “get_app_privacy” reworded the description of “app_id”
- [cosmetic] “get_app_reviews” reworded the description of “app_id”
- [cosmetic] “get_app_reviews” reworded the description of “sort”
- [cosmetic] “get_developer_apps” reworded the description of “developer”
- [cosmetic] “get_developer_apps” made “developer” optional
- [cosmetic] Tool “browse_category” changed its title: Browse Google Play top charts → Browse top charts
- [cosmetic] Tool “search_apps” changed its title: Search Android apps → Search apps

### 2026-09-25 (score 74)

First indexed and scored.

## MCP tools (7)

### `search_apps` (~149 tokens)

Search apps

Search Google Play or App Store apps by keyword (live results). Returns app ids, titles, developers, ratings and prices, each with an apppage_url page that has full details. Use get_app for details of one app.

Input parameters:

- `country` (string): Optional two-letter ISO 3166 store country code (e.g. US, GB, TR, DE). Defaults to US.
- `limit` (integer): Max results (1-30, default 10).
- `query` (string, required): Search keywords, e.g. "photo editor" or an app name.
- `store` (string): Which store: google_play (Android, default) or app_store (iPhone/iPad).

### `get_app` (~139 tokens)

Get app details

Get details of one app. For Android pass the package name (e.g. com.whatsapp): developer, category, rating and rating count, installs, price, in-app purchases, ads, version, size, required Android version, content rating, release and last-update dates, summary, description and recent changes. For iPhone/iPad pass the numeric App Store id (e.g. 310633997): the same kind of details plus required iOS version, star histogram and languages.

Input parameters:

- `app_id` (string, required): Android package name (e.g. com.whatsapp) or numeric App Store id (e.g. 310633997).

### `find_alternatives` (~105 tokens)

Find alternative apps

List apps similar to a given app (the store's similar-apps list), compared by rating, price, installs (Android) and last update. Use for questions like "apps like X" or "alternatives to X".

Input parameters:

- `app_id` (string, required): Android package name (e.g. com.spotify.music) or numeric App Store id (e.g. 324684580).
- `limit` (integer): Max alternatives (1-10, default 6).

### `browse_category` (~171 tokens)

Browse top charts

List Google Play or App Store top charts (live results): top free, top paid or top grossing apps, overall or in a category. Google Play categories look like game_puzzle or health_and_fitness; App Store categories look like games_puzzle or photo_and_video.

Input parameters:

- `category` (string): Optional category id (lowercase) for the chosen store. Omit for all apps.
- `chart` (string): Which chart: top_free (default), top_paid or grossing.
- `country` (string): Optional two-letter ISO 3166 store country code. Defaults to US.
- `limit` (integer): Max results (1-30, default 10).
- `store` (string): Which store: google_play (Android, default) or app_store (iPhone/iPad).

### `get_app_reviews` (~151 tokens)

Get app reviews

Get user reviews of an app: star rating, date, text and app version; on Google Play also helpful votes and the developer's reply, on the App Store a review title. Use it to summarize what users like or complain about.

Input parameters:

- `app_id` (string, required): Android package name (e.g. com.instagram.android) or numeric App Store id (e.g. 389801252).
- `country` (string): Optional two-letter ISO 3166 store country code. Defaults to US.
- `limit` (integer): Max reviews (1-30, default 10).
- `sort` (string): Order: most_relevant (default), newest or rating (rating is Google Play only).

### `get_app_privacy` (~120 tokens)

Get app privacy and permissions

Get an app's privacy information. Android: the Google Play data safety section (data shared with third parties, data collected and why, security practices, privacy policy link) and the Android permissions it requests, grouped by type. iPhone/iPad: Apple's App Privacy labels (data used to track you, data linked to you, data not linked to you) with data categories and purposes.

Input parameters:

- `app_id` (string, required): Android package name (e.g. com.whatsapp) or numeric App Store id (e.g. 310633997).

### `get_developer_apps` (~188 tokens)

Get a developer's apps

List the apps published by one developer. Google Play: by developer name as returned by other tools (e.g. "Wikimedia Foundation"). App Store: by developer_id from get_app or search_apps with store=app_store (a developer name also works; it is looked up by search).

Input parameters:

- `country` (string): Optional two-letter ISO 3166 store country code. Defaults to US.
- `developer` (string): Developer name exactly as shown in the store, e.g. "Wikimedia Foundation".
- `developer_id` (string): App Store only: numeric developer id, e.g. 310634000 (returned as developer_id by other tools).
- `limit` (integer): Max results (1-60, default 20).
- `store` (string): Which store: google_play (Android, default) or app_store (iPhone/iPad).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/net-apppage-app-data/apppage#diagnostics

## Score history

- 2026-09-26: 73
- 2026-09-25: 74

## Common questions

### What is the AppPage.net - Google Play & App Store data MCP server?

AppPage.net - Google Play & App Store data is an MCP server listed in the public MCP registry as net.apppage/app-data. Google Play & App Store app data: search, details, reviews, privacy, alternatives, top charts. This page covers its hosted endpoint (https://apppage.net/mcp).

### Is the AppPage.net - Google Play & App Store data MCP server safe to use?

AppPage.net - Google Play & App Store data scores 73 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the AppPage.net - Google Play & App Store data MCP server expose?

AppPage.net - Google Play & App Store data exposes 7 tools: search_apps, get_app, find_alternatives, browse_category, get_app_reviews, and 2 more. Their descriptions and schemas cost roughly 1,023 tokens of context every time the server is loaded.

### Does the AppPage.net - Google Play & App Store data MCP server require authentication?

No. We connected to AppPage.net - Google Play & App Store data without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the AppPage.net - Google Play & App Store data MCP server still maintained?

AppPage.net - Google Play & App Store data is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://apppage.net/mcp
- Website: https://apppage.net/developers
- Changelog RSS feed: https://verifymcp.io/servers/net-apppage-app-data/apppage.xml
- Changelog JSON feed: https://verifymcp.io/servers/net-apppage-app-data/apppage.json
- HTML version of this page: https://verifymcp.io/servers/net-apppage-app-data/apppage
