Skip to main content
Glama

App Market Intelligence MCP

app-store-similar

Identify similar apps on the App Store based on 'customers also bought' data. Retrieve app details including ID, title, developer, category, price, and release date for market analysis.

Instructions

Get similar apps ('customers also bought') from the App Store. Returns a list of apps with:

  • id: App Store ID number
  • appId: Bundle ID (e.g. 'com.company.app')
  • title: App name
  • icon: Icon image URL
  • url: App Store URL
  • price: Price in USD
  • currency: Price currency code
  • free: Boolean indicating if app is free
  • description: App description
  • developer: Developer name
  • developerUrl: Developer's App Store URL
  • developerId: Developer's ID
  • genre: App category name
  • genreId: Category ID
  • released: Release date (ISO string)

Input Schema

NameRequiredDescriptionDefault
appIdNoBundle ID (e.g., 'com.midasplayer.apps.candycrushsaga'). Either this or id must be provided.
idNoNumeric App ID (e.g., 553834731). Either this or appId must be provided.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "Bundle ID (e.g., 'com.midasplayer.apps.candycrushsaga'). Either this or id must be provided.", "type": "string" }, "id": { "description": "Numeric App ID (e.g., 553834731). Either this or appId must be provided.", "type": "number" } }, "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