- Home
- MCP servers
- App Market Intelligence
App Market Intelligence
- javascript
21
GitHub Stars
javascript
Language
4 months ago
First Indexed
3 weeks ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"jiantaofu-appinsightmcp": {
"command": "node",
"args": [
"src/server.js"
]
}
}
}App Market Intelligence MCP analyzes data from the Apple App Store and Google Play Store to deliver insights on apps, market trends, competitors, and user feedback. You can query detailed app data, reviews, ratings, and privacy information across both stores, empowering informed decisions for app strategy and benchmarking.
How to use
You will interact with this MCP server through an MCP client. Start the server using the recommended startup method, then connect your client to execute actions such as searching for apps, retrieving detailed app data, reading reviews, and finding similar apps across both stores. Use the available tools to query app details, collections, categories, and more. The server combines data from the App Store and Google Play so you can compare offerings, track market trends, and analyze user feedback in one place.
How to install
Prerequisites: ensure you have Node.js and npm installed on your machine. You may also use MCP clients that support the standard MCP protocol.
Step 1: Clone or download the project directory that contains the MCP server files.
Step 2: Install dependencies.
Step 3: Start the MCP server using the recommended startup command.
Additional notes
The server exposes tools to interact with both the Apple App Store and Google Play Store APIs. You can perform actions such as: getting detailed app information, listing apps from collections, searching for apps, retrieving developer apps, reading reviews, checking privacy details, and finding similar apps across both stores.
Test and development: you can verify functionality with inspector tests and CLI helpers as described in the provided test commands.
Build and run tips: follow the standard development workflow for Node.js projects, build if required by your setup, and start the server to begin querying data.
Security and maintenance
Keep dependencies up to date and monitor rate limits or API usage to avoid interruptions. Handle any authentication or API keys as required by your client setup.
Available tools
app-store-details
Get detailed information about an App Store app.
app-store-list
Retrieve apps from iTunes collections.
app-store-search
Search for apps on the App Store.
app-store-developer
Get apps by a developer.
app-store-privacy
Get privacy details for an app.
app-store-suggest
Get search suggestions for App Store queries.
app-store-similar
Get similar apps to a given App Store app.
app-store-reviews
Get user reviews for an App Store app.
app-store-ratings
Get app ratings from the App Store.
app-store-version-history
Get version history for an App Store app.
google-play-details
Get detailed information about a Google Play app.
google-play-list
Retrieve apps from Google Play collections.
google-play-search
Search for apps on Google Play.
google-play-developer
Get apps by a Google Play developer.
google-play-suggest
Get search suggestions for Google Play.
google-play-reviews
Get user reviews for a Google Play app.
google-play-similar
Get similar apps to a Google Play app.
google-play-permissions
Get app permissions for Google Play apps.
google-play-datasafety
Get data safety information for Google Play apps.
google-play-categories
Get list of Google Play categories.