@applyra/mcp-server
@applyra/mcp-server
MCP (Model Context Protocol) 서버 for Applyra입니다. 이는 App Store 및 Google Play 키워드 데이터를 Claude, Cursor, VS Code Copilot 등과 같은 AI 어시스턴트에 연결합니다.
App Store 및 Google Play에서 키워드 순위 추적, 난이도 및 트래픽 점수, 경쟁자 가시성, 자동완성 마이닝, 니치 클러스터링, 탑 차트를 다루는 20가지 도구입니다.
전제 조건
Unlimited 플랜이 있는 Applyra 계정
applyra.io/dashboard/api에서 생성된 API 키
Related MCP server: AppRanks MCP Server
설치
Claude Desktop
다음 파일에 추가: ~/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
.cursor/mcp.json 또는 ~/.cursor/mcp.json에 추가:
{
"mcpServers": {
"applyra": {
"command": "npx",
"args": ["-y", "@applyra/mcp-server"],
"env": {
"APPLYRA_API_KEY": "your_api_key"
}
}
}
}VS Code (GitHub Copilot)
.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-serverWindsurf
~/.codeium/windsurf/mcp_config.json에 추가:
{
"mcpServers": {
"applyra": {
"command": "npx",
"args": ["-y", "@applyra/mcp-server"],
"env": {
"APPLYRA_API_KEY": "your_api_key"
}
}
}
}사용 가능한 도구
도구 | 설명 |
| 추적된 앱 목록을 스토어 메타데이터, 평점, 키워드 수와 함께 표시합니다 |
| 스토어 번들 ID로 새 애플리케이션을 추적합니다. 스토어 메타데이터를 가져오고 초기 가시성 점수를 계산합니다 |
| 추적된 키워드의 현재 순위, 즐겨찾기 플래그, 난이도/트래픽 점수 |
| 한 번의 호출로 애플리케이션에 최대 20개의 새 키워드 추적 |
| 애플리케이션에 대한 키워드 추적 중지 (소프트 삭제) |
| 특정 앱에 대해 추적된 키워드를 즐겨찾기로 표시하거나 해제 |
| 키워드 심층 분석: 난이도, 트래픽, KEI, 상위 20개 앱, 관련 키워드 |
| 과거 키워드 분석 목록과 점수 |
| App Store 또는 Google Play에서 자동완성 제안 가져오기 |
| 과거 자동완성 쿼리 |
| 니치 주제를 기회 점수와 함께 하위 니치로 클러스터링 |
| 과거 니치 분석 |
| 스토어/국가/카테고리/컬렉션별 상위 앱 차트, 일일 순위 변동 포함 |
| 스토어별 |
| 날자 범위에 걸친 일일 순위 변환 |
| 앱의 일일 가시성 점수 기록 |
| 경쟁자 쌍(가시성 점수 나란히 표시) |
| 경쟁자 앱을 스토어 번들 ID로 내 애플리케이션 중 하나에 추가 |
| 내부 ID로 경쟁자 관계 제거 |
| 현재 사용량과 플랜 한도 비교 |
자세히 알아보기
Applyra: 인디 개발자를 위한 ASO, 영구 무료 플랜 제공
MCP 설정 가이드 (계정 필요)
REST API 문서 (계정 필요)
라이선스
MIT. 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