Skip to main content
Glama

App Market Intelligence MCP

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
appapp-store-detailsGet detailed information about an App Store app
listapp-store-listRetrieve apps from iTunes collections
searchapp-store-searchSearch for apps on the App Store
developerapp-store-developerGet apps by a developer
privacyapp-store-privacyGet privacy details for an app
suggestapp-store-suggestGet search suggestions
similarapp-store-similarGet similar apps
reviewsapp-store-reviewsGet app reviews
ratingsapp-store-ratingsGet app ratings
versionHistoryapp-store-version-historyGet app version history

Google Play API Coverage

API FunctionImplementedMCP Tool NameDescription
appgoogle-play-detailsGet detailed app information
listgoogle-play-listRetrieve apps from collections
searchgoogle-play-searchSearch for apps
developergoogle-play-developerGet apps by developer
suggestgoogle-play-suggestGet search suggestions
reviewsgoogle-play-reviewsGet app reviews
similargoogle-play-similarGet similar apps
permissionsgoogle-play-permissionsGet app permissions
datasafetygoogle-play-datasafetyGet data safety information
categoriesgoogle-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

-
security - not tested
F
license - not found
-
quality - not tested

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.

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.

  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

                  Related MCP Servers

                  • -
                    security
                    A
                    license
                    -
                    quality
                    MCP server that provides AI assistants access to stock market data including financial statements, stock prices, and market news through a Model Context Protocol interface.
                    Last updated -
                    433
                    Python
                    MIT License
                    • Apple
                  • A
                    security
                    A
                    license
                    A
                    quality
                    An MCP server that provides comprehensive financial insights and analysis by leveraging real-time market data, news, and advanced analytics for stocks, options, financial statements, and economic indicators.
                    Last updated -
                    17
                    40
                    Python
                    MIT License
                    • Apple
                  • -
                    security
                    F
                    license
                    -
                    quality
                    An MCP server that provides access to Google Cloud Monitoring API, enabling interaction with cloud resources monitoring data through natural language commands.
                    Last updated -
                    Python
                    • Linux
                    • Apple
                  • -
                    security
                    F
                    license
                    -
                    quality
                    An MCP server that enables querying and managing relationships between websites and mobile apps through Google's Digital Asset Links API, auto-generated using AG2's MCP builder.
                    Last updated -
                    Python
                    • Linux
                    • Apple

                  View all related MCP servers

                  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