Marketing
rankcusp.com
Provides App Store Optimization tools to track keyword rankings, audit metadata, and prioritize storefronts.
ENDPOINT 1
https://rankcusp.com/api/mcp
MCP server metadata
- Name
- rankcusp
- Version
- 1.0.0
rankcusp finds the keywords an app ranks 11-30 for on the App Store. Call list_apps first to find the app, then cusp_actions for the priority work. Unmeasured values come back as null; do not read them as zero.
Known tools 9
list_keywordsLists an app's keywords in one storefront, with rank, popularity and difficulty.
Inferred read-onlyget_keywordOne keyword: its rank, its scores, its first page and the verdict - should it be targeted, and why.
Inferred read-onlyaudit_metadataAudits a draft title, subtitle and 100-character keyword field against Apple's rules and against each other.
Inferred read-onlycountry_prioritiesRanks the storefronts an app is tracked in by how much is winnable there: how many keywords sit in the cusp band, how many already reach the top ten, and whether the rivals' ratings leave an opening.
Inferred read-onlyranking_keywordsWhich keywords an app is already ranking for, from the pooled record of every search this product has run.
Inferred read-onlykeyword_competitorsWho ranks for a phrase, deeper than the ten the first page carries.
Inferred read-onlyCONNECT 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.rankcusp]
url = "https://rankcusp.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rankcusp": {
"type": "http",
"url": "https://rankcusp.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rankcusp
Remote MCP URL: https://rankcusp.com/api/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": {
"rankcusp": {
"url": "https://rankcusp.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rankcusp": {
"type": "http",
"url": "https://rankcusp.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rankcusp",
"transport": "streamable-http",
"url": "https://rankcusp.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.