storelift-mcp
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-mcpClaude Desktop(claude_desktop_config.json):
{
"mcpServers": {
"storelift": {
"command": "npx",
"args": ["-y", "storelift-mcp"],
"env": { "STORELIFT_API_KEY": "sl_live_..." }
}
}
}工具
工具 | 返回 |
| 被追踪的应用(id、name、countries、keywords) |
| 一个应用在一个国家/地区内的关键词排名 |
| 排名高于你的应用,以及它们和你的排名 |
| 助手是否会提到你的应用,按引擎区分(Claude / ChatGPT / Gemini) |
| 排名历史, |
解读数据
关键词结果包含三种不同的状态,它们并不是一回事:
measured: false— 查询无法被测量rank: null(measured: true)— 已测量,但未出现在顶部结果中rank: <number>— 排名
把未测量的日期当作零会产生错误的图表。工具描述中重复提示这一点,以免模型把三种状态混为一谈。
AI 可见度是一种观察结果,而非排名:模型的知识在某个日期被固化,且每次回答并不完全相同。请阅读趋势,而不是单次测量。
配置
变量 | 默认值 | 用途 |
| — | 必需;若未设置,服务器会退出并显示消息 |
|
| 覆盖 API 基础地址 |
无依赖——单个文件通过 stdio 进行 JSON-RPC 通信。用 node index.mjs 运行与通过 npx 运行同样可行。
注册表
已发布到官方 MCP Registry,名称为 net.storelift/storelift。清单文件是此仓库中的 server.json。
源码
github.com/vom-core/storelift-mcp — 一个文件,无依赖。运行前请先阅读。
许可证
MIT
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityFmaintenanceEnables 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.6128MIT
- FlicenseCqualityDmaintenanceEnables 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

@sonarapp/mcpofficial
AlicenseAqualityBmaintenanceProvides App Store Optimization tools for AI agents, enabling app lookup, keyword research, ASO audit, review mining, and revenue estimation across iOS and Google Play.43426MIT
GetAppNiche MCPofficial
AlicenseNot gradedqualityAmaintenanceEnables 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.76MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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