# My App Store Ranking MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-myappstoreranking-myappstoreranking
- Website: https://myappstoreranking.com/docs/mcp

## Install
- Endpoint: https://mcp.myappstoreranking.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.myappstoreranking.com/mcp

## Tools
- list_my_apps (List the apps the user tracks) - 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 by the appStoreId returned here.

Example question: "Which apps am I tracking?" Endpoint: https://mcp.myappstoreranking.com/mcp
- get_apps_overview (Portfolio summary for every tracked app over a date window) - 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 this for 'how is my portfolio doing', then get_app_country_ranks to drill into one app.

Example question: "How did my apps do over the last 7 days?" Endpoint: https://mcp.myappstoreranking.com/mcp
- get_app_country_ranks (Per-country and per-platform best ranks for one app) - 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 untracked apps return a single recent day rather than a full window.

Example question: "Where does my app rank across Europe right now?" Endpoint: https://mcp.myappstoreranking.com/mcp
- get_app_history (Day-by-day chart positions for one tracked app) - 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 the user tracks have history.

Example question: "Show my app's daily rank in France over the last month." Endpoint: https://mcp.myappstoreranking.com/mcp
- get_chart_top (The top of one store chart on one day) - 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 codes, platforms and category ids.

Example question: "Who is in the French Music top chart on iPhone today?" Endpoint: https://mcp.myappstoreranking.com/mcp
- get_rivals (Apps that share charts with the user's apps and outrank them) - 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 lead.

Example question: "Who is beating my app right now, and by how much?" Endpoint: https://mcp.myappstoreranking.com/mcp
- get_leaders (Leaderboard for one chart over a window, with new entrants) - 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 tool for 'who moved into the top 10 this week'.

Example question: "Who moved into the French Music top 10 this week?" Endpoint: https://mcp.myappstoreranking.com/mcp
- get_daily_report (The user's daily or weekly report, as structured data) - 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 overnight' digest.

Example question: "What happened with my apps overnight?" Endpoint: https://mcp.myappstoreranking.com/mcp
- list_reference_data (Valid countries, platforms, chart types and categories) - 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. Endpoint: https://mcp.myappstoreranking.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.myappstoreranking
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 31, 2026
- Source: https://registry.modelcontextprotocol.io
