@applyra/mcp-server
@applyra/mcp-server
MCP (Model Context Protocol) server for Applyra. It connects your App Store and Google Play keyword data to AI assistants like Claude, Cursor, Codex, VS Code Copilot, and more.
20 tools covering keyword rank tracking, difficulty and traffic scoring, competitor visibility, autocomplete mining, niche clustering, and top charts, on the App Store and Google Play.
Prerequisites
Node.js 20 or later
An Applyra account with the Unlimited plan
An API key, generated at applyra.io/dashboard/api
Installation
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"applyra": {
"command": "npx",
"args": ["-y", "@applyra/mcp-server"],
"env": {
"APPLYRA_API_KEY": "your_api_key"
}
}
}
}Cursor
Add to .cursor/mcp.json or ~/.cursor/mcp.json:
{
"mcpServers": {
"applyra": {
"command": "npx",
"args": ["-y", "@applyra/mcp-server"],
"env": {
"APPLYRA_API_KEY": "your_api_key"
}
}
}
}VS Code (GitHub Copilot)
Add to .vscode/mcp.json:
{
"servers": {
"applyra": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@applyra/mcp-server"],
"env": {
"APPLYRA_API_KEY": "your_api_key"
}
}
}
}Claude Code
claude mcp add applyra -e APPLYRA_API_KEY=your_api_key -- npx -y @applyra/mcp-serverCodex
Note --env, where Claude Code takes -e.
codex mcp add applyra --env APPLYRA_API_KEY=your_api_key -- npx -y @applyra/mcp-serverWindsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"applyra": {
"command": "npx",
"args": ["-y", "@applyra/mcp-server"],
"env": {
"APPLYRA_API_KEY": "your_api_key"
}
}
}
}Available Tools
Tool | Description |
| List tracked apps with store metadata, ratings, and keyword count |
| Track a new application by its store bundle ID. Fetches store metadata and computes the initial visibility score |
| Tracked keywords with current rank, favorite flag, difficulty/traffic scores |
| Track up to 20 new keywords for an application in a single call |
| Stop tracking a keyword for an application (soft delete) |
| Mark or unmark a tracked keyword as favorite for a specific app |
| Deep-analyze any keyword: difficulty, traffic, KEI, top 20 apps, related keywords |
| Past keyword inspections with their scores |
| Fetch autocomplete suggestions from the App Store or Google Play |
| Past autocomplete queries |
| Cluster a niche topic into sub-niches with opportunity scores |
| Past niche analyses |
| Top apps chart for a store/country/category/collection, with daily rank movement |
| Categories and collections supported by |
| Daily rank evolution over a date range |
| Daily visibility score history for an app |
| Competitor pairs with side-by-side visibility scores |
| Add a competitor app to one of your applications by its store bundle ID |
| Remove a competitor relationship by its internal ID |
| Current usage vs. plan limits |
Learn more
Applyra: ASO for indie developers, with a permanent free plan
MCP setup guide (requires an account)
REST API documentation (requires an account)
License
MIT. See LICENSE.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/applyra-io/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server