Skip to main content
Glama
applyra-io

@applyra/mcp-server

by applyra-io

@applyra/mcp-server

npm License: MIT

MCP (Model Context Protocol) 서버 for Applyra입니다. 이는 App Store 및 Google Play 키워드 데이터를 Claude, Cursor, VS Code Copilot 등과 같은 AI 어시스턴트에 연결합니다.

App Store 및 Google Play에서 키워드 순위 추적, 난이도 및 트래픽 점수, 경쟁자 가시성, 자동완성 마이닝, 니치 클러스터링, 탑 차트를 다루는 20가지 도구입니다.

전제 조건

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-server

Windsurf

~/.codeium/windsurf/mcp_config.json에 추가:

{
  "mcpServers": {
    "applyra": {
      "command": "npx",
      "args": ["-y", "@applyra/mcp-server"],
      "env": {
        "APPLYRA_API_KEY": "your_api_key"
      }
    }
  }
}

사용 가능한 도구

도구

설명

list_applications

추적된 앱 목록을 스토어 메타데이터, 평점, 키워드 수와 함께 표시합니다

add_application

스토어 번들 ID로 새 애플리케이션을 추적합니다. 스토어 메타데이터를 가져오고 초기 가시성 점수를 계산합니다

list_keywords

추적된 키워드의 현재 순위, 즐겨찾기 플래그, 난이도/트래픽 점수

track_keywords

한 번의 호출로 애플리케이션에 최대 20개의 새 키워드 추적

untrack_keyword

애플리케이션에 대한 키워드 추적 중지 (소프트 삭제)

set_keyword_favorite

특정 앱에 대해 추적된 키워드를 즐겨찾기로 표시하거나 해제

inspect_keyword

키워드 심층 분석: 난이도, 트래픽, KEI, 상위 20개 앱, 관련 키워드

list_keyword_inspections

과거 키워드 분석 목록과 점수

run_autocomplete

App Store 또는 Google Play에서 자동완성 제안 가져오기

list_autocomplete_history

과거 자동완성 쿼리

run_niche_analysis

니치 주제를 기회 점수와 함께 하위 니치로 클러스터링

list_niche_analyses

과거 니치 분석

top_charts

스토어/국가/카테고리/컬렉션별 상위 앱 차트, 일일 순위 변동 포함

list_top_chart_categories

스토어별 tpp_charts가 지원하는 카테고리 및 컬렉션

get_keyword_rank_history

날자 범위에 걸친 일일 순위 변환

get_app_score_history

앱의 일일 가시성 점수 기록

list_competitors

경쟁자 쌍(가시성 점수 나란히 표시)

add_competitor

경쟁자 앱을 스토어 번들 ID로 내 애플리케이션 중 하나에 추가

remove_competitor

내부 ID로 경쟁자 관계 제거

get_account_usage

현재 사용량과 플랜 한도 비교

자세히 알아보기

라이선스

MIT. LICENSE 참조.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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