Skip to main content
Glama

App Market Intelligence MCP

google-play-similar

Analyze competitor apps on Google Play by retrieving similar apps with key details like ratings, descriptions, pricing, and developer info to enhance market research and strategy.

Instructions

Get similar apps from Google Play. Returns a list of apps with:

  • url: Play Store URL
  • appId: Package name (e.g. 'com.company.app')
  • summary: Short description
  • developer: Developer name
  • developerId: Developer ID
  • icon: Icon image URL
  • score: Rating (0-5)
  • scoreText: Rating display text
  • priceText: Price display text
  • free: Boolean indicating if app is free

Input Schema

NameRequiredDescriptionDefault
appIdYesGoogle Play package name (e.g., 'com.dxco.pandavszombies')
countryNoCountry code to get results from (default: us)us
fullDetailNoInclude full app details in results (default: false), If fullDetail is true, includes all fields from app details endpoint.
langNoLanguage code for result text (default: en)en

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "Google Play package name (e.g., 'com.dxco.pandavszombies')", "type": "string" }, "country": { "default": "us", "description": "Country code to get results from (default: us)", "type": "string" }, "fullDetail": { "default": false, "description": "Include full app details in results (default: false), If fullDetail is true, includes all fields from app details endpoint.", "type": "boolean" }, "lang": { "default": "en", "description": "Language code for result text (default: en)", "type": "string" } }, "required": [ "appId" ], "type": "object" }

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