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 类别 | 获取类别列表 |
Related MCP server: mcp-appstore
用法
启动 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 claudeDocker
{
"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 或参数无效
贡献
欢迎通过以下方式做出贡献:
实现缺失的功能
改进错误处理
添加更多 API 功能
增强文档
执照
麻省理工学院
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
- AlicenseBqualityFmaintenanceAn MCP server to communicate with the App Store Connect API for iOS Developers2582330MIT
- AlicenseCqualityBmaintenanceThis is an MCP (Model Context Protocol) server that provides tools for searching and analyzing apps from both the Google Play Store and Apple App Store.1167MIT
- AlicenseBqualityBmaintenanceMCP server that scrapes app data from Google Play and Apple App Store, providing tools for search, details, reviews, and similar apps.814MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server for App Store Optimization that provides keyword research, competitor analysis, review sentiment, and metadata optimization using real App Store data without requiring an API key.294MIT
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews.
Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent.
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/JiantaoFu/AppInsightMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server