Skip to main content
Glama

App Market Intelligence MCP

app-store-developer

Retrieve detailed data on apps by a specific developer from the App Store, including IDs, titles, descriptions, prices, and release dates to support market analysis and competitor research.

Instructions

Get apps by a developer on 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
countryNoCountry code to get app details from (default: us). Also affects data language.us
devIdYesiTunes artist ID of the developer (e.g., 284882218 for Facebook)
langNoLanguage code for result text. If not provided, uses country-specific language.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "country": { "default": "us", "description": "Country code to get app details from (default: us). Also affects data language.", "type": "string" }, "devId": { "description": "iTunes artist ID of the developer (e.g., 284882218 for Facebook)", "type": "string" }, "lang": { "description": "Language code for result text. If not provided, uses country-specific language.", "type": "string" } }, "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