Skip to main content
Glama
vom-core

storelift-mcp

by vom-core

storelift-mcp

App Store 与 Google Play 排名数据,以 MCP 服务器形式提供。问问你的助手:你在哪些关键词上排名下滑、谁排名比你高,以及 AI 助手是否提及你的应用——无需打开仪表盘。

Storelift 提供支持,它每晚测量关键词排名、竞争对手和 AI 可见度。无需商店凭据——排名从公开商店页面读取。

要求

  • 一个 Studio 计划(该计划已启用公共 API)

  • 一个 API 密钥:Storelift → 设置 → API 密钥 → 生成密钥

Related MCP server: Store Scraper MCP

安装

Claude Code:

claude mcp add storelift -e STORELIFT_API_KEY=sl_live_... -- npx -y storelift-mcp

Claude Desktop(claude_desktop_config.json):

{
  "mcpServers": {
    "storelift": {
      "command": "npx",
      "args": ["-y", "storelift-mcp"],
      "env": { "STORELIFT_API_KEY": "sl_live_..." }
    }
  }
}

工具

工具

返回

list_apps

被追踪的应用(id、name、countries、keywords)

get_keywords

一个应用在一个国家/地区内的关键词排名

get_rivals

排名高于你的应用,以及它们和你的排名

get_ai_visibility

助手是否会提到你的应用,按引擎区分(Claude / ChatGPT / Gemini)

get_history

排名历史,[day, rank] 数据点

解读数据

关键词结果包含三种不同的状态,它们并不是一回事:

  • measured: false — 查询无法被测量

  • rank: nullmeasured: true)— 已测量,但未出现在顶部结果中

  • rank: <number> — 排名

把未测量的日期当作零会产生错误的图表。工具描述中重复提示这一点,以免模型把三种状态混为一谈。

AI 可见度是一种观察结果,而非排名:模型的知识在某个日期被固化,且每次回答并不完全相同。请阅读趋势,而不是单次测量。

配置

变量

默认值

用途

STORELIFT_API_KEY

必需;若未设置,服务器会退出并显示消息

STORELIFT_API

https://storelift.net

覆盖 API 基础地址

无依赖——单个文件通过 stdio 进行 JSON-RPC 通信。用 node index.mjs 运行与通过 npx 运行同样可行。

注册表

已发布到官方 MCP Registry,名称为 net.storelift/storelift。清单文件是此仓库中的 server.json

源码

github.com/vom-core/storelift-mcp — 一个文件,无依赖。运行前请先阅读。

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables access to Astro's App Store Optimization (ASO) database for analyzing app rankings, keyword trends, historical performance data, and app ratings. Provides comprehensive tools for tracking and comparing app store performance metrics through natural language queries.
    61
    28
    MIT
  • F
    license
    C
    quality
    D
    maintenance
    Enables querying and retrieving data from App Store and Google Play Store, including app details, reviews, ratings, rankings, permissions, and search capabilities across both iOS and Android platforms.
    20
  • A
    license
    A
    quality
    B
    maintenance
    Provides App Store Optimization tools for AI agents, enabling app lookup, keyword research, ASO audit, review mining, and revenue estimation across iOS and Google Play.
    43
    426
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI agents to query live App Store and Google Play data, including app search, revenue/download metrics, keyword difficulty, and reviews, via a hosted MCP server with API-key authentication.
    76
    MIT

View all related MCP servers

Related MCP Connectors

  • ASO tools for AI agents: keyword research, rank tracking, competitor analysis (iOS & Android).

  • Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews.

  • ASO analytics and App Store optimization tools for indie iOS developers and AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vom-core/storelift-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server