LIVE ENDPOINT
https://mcp.appskyline.com/mcp
Connect to this endpoint to inspect the live schema for list_keywords and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.appskyline-mcp]
url = "https://mcp.appskyline.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"appskyline-mcp": {
"type": "http",
"url": "https://mcp.appskyline.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: appskyline-mcp
Remote MCP URL: https://mcp.appskyline.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": {
"appskyline-mcp": {
"url": "https://mcp.appskyline.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"appskyline-mcp": {
"type": "http",
"url": "https://mcp.appskyline.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "appskyline-mcp",
"transport": "streamable-http",
"url": "https://mcp.appskyline.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_apps— List all Appskyline apps the authenticated user has access to.get_app— Fetch a single Appskyline app by id.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.get_keyword_rank— Look up the current ranking of a specific Appskyline app for a keyword in a given store + country.get_keyword_history— Get the historical ranking timeseries for an app, term, and country across day-by-day snapshots stored by Appskyline.get_keyword_overview— Look up monthly search volume, keyword difficulty, CPC and competition level for up to 50 search terms in one country.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 / release notes.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, release notes, version and review state.