Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

net.storelift/storelift

NPM · STORELIFT-MCP · 2 COMPONENTS · SCANNED SEP 20

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

+31 this week 70 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability88
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 798 tokens (~99/item across 8 items; 8 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail

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.

npm · storelift-mcp

# add to Claude Code
claude mcp add net-storelift-storelift -- npx -y storelift-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "net-storelift-storelift": {
      "command": "npx",
      "args": [
        "-y",
        "storelift-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "net-storelift-storelift": {
      "command": "npx",
      "args": [
        "-y",
        "storelift-mcp"
      ]
    }
  }
}
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add net-storelift-storelift --command npx --arg -y --arg storelift-mcp
# ~/.hermes/config.yaml
mcp_servers:
  net-storelift-storelift:
    command: "npx"
    args: ["-y", "storelift-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "net-storelift-storelift": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "storelift-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add net-storelift-storelift -t stdio -c npx -a -y storelift-mcp
// mcp.json
{
  "mcpServers": {
    "net-storelift-storelift": {
      "command": "npx",
      "args": [
        "-y",
        "storelift-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 14 Sept 26 +16
    • Malware scan: pass → unverified security
    • 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). security
    • MCP protocol: unverified → fail functional
    • Tool coverage: unverified → 100 functional
    • 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 functional
  • 10 Sept 26 0
    • 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. security
    • 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. functional
  • 9 Sept 26 0
    • 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. security
    • 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 functional
  • 27 Aug 26 +15
    • Malware scan: unverified → pass security
  • 26 Aug 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/storelift-mcp@1.1.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 8 exposed · ~798 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_ai_visibility ~105

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.

NameTypeReqDescription
appIdstringyesapp id from list_apps
countrystringcountry code, e.g. tr, us

No output schema declared.

No examples provided.

get_charts ~95

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.

NameTypeReqDescription
appIdstringyesapp id from list_apps
countrystringcountry code, e.g. tr, us

No output schema declared.

No examples provided.

get_history ~77

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.

NameTypeReqDescription
appIdstringyesapp id from list_apps
countrystringcountry code, e.g. tr, us

No output schema declared.

No examples provided.

get_keywords ~127

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.

NameTypeReqDescription
appIdstringyesapp id from list_apps
countrystringcountry code, e.g. tr, us (defaults to the app's first country)
platformstringdefaults to ios

No output schema declared.

No examples provided.

get_reviews ~121

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.

NameTypeReqDescription
appIdstringyesapp id from list_apps
countrystringcountry code, e.g. tr, us

No output schema declared.

No examples provided.

get_rivals ~98

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.

NameTypeReqDescription
appIdstringyesapp id from list_apps
countrystringcountry code, e.g. tr, us
platformstringdefaults to ios

No output schema declared.

No examples provided.

get_store_page ~135

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.

NameTypeReqDescription
appIdstringyesapp id from list_apps
countrystringcountry code, e.g. tr, us

No output schema declared.

No examples provided.

list_apps ~40

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

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.