App install estimates assistants can query by package id

Mobile teams track growth by bundle id, not by marketing nicknames. Source app downloads expects Android package identifiers so assistants return install-trend style signals without confusing display names from the Play Store.

Mobile analytics need precise identifiers

Marketing names collide. Package ids do not. Trends MCP documents source: "app downloads" under Data Sources with the Android-track expectation spelled out.

Assistant workflow

Growth PMs paste Play Store URLs into chat, extract the id parameter, then call get_growth. Investors compare two bundle ids before earnings. Support bots refuse to guess ids when the user only offers a nickname.

Related pages

App download trends, App store trends, App growth intelligence. Hub: MCP trend tools for assistants.

get_trends

Plot install-related momentum for a mobile product across quarters.

get_trends(keyword='com.duolingo', source='app downloads', data_mode='weekly')

get_growth

Score whether an app reaccelerated after a feature launch.

get_growth(keyword='com.duolingo', source='app downloads', percent_growth=['1M', '3M', '12M'])

get_ranked_trends

Discover package ids climbing fastest when analysts scan the mobile market.

get_ranked_trends(source='app downloads', sort='mom_pct_change', limit=20)

get_top_trends

Read App Store or Google Play chart leaders for live mobile context.

get_top_trends(type='Google Play', limit=25)

Common questions

Package id or app identifier as the docs describe, typically the Android bundle string such as com.example.app, not the consumer-facing title.
app downloads with a space between words, per trendsmcp.ai/docs.
Use get_top_trends with App Store Top Free or Top Paid for chart snapshots, while app downloads covers the Android install track. Narrate the two channels separately because the schemas differ.
Ask them to supply the Play Store package id from the store URL before calling the tool so the pipeline resolves the correct entity.
Get App install estimates assistants can query by package id in 30 seconds
Free tier includes 100 requests per month. No credit card required. Works with Claude, Cursor, ChatGPT, Raycast, and every MCP client.
Get your free API key