Skip to main content
Glama

mcp-appstore

by appreply-co

get_similar_apps

Find similar apps on iOS or Android by entering an app ID, platform, and optional parameters like country, language, and result count. Ideal for competitive analysis or app discovery.

Input Schema

NameRequiredDescriptionDefault
appIdYesThe unique identifier for the app (Android package name, iOS numeric ID or bundle ID).
countryNoTwo-letter country code for the App Store/Play Store region. Default 'us'.us
langNoLanguage code for the results. Default 'en'.en
numNoNumber of similar apps to return (default 20).
platformYesThe platform of the app ('ios' or 'android').

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "The unique identifier for the app (Android package name, iOS numeric ID or bundle ID).", "type": "string" }, "country": { "default": "us", "description": "Two-letter country code for the App Store/Play Store region. Default 'us'.", "maxLength": 2, "minLength": 2, "type": "string" }, "lang": { "default": "en", "description": "Language code for the results. Default 'en'.", "type": "string" }, "num": { "default": 20, "description": "Number of similar apps to return (default 20).", "type": "number" }, "platform": { "description": "The platform of the app ('ios' or 'android').", "enum": [ "ios", "android" ], "type": "string" } }, "required": [ "appId", "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