Model Context Protocol
40 tools over one endpoint, so Claude and Cursor can answer questions about your app with live data instead of guesses — rankings, competitors, reviews, listing changes, revenue. Free plan included: 100 requests a day, no card.
The dialog opens pre-filled. Swap YOUR_API_KEY for a key from your dashboard — free plan included, no card.
Claude Code
claude mcp add --transport http bestappify https://bestappify.app/api/mcp --header "Authorization: Bearer YOUR_API_KEY"Cursor / Windsurf — ~/.cursor/mcp.json
{
"mcpServers": {
"bestappify": {
"url": "https://bestappify.app/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}No exporting, no dashboard tab. The model calls the tools it needs and answers from the same data the dashboard renders, so the numbers never disagree.
Rankings and history, keyword opportunities, listing analytics, revenue and churn.
Who ranks for a term, who just launched, niche sizing, the whole catalog.
Review intelligence, forum mentions, listing changes as they happen.
Every tool name and argument is listed in the API & MCP reference, alongside the 27 REST endpoints that serve the same data over plain HTTP.
The same key works for MCP and the REST API. Create it in the dashboard; revoke it there too.
Enough to wire it up and run a daily briefing. Growth and Pro raise it when an agent starts leaning on it — see plans.
Mint a read-only key for an autonomous agent — it can read everything and change nothing.
Create a free account, mint a key, click Add to Cursor. The endpoint is https://bestappify.app/api/mcp.