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

1つのアプリの1つの国におけるキーワード順位

get_rivals

あなたより上位にランクインしているアプリと、その順位およびあなたの順位

get_ai_visibility

アシスタントがあなたのアプリを挙げるかどうか(エンジン別: Claude / ChatGPT / Gemini)

get_history

順位履歴、[day, rank] ポイント

データの読み取り方

キーワードの結果には3つの異なる状態があり、これらは同じものではありません:

  • measured: false — クエリが測定できなかった

  • rank: nullmeasured: true を伴う)— 測定済みだが、上位結果に含まれない

  • rank: <number> — 順位

未測定の日をゼロとして数えると、誤ったチャートになります。ツールの説明にはこのことが繰り返し書かれており、モデルが3つの状態を1つにまとめてしまわないようにしています。

AI可視性は順位ではなく観測結果です。モデルの知識はある日付で固定されており、回答は毎回同一ではありません。単一の測定値ではなくトレンドを読み取ってください。

設定

変数

デフォルト

目的

STORELIFT_API_KEY

必須。未設定の場合、サーバーはメッセージを表示して終了します

STORELIFT_API

https://storelift.net

API ベースを上書きします

依存関係なし——stdio 上で JSON-RPC を話す単一のファイルです。node index.mjs でも、npx 経由でも同様に実行できます。

レジストリ

公式 MCP レジストリに net.storelift/storelift として公開されています。

ソース

github.com/vom-core/storelift-mcp — 1ファイルで依存関係なし。実行する前に読んでください。

ライセンス

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