# net.storelift/storelift (npm · storelift-mcp)

App Store & Google Play keyword ranks, rivals, reviews, charts and AI visibility as an MCP server

- Trust score: 70/100 (medium)
- Change this week: +31
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `storelift.net`: 38/100, [markdown](https://verifymcp.io/servers/net-storelift-storelift/storelift.md), [page](https://verifymcp.io/servers/net-storelift-storelift/storelift)
- npm · `storelift-mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/net-storelift-storelift/storelift-mcp.md), [page](https://verifymcp.io/servers/net-storelift-storelift/storelift-mcp)

## Channel facts

- Registry: `npm`
- Package: `storelift-mcp`
- Version: `1.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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-20.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 5 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 88/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 798 tokens (~99/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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 8 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**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the net.storelift/storelift MCP server?

net.storelift/storelift runs locally as an npm package, launched with npx -y storelift-mcp. 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 net-storelift-storelift -- npx -y storelift-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "net-storelift-storelift": {
      "command": "npx",
      "args": [
        "-y",
        "storelift-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "net-storelift-storelift": {
      "command": "npx",
      "args": [
        "-y",
        "storelift-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add net-storelift-storelift -- npx -y storelift-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "net-storelift-storelift": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "storelift-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add net-storelift-storelift --command npx --arg -y --arg storelift-mcp
```

### Hermes

```yaml
mcp_servers:
  net-storelift-storelift:
    command: "npx"
    args: ["-y", "storelift-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "net-storelift-storelift": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "storelift-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add net-storelift-storelift -t stdio -c npx -a -y storelift-mcp
```

### Other

```json
{
  "mcpServers": {
    "net-storelift-storelift": {
      "command": "npx",
      "args": [
        "-y",
        "storelift-mcp"
      ]
    }
  }
}
```

## 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-15 (score 70, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-14 (score 55, +16)

- [security regression] Malware scan: pass → unverified
- [security improvement] Injection markers: unverified → pass
- [security] First check of Judged manipulation: pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: excellent
- [functional] First check of Destructive annotations: pass
- [functional] First check of Schema quality: pass
- [functional] First check of Tool coverage: 100
- [functional] Package version: 1.1.0 → 1.1.1

### 2026-09-10 (score 39, 0)

- [security] Stability: Stability not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no schema to compare.
- [security] Tool safety: Tool safety not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no tool text to scan.
- [functional] Schema quality: Schema quality not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no schema to assess.
- [functional] Capabilities: Protocol version not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we never saw its MCP handshake.
- [functional] Tool coverage: Tool coverage not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no tool definitions to assess.

### 2026-09-09 (score 39, 0)

- [security] Tool safety: Tool safety not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional] Capabilities: Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet.
- [functional] Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.
- [functional] Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional] Package version: 1.0.5 → 1.1.0

### 2026-08-27 (score 39, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-08-26 (score 24)

First indexed and scored.

## MCP tools (8)

### `list_apps` (~40 tokens)

List the apps tracked in this Storelift account (id, name, countries, keywords). Call this first — every other tool needs an appId from here.

### `get_keywords` (~127 tokens)

Keyword ranks for one app in one App Store / Google Play country. THREE STATES ARE DISTINCT: measured=false means the query could not be measured, rank=null means it was measured but the app is absent from the top results, rank=<number> is the rank. Never collapse them into one — counting an unmeasured day as zero produces a false answer.

Input parameters:

- `appId` (string, required): app id from list_apps
- `country` (string): country code, e.g. tr, us (defaults to the app's first country)
- `platform` (string): defaults to ios

### `get_rivals` (~98 tokens)

Apps that rank ABOVE this app in search. For each rival you get the keywords it beats you on, its rank there (theirRank) and yours (ourRank) — ourRank null means the app does not appear for that keyword at all.

Input parameters:

- `appId` (string, required): app id from list_apps
- `country` (string): country code, e.g. tr, us
- `platform` (string): defaults to ios

### `get_ai_visibility` (~105 tokens)

Whether AI assistants name this app when asked natural questions about its category — reported per engine (Claude / ChatGPT / Gemini), never averaged. This is an OBSERVATION, not a ranking: a model's knowledge is frozen at a date and the answer is not identical every time, so read the trend rather than a single measurement.

Input parameters:

- `appId` (string, required): app id from list_apps
- `country` (string): country code, e.g. tr, us

### `get_history` (~77 tokens)

Keyword rank history for one country. Series points are [day, rank]; a null rank means the app was absent from the top results that day, which is not the same as a bad rank.

Input parameters:

- `appId` (string, required): app id from list_apps
- `country` (string): country code, e.g. tr, us

### `get_store_page` (~135 tokens)

The app's own store listing signals for one country: name, subtitle, version, in-app events, editorial placements, similar-apps shelves and the screenshot set (iOS), plus the Google Play page (exact install count, rating histogram, ad/IAP flags, chart badge). `timeline` lists the dated changes we detected on the listing — the cheapest explanation for a rank move. measured=false means the page was never read; it is not the same as an empty page.

Input parameters:

- `appId` (string, required): app id from list_apps
- `country` (string): country code, e.g. tr, us

### `get_reviews` (~121 tokens)

Recent reviews for one country: `list` is the App Store feed, `android` the Google Play page (a narrower window, and Play publishes no review title or version). `newCount` is how many arrived since the previous measurement — null means an older record where the field was never written, which is not zero. android=null means Play was never measured; an empty list means there genuinely are no reviews.

Input parameters:

- `appId` (string, required): app id from list_apps
- `country` (string): country code, e.g. tr, us

### `get_charts` (~95 tokens)

App Store chart position for one country: current ranks per list (free / paid / grossing, overall and in category) plus their history. Google Play is absent on purpose — Google publishes no chart list, so there is nothing to read, and a number here would be invented.

Input parameters:

- `appId` (string, required): app id from list_apps
- `country` (string): country code, e.g. tr, us

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/net-storelift-storelift/storelift-mcp#diagnostics

## Score history

- 2026-09-20: 70
- 2026-09-19: 70
- 2026-09-18: 70
- 2026-09-17: 70
- 2026-09-16: 70
- 2026-09-15: 70
- 2026-09-14: 55
- 2026-09-13: 39
- 2026-09-12: 39
- 2026-09-11: 39
- 2026-09-10: 39
- 2026-09-09: 39
- 2026-09-08: 39
- 2026-09-07: 39
- 2026-09-06: 39
- 2026-09-05: 39
- 2026-09-04: 39
- 2026-09-03: 39
- 2026-09-02: 39
- 2026-09-01: 39
- 2026-08-31: 39
- 2026-08-30: 39
- 2026-08-29: 39
- 2026-08-28: 39
- 2026-08-27: 39
- 2026-08-26: 24

## Common questions

### What is the net.storelift/storelift MCP server?

net.storelift/storelift is an MCP server listed in the public MCP registry as net.storelift/storelift. App Store & Google Play keyword ranks, rivals, reviews, charts and AI visibility as an MCP server. This page covers its npm package (storelift-mcp).

### Is the net.storelift/storelift MCP server safe to use?

net.storelift/storelift scores 70 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. 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 net.storelift/storelift MCP server expose?

net.storelift/storelift exposes 8 tools: list_apps, get_keywords, get_rivals, get_ai_visibility, get_history, and 3 more. Their descriptions and schemas cost roughly 798 tokens of context every time the server is loaded.

### Is the net.storelift/storelift MCP server still maintained?

net.storelift/storelift is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the net.storelift/storelift MCP server under?

net.storelift/storelift declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/storelift-mcp
- Socket report: https://socket.dev/npm/package/storelift-mcp
- Repository: https://github.com/vom-core/storelift-mcp
- Website: https://storelift.net/
- Changelog RSS feed: https://verifymcp.io/servers/net-storelift-storelift/storelift-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/net-storelift-storelift/storelift-mcp.json
- HTML version of this page: https://verifymcp.io/servers/net-storelift-storelift/storelift-mcp
