Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Semgrep MCP Server
  • TripAdvisor Vacation Planner MCP Server
  • Gemini MCP Image Generation Server
  • OWASP Cheatsheets MCP Server
  • XTBApiServer
Back to MCP Servers
App Market Intelligence MCP

App Market Intelligence MCP

Public
JiantaoFu/AppInsightMCP

An MCP server that provides comprehensive market intelligence by analyzing data from both the Apple App Store and Google Play Store, enabling users to research apps, track market trends, study competitors, and understand user feedback across mobile marketplaces.

Verified
javascript
0 tools
May 30, 2025
Updated May 30, 2025

App Market Intelligence MCP

An MCP server that provides comprehensive market intelligence by analyzing data from both the Apple App Store and Google Play Store. Get insights about apps, market trends, competitors, and user feedback across the major mobile app marketplaces.

API Coverage

App Store API Coverage

API FunctionImplementedMCP Tool NameDescription
app✅app-store-detailsGet detailed information about an App Store app
list✅app-store-listRetrieve apps from iTunes collections
search✅app-store-searchSearch for apps on the App Store
developer✅app-store-developerGet apps by a developer
privacy✅app-store-privacyGet privacy details for an app
suggest✅app-store-suggestGet search suggestions
similar✅app-store-similarGet similar apps
reviews✅app-store-reviewsGet app reviews
ratings✅app-store-ratingsGet app ratings
versionHistory✅app-store-version-historyGet app version history

Google Play API Coverage

API FunctionImplementedMCP Tool NameDescription
app✅google-play-detailsGet detailed app information
list✅google-play-listRetrieve apps from collections
search✅google-play-searchSearch for apps
developer✅google-play-developerGet apps by developer
suggest✅google-play-suggestGet search suggestions
reviews✅google-play-reviewsGet app reviews
similar✅google-play-similarGet similar apps
permissions✅google-play-permissionsGet app permissions
datasafety✅google-play-datasafetyGet data safety information
categories✅google-play-categoriesGet list of categories

Usage

Start the MCP server:

node src/server.js

The server exposes tools that can be used through any MCP client. For example, using Claude for Desktop, you can:

  • Search for apps across both stores
  • Get detailed app information
  • Read reviews and ratings
  • Find similar apps
  • Check app privacy and permissions
  • And more

Usage Examples

// 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 } }

Test with MCP Inspector

npm run test:inspector

MCP Inspector

Test with mcp-cli

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

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

Installing via Smithery

To install App Market Intelligence for Claude Desktop automatically via Smithery:

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" ] } } }

Build

Docker build:

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

Error Handling

All tools include error handling and will return appropriate error messages if:

  • Required parameters are missing
  • API calls fail
  • Rate limits are hit
  • Invalid IDs or parameters are provided

Contributing

Feel free to contribute by:

  1. Implementing missing features
  2. Improving error handling
  3. Adding more API capabilities
  4. Enhancing documentation

License

MIT

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Semgrep MCP Server
    Semgrep MCP Server

    An MCP server that provides a comprehensive interface to Semgrep, enabling users to scan code for se...

    6 tools
    Added May 30, 2025
  • TripAdvisor Vacation Planner MCP Server
    TripAdvisor Vacation Planner MCP Server

    This MCP server provides access to TripAdvisor data for planning vacations, enabling users to search...

    Added May 30, 2025
  • Gemini MCP Image Generation Server
    Gemini MCP Image Generation Server

    A Model Context Protocol server that provides image generation capabilities using Google's Gemini 2 ...

    1 tools
    Added May 30, 2025
  • OWASP Cheatsheets MCP Server
    OWASP Cheatsheets MCP Server

    A minimal Model Context Protocol server that provides access to OWASP security cheat sheets through ...

    Added May 30, 2025
  • XTBApiServer
    XTBApiServer

    An MCP server that exposes the XTB trading API, allowing users to interact with their XTB trading ac...

    Added May 30, 2025