Skip to main content
Glama

mcp-appstore

by appreply-co

search_app

Search for apps on iOS and Android platforms by term, platform, and region. Specify number of results and country code to refine downloads and rankings.

Input Schema

NameRequiredDescriptionDefault
countryNoTwo-letter country code for the App Store/Play Store region (e.g., 'us', 'de', 'gb'). Affects ranking and availability. Default 'us'.us
numNoNumber of results to return (1-250, default 10). For Android max is 250, for iOS typically defaults to 50.
platformYesThe platform to search on ('ios' for Apple App Store, 'android' for Google Play Store).
termYesThe search term to look up (e.g., 'panda', 'spotify', 'photo editor'). This is required.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "country": { "default": "us", "description": "Two-letter country code for the App Store/Play Store region (e.g., 'us', 'de', 'gb'). Affects ranking and availability. Default 'us'.", "maxLength": 2, "minLength": 2, "type": "string" }, "num": { "default": 10, "description": "Number of results to return (1-250, default 10). For Android max is 250, for iOS typically defaults to 50.", "maximum": 250, "minimum": 1, "type": "number" }, "platform": { "description": "The platform to search on ('ios' for Apple App Store, 'android' for Google Play Store).", "enum": [ "ios", "android" ], "type": "string" }, "term": { "description": "The search term to look up (e.g., 'panda', 'spotify', 'photo editor'). This is required.", "type": "string" } }, "required": [ "term", "platform" ], "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/appreply-co/mcp-appstore'

If you have feedback or need assistance with the MCP directory API, please join our Discord server