storelift-mcp
storelift-mcp
App Store 및 Google Play 순위 데이터를 MCP 서버로 제공합니다. 대시보드를 열지 않고도 어떤 키워드에서 순위가 떨어졌는지, 누가 여러분보다 높은 순위인지, AI 어시스턴트가 여러분의 앱을 언급하는지조차 어시스턴트에게 물어보세요.
Storelift 기반 서비스로, 매일 밤 키워드 순위, 경쟁 앱, AI 가시성을 측정합니다. 스토어 인증 정보가 필요 없습니다 — 순위는 공개 스토어에서 읽어옵니다.
요구 사항
Studio 요금제 (해당 요금제에서는 Public API가 활성화됩니다)
API 키: Storelift → Settings → API keys → Generate key
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>— 순위
측정되지 않은 날을 0으로 세면 잘못된 차트가 만들어집니다. 도구 설명은 이 점을 반복해서 명시하여 모델이 세 상태를 하나로 합쳐 버리지 않도록 합니다.
AI 가시성은 순위가 아니라 관측값입니다. 모델의 지식은 특정 날짜에 고정되어 있으며 답변은 매번 동일하지 않습니다. 단일 측정값이 아닌 추세를 읽으세요.
구성
변수 | 기본값 | 용도 |
| — | 필수; 설정되지 않으면 서버가 메시지를 출력하고 종료합니다 |
|
| API 기본 URL 재정의 |
의존성 없음 — stdio를 통해 JSON-RPC로 통신하는 단일 파일입니다. node index.mjs로도 npx로도 동일하게 실행됩니다.
레지스트리
공식 MCP 레지스트리에 net.storelift/storelift로 게시되어 있습니다.
소스
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