INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://mcp.myappstoreranking.com/mcp
Connect to this endpoint to inspect the live schema for get_daily_report and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.myappstoreranking]
url = "https://mcp.myappstoreranking.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"myappstoreranking": {
"type": "http",
"url": "https://mcp.myappstoreranking.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: myappstoreranking
Remote MCP URL: https://mcp.myappstoreranking.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"myappstoreranking": {
"url": "https://mcp.myappstoreranking.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"myappstoreranking": {
"type": "http",
"url": "https://mcp.myappstoreranking.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "myappstoreranking",
"transport": "streamable-http",
"url": "https://mcp.myappstoreranking.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.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.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.get_app_history— Raw rank observations, newest first, for trend questions.get_chart_top— Who ranks in a given country, platform, chart type and category on a given day, flagging the rows the user tracks.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 lead.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.list_reference_data— The enum values every other tool accepts.