← appskyline.com
INDIVIDUAL MCP TOOL
delete_keyword
Permanently delete a tracked Appskyline keyword by id.
LIVE ENDPOINT
https://mcp.appskyline.com/mcp
Connect to this endpoint to inspect the live schema for delete_keyword 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 contains a deletion term.
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.list_keywords— List tracked keywords for an Appskyline app.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.