Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.appskyline/appskyline

com.appskyline/appskyline

Track app-store rankings, history, listing metadata, reviews and competitors across four stores.

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

Tools · 14

list_apps

List all Appskyline apps the authenticated user has access to. Returns a Markdown table of id, name, default locale, and the per-store ids (iOS App Store, Google Play, Microsoft Store) when set.

get_app

Fetch a single Appskyline app by id. Returns the app metadata formatted as Markdown (name, locales, per-store ids, creation/edit times).

list_keywords

List tracked keywords for an Appskyline app. Returns a Markdown table of id, term (searchTerms), language, country, and bid amount.

search_store_results

Run a live ranked search against the iOS App Store, macOS App Store, Google Play, or Microsoft Store via Appskyline without storing a search snapshot. Returns a Markdown table of rank, id, title, scor…

get_keyword_rank

Look up the current ranking of a specific Appskyline app for a keyword in a given store + country. Returns "App X ranks #N of M" or "not in top N" if the app does not appear in the scanned results.

get_keyword_history

Get the historical ranking timeseries for an app, term, and country across day-by-day snapshots stored by Appskyline. Returns a Markdown table of date, rank, and total results scanned that day.

get_keyword_overview

Look up monthly search volume, keyword difficulty, CPC and competition level for up to 50 search terms in one country. Values come from Appskyline's shared DataForSEO cache; terms missing or stale in …

get_store_listing

Fetch the public store listing for any app by its store-native id (not just apps tracked in Appskyline): title, developer, rating, price, version, release dates, genres, and truncated description / re…

get_store_metadata

Read the store-listing metadata Appskyline has synced for one of your apps — per locale name, subtitle, keywords (with their character count against Apple's 100-character limit), promotional text, rel…

get_app_engagement_summary

Summarize downloads, installs, uninstalls, crashes and other engagement totals reported by a store for one Appskyline app over a date window. Returns the aggregate totals, the most recent daily rows, …

list_google_play_reviews

List the most recent Google Play user reviews for one of your Appskyline apps: star rating, truncated review text, app version, device, reviewer language, and whether the developer has replied. Requir…

add_keyword

Add a new tracked keyword to an Appskyline app after explicit confirmation. This modifies the tracked set and is non-idempotent: calling with the same term twice creates two keyword rows.

delete_keyword

Permanently delete a tracked Appskyline keyword by id. Idempotent — deleting an already-deleted keyword is a no-op. This stops collecting new ranking snapshots; historical search rows in the *-searche…

show_app_overview

Render an interactive overview for a known Appskyline app. Use this after listing apps or when the user provides an Appskyline app id. It shows store identities and up to 50 tracked keywords.

Resources · 15

appskyline-app-overview ui://appskyline/app-overview-v13.html
appskyline-app-overview-v12 ui://appskyline/app-overview-v12.html
appskyline-app-overview-v11 ui://appskyline/app-overview-v11.html
appskyline-app-overview-v10 ui://appskyline/app-overview-v10.html
appskyline-app-overview-v9 ui://appskyline/app-overview-v9.html
appskyline-app-overview-v8 ui://appskyline/app-overview-v8.html
appskyline-keyword-rank

An inline Appskyline view that presents a keyword rank in a store.

ui://appskyline/keyword-rank-v6.html
appskyline-keyword-rank-v5

An inline Appskyline view that presents a keyword rank in a store.

ui://appskyline/keyword-rank-v5.html
appskyline-keyword-rank-v4

An inline Appskyline view that presents a keyword rank in a store.

ui://appskyline/keyword-rank-v4.html
appskyline-keyword-rank-v3

An inline Appskyline view that presents a keyword rank in a store.

ui://appskyline/keyword-rank-v3.html
appskyline-keyword-rank-v2

An inline Appskyline view that presents a keyword rank in a store.

ui://appskyline/keyword-rank-v2.html
skill-appskyline

Query and manage App Store Optimization data with the `appskyline` CLI — check where an app ranks for a keyword on the iOS App Store, macOS App Store, Google Play or Microsoft Store, list live top-N s…

skill://appskyline/appskyline/SKILL.md
skill-aso-research

Research and improve an app's App Store Optimization standing using AppSkyline — keyword ranks and history across the iOS App Store, macOS App Store, Google Play and Microsoft Store, search-volume and…

skill://appskyline/aso-research/SKILL.md
skill-store-listing-audit

Audit an iOS App Store, Mac App Store, Google Play, or Microsoft Store listing with AppSkyline. Use when asked to review an app title, subtitle, keyword field, description, localization, competitor po…

skill://appskyline/store-listing-audit/SKILL.md
appskyline-skills-index

Lists the skills this server publishes as skill:// resources.

skill://appskyline/index.json

How to use

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

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