Skip to main content
Glama

App Market Intelligence MCP

アプリ市場インテリジェンスMCP

Apple App StoreとGoogle Play Storeの両方からのデータを分析し、包括的な市場情報を提供するMCPサーバー。主要なモバイルアプリマーケットプレイスにおけるアプリ、市場トレンド、競合他社、ユーザーフィードバックに関する洞察を得ることができます。

APIカバレッジ

App Store API カバレッジ

API関数実装済みMCPツール名説明
アプリアプリストアの詳細App Storeアプリの詳細情報を取得する
リストアプリストアリストiTunesコレクションからアプリを取得する
検索アプリストア検索App Storeでアプリを検索する
開発者アプリストア開発者開発者によるアプリを入手する
プライバシーアプリストアのプライバシーアプリのプライバシーの詳細を取得する
提案するアプリストアのおすすめ検索候補を取得する
似ているアプリストア類似品類似アプリを入手
レビューアプリストアのレビューアプリのレビューを取得する
評価アプリストアの評価アプリの評価を取得する
バージョン履歴アプリストアのバージョン履歴アプリのバージョン履歴を取得する

Google Play API の対象範囲

API関数実装済みMCPツール名説明
アプリGoogle Playの詳細アプリの詳細情報を取得する
リストGoogle Play リストコレクションからアプリを取得する
検索Google Play 検索アプリを検索
開発者Google Play デベロッパー開発者別にアプリを入手
提案するGoogle Play サジェスト検索候補を取得する
レビューGoogle Playのレビューアプリのレビューを取得する
似ているGoogle Play 類似品類似アプリを入手
権限Google Play の権限アプリの権限を取得する
データセーフティGoogle Play のデータ安全性データの安全性に関する情報を入手する
カテゴリーGoogle Play カテゴリカテゴリのリストを取得する

使用法

MCP サーバーを起動します。

node src/server.js

サーバーは、あらゆるMCPクライアントから使用できるツールを公開しています。例えば、Claude for Desktopを使用すると、次のことが可能になります。

  • 両方のストアでアプリを検索
  • アプリの詳細情報を取得する
  • レビューと評価を読む
  • 類似アプリを探す
  • アプリのプライバシーと権限を確認する
  • その他

使用例

// Get top free iOS apps { "name": "app-store-list", "params": { "collection": "topfreeapplications", "num": 10 } } // Get top paid Android games { "name": "google-play-list", "params": { "collection": "TOP_PAID", "category": "GAME", "num": 10 } }

MCP Inspectorでテストする

npm run test:inspector

MCP検査官

mcp-cliでテストする

npx @wong2/mcp-cli npx -y "app-insight-mcp"

Claude Desktopでの使用

これをclaude_desktop_config.jsonに追加します:

Smithery経由でインストール

Smithery経由で Claude Desktop の App Market Intelligence を自動的にインストールするには:

npx -y @smithery/cli install @JiantaoFu/appinsightmcp --client claude

ドッカー

{ "mcpServers": { "app-insight-mcp": { "command": "docker", "args": [ "run", "-i", "--rm", "app-insight-mcp" ] } } }

NPX

{ "mcpServers": { "app-insight-mcp": { "command": "npx", "args": [ "-y", "@jeromyfu/app-insight-mcp" ] } } }

建てる

Dockerビルド:

docker build -t app-insight-mcp -f Dockerfile .

エラー処理

すべてのツールにはエラー処理が含まれており、次の場合に適切なエラー メッセージを返します。

  • 必要なパラメータが不足しています
  • API呼び出しが失敗する
  • レート制限に達した
  • 無効なIDまたはパラメータが指定されました

貢献

以下の方法でお気軽に貢献してください:

  1. 不足している機能の実装
  2. エラー処理の改善
  3. API機能の追加
  4. ドキュメントの強化

ライセンス

マサチューセッツ工科大学

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Apple App Store と Google Play Store の両方からのデータを分析して包括的な市場情報を提供する MCP サーバー。これにより、ユーザーはアプリを調査し、市場動向を追跡し、競合他社を調査し、モバイル マーケットプレイス全体でのユーザー フィードバックを理解できるようになります。

  1. APIカバレッジ
    1. App Store API カバレッジ
    2. Google Play API の対象範囲
  2. 使用法
    1. 使用例
      1. MCP Inspectorでテストする
        1. mcp-cliでテストする
          1. Claude Desktopでの使用
            1. Smithery経由でインストール
            2. ドッカー
            3. NPX
          2. 建てる
            1. エラー処理
              1. 貢献
                1. ライセンス

                  Related MCP Servers

                  • -
                    security
                    A
                    license
                    -
                    quality
                    This MCP server connects clients with Shopify store data, enabling retrieval of product and customer information via exposed tools.
                    Last updated -
                    2
                    Python
                    MIT License
                  • A
                    security
                    A
                    license
                    A
                    quality
                    An MCP server implementation that enables access to DexScreener API data, providing real-time information on DEX pairs, token profiles, and market statistics across multiple blockchains.
                    Last updated -
                    7
                    6
                    JavaScript
                    The Unlicense
                  • -
                    security
                    A
                    license
                    -
                    quality
                    An MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.
                    Last updated -
                    Python
                    MIT License
                    • Linux
                    • Apple
                  • -
                    security
                    F
                    license
                    -
                    quality
                    An MCP server that monitors and provides analytics on weekly report submissions in a Google Sheet, allowing users to check missing submissions, view statistics, and track individual reporting status.
                    Last updated -
                    Python

                  View all related MCP servers

                  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/JiantaoFu/AppInsightMCP'

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