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 カテゴリ | カテゴリのリストを取得する |
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 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またはパラメータが指定されました
貢献
以下の方法でお気軽に貢献してください:
不足している機能の実装
エラー処理の改善
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