Skip to main content
Glama

App Market Intelligence MCP

google-play-search

Search Google Play Store for apps using customizable filters like price, language, and country to retrieve app details, metadata, and links for market research and competitive analysis.

Instructions

Search for apps on Google Play. Returns a list of apps with:

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

Input Schema

NameRequiredDescriptionDefault
countryNoCountry code to get results from (default: us)us
fullDetailNoInclude full app details in results (default: false)
langNoLanguage code for result text (default: en)en
numNoNumber of results to retrieve (default: 20, max: 250)
priceNoFilter by price: all, free, or paid (default: all)all
termYesSearch term to query apps

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" }, "fullDetail": { "default": false, "description": "Include full app details in results (default: false)", "type": "boolean" }, "lang": { "default": "en", "description": "Language code for result text (default: en)", "type": "string" }, "num": { "default": 20, "description": "Number of results to retrieve (default: 20, max: 250)", "type": "number" }, "price": { "default": "all", "description": "Filter by price: all, free, or paid (default: all)", "enum": [ "all", "free", "paid" ], "type": "string" }, "term": { "description": "Search term to query apps", "type": "string" } }, "required": [ "term" ], "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