@applyra/mcp-server
@applyra/mcp-server
MCP (Model Context Protocol) Server für Applyra. Er verbindet Ihre App Store- und Google Play-Keyword-Daten mit KI-Assistenten wie Claude, Cursor, VS Code Copilot und mehr.
20 Tools, die Keyword-Rang-Tracking, Schwierigkeits- und Traffic-Bewertung, Sichtbarkeit von Wettbewerbern, Autocomplete-Mining, Nischen-Clustering und Top-Charts im App Store und Google Play abdecken.
Voraussetzungen
Ein Applyra-Konto mit dem Unlimited-Plan
Ein API-Schlüssel, generiert unter applyra.io/dashboard/api
Related MCP server: AppRanks MCP Server
Installation
Claude Desktop
Fügen Sie zu ~/Library/Application Support/Claude/claude_desktop_config.json hinzu:
{
"mcpServers": {
"applyra": {
"command": "npx",
"args": ["-y", "@applyra/mcp-server"],
"env": {
"APPLYRA_API_KEY": "your_api_key"
}
}
}
}Cursor
Fügen Sie zu .cursor/mcp.json oder ~/.cursor/mcp.json hinzu:
{
"mcpServers": {
"applyra": {
"command": "npx",
"args": ["-y", "@applyra/mcp-server"],
"env": {
"APPLYRA_API_KEY": "your_api_key"
}
}
}
}VS Code (GitHub Copilot)
Fügen Sie zu .vscode/mcp.json hinzu:
{
"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-serverWindsurf
Fügen Sie zu ~/.codeium/windsurf/mcp_config.json hinzu:
{
"mcpServers": {
"applyra": {
"command": "npx",
"args": ["-y", "@applyra/mcp-server"],
"env": {
"APPLYRA_API_KEY": "your_api_key"
}
}
}
}Verfügbare Tools
Tool | Beschreibung |
| Liste der verfolgten Apps mit Store-Metadaten, Bewertungen und Keyword-Anzahl |
| Eine neue Anwendung anhand ihrer Store-Bundle-ID verfolgen. Ruft Store-Metadaten ab und berechnet die anfängliche Sichtbarkeitsbewertung |
| Verfolgte Keywords mit aktuellem Rang, Favoriten-Markierung, Schwierigkeits-/Traffic-Werten |
| Bis zu 20 neue Keywords für eine Anwendung in einem einzigen Aufruf verfolgen |
| Das Verfolgen eines Keywords für eine Anwendung beenden (weiches Löschen) |
| Ein verfolgtes Keyword als Favorit für eine bestimmte App markieren oder die Markierung entfernen |
| Jedes Keyword tiefgehend analysieren: Schwierigkeit, Traffic, KEI, Top-20-Apps, verwandte Keywords |
| Vergangene Keyword-Überprüfungen mit ihren Bewertungen |
| Autocomplete-Vorschläge vom App Store oder Google Play abrufen |
| Vergangene Autocomplete-Abfragen |
| Ein Nischenthema in Unter-Nischen mit Chancenbewertungen clustern |
| Vergangene Nischenanalysen |
| Top-Apps-Diagramm für einen Store/ein Land/eine Kategorie/eine Sammlung, mit täglicher Rangbewegung |
| Kategorien und Sammlungen, die von |
| Tägliche Rangentwicklung über einen Datumsbereich |
| Täglicher Sichtbarkeitsbewertungsverlauf für eine App |
| Wettbewerberpaare mit nebeneinander angezeigten Sichtbarkeitsbewertungen |
| Eine Wettbewerber-App zu einer Ihrer Anwendungen anhand ihrer Store-Bundle-ID hinzufügen |
| Eine Wettbewerberbeziehung anhand ihrer internen ID entfernen |
| Aktuelle Nutzung im Vergleich zu den Plangrenzen |
Mehr erfahren
Applyra: ASO für unabhängige Entwickler, mit einem dauerhaft kostenlosen Plan
MCP-Setup-Anleitung (erfordert ein Konto)
REST-API-Dokumentation (erfordert ein Konto)
Lizenz
MIT. Siehe LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceEnables access to Astro's App Store Optimization (ASO) database for analyzing app rankings, keyword trends, historical performance data, and app ratings. Provides comprehensive tools for tracking and comparing app store performance metrics through natural language queries.6128MIT
- Alicense-qualityDmaintenanceProvides live App Store rankings, charts, app details, reviews, and search across 55 countries, enabling AI assistants to query app store data.22MIT
- AlicenseBqualityCmaintenanceConnects Google Search Console to AI assistants, enabling SEO data analysis through natural language conversations.32MIT
- Alicense-qualityBmaintenanceConnects Google Search Console to AI assistants, enabling SEO data analysis via natural language conversations.MIT
Related MCP Connectors
ASO tools for AI agents: keyword research, rank tracking, competitor analysis (iOS & Android).
Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews.
ASO analytics and App Store optimization tools for indie iOS developers and AI agents.
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