Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

My App Store Ranking

com.myappstoreranking/myappstoreranking

Access to your Apple App Store and Google Play Store rankings, competitors and chart moves.

Uptime
100.0%
1 direct probes · 30d
Response
94ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

list_my_apps

Returns every tracked app with its store id, store, platforms, categories and whether it is one of the user's own apps or a competitor they watch. Call this first: every other tool identifies an app b…

get_apps_overview

One row per tracked app: how many countries it charted in, how many top 5 and top 25 placements it holds, the change against the equal-length window before, and its single best chart position. Use thi…

get_app_country_ranks

The country grid for a single app over a date window, with the previous window's rank for comparison, plus the per-platform breakdown. Works for any app in the catalog, not only tracked ones, but untr…

get_app_history

Raw rank observations, newest first, for trend questions. Filter by country, platform, chart type or category, because an unfiltered portfolio-wide history is large and will be truncated. Only apps th…

get_chart_top

Who ranks in a given country, platform, chart type and category on a given day, flagging the rows the user tracks. Defaults to the most recent captured day. Use list_reference_data for valid country c…

get_rivals

Competitors discovered from the data rather than declared: apps that appear in the same charts as the user's own apps and sit ahead of them, ranked by relevance, with how often and by how much they le…

get_leaders

Which apps dominated a chart over a date window: median rank, best rank, days present, days at number one, movement against the previous window, and whether the app is new to the chart. This is the to…

get_daily_report

The same analysis the user's email report is built from: portfolio summary, what needs attention, wins, competitor movements and new entrants. The best single call for a scheduled 'what happened overn…

list_reference_data

The enum values every other tool accepts. Call this before guessing a country code or category id: invalid parameters fail, and failed calls still count against the daily quota.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "my_app_store_ranking": {
      "url": "https://mcp.myappstoreranking.com/mcp",
      "transport": "streamable-http"
    }
  }
}