App Market Intelligence MCP

by JiantaoFu
Verified

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.

Integrations

  • Enables retrieval and analysis of Android application data, including top paid games and other Android-specific app metrics.

  • Provides comprehensive market intelligence from the Apple App Store, including detailed app information, app lists from iTunes collections, search functionality, developer apps, privacy details, search suggestions, similar apps, reviews, ratings, and version history.

  • Offers extensive market intelligence from the Google Play Store, including detailed app information, collection listings, search capabilities, developer apps, search suggestions, reviews, similar apps, permissions, data safety information, and category listings.

应用市场情报 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 类别获取类别列表

用法

启动 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-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

Docker

{ "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

MCP 服务器通过分析来自 Apple App Store 和 Google Play Store 的数据来提供全面的市场情报,使用户能够研究应用程序、跟踪市场趋势、研究竞争对手并了解移动市场上的用户反馈。

  1. API Coverage
    1. App Store API Coverage
    2. Google Play API Coverage
  2. Usage
    1. Usage Examples
      1. Test with MCP Inspector
        1. Test with mcp-cli
          1. Usage with Claude Desktop
            1. Installing via Smithery
            2. Docker
            3. NPX
          2. Build
            1. Error Handling
              1. Contributing
                1. License
                  ID: 64303z69cv