Skip to main content
Glama

App Market Intelligence MCP

google-play-developer

Retrieve detailed app listings for a specific developer on Google Play. Access app URLs, package names, ratings, pricing, and more to analyze developer portfolios and market presence.

Instructions

Get apps by a developer on Google Play. Returns a list of apps with:

  • url: Play Store URL
  • appId: Package name (e.g. 'com.company.app')
  • title: App name
  • summary: Short app 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
countryNoCountry code to get results from (default: us)us
devIdYesDeveloper name (e.g., 'DxCo Games')
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
numNoNumber of results to retrieve (default: 60)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "country": { "default": "us", "description": "Country code to get results from (default: us)", "type": "string" }, "devId": { "description": "Developer name (e.g., 'DxCo Games')", "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" }, "num": { "default": 60, "description": "Number of results to retrieve (default: 60)", "type": "number" } }, "required": [ "devId" ], "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