App Market Intelligence MCP

by JiantaoFu
Verified

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Enables retrieval and analysis of Android application data, including top paid games and other Android-specific app metrics.

  • Provides comprehensive market intelligence from the Apple App Store, including detailed app information, app lists from iTunes collections, search functionality, developer apps, privacy details, search suggestions, similar apps, reviews, ratings, and version history.

  • Offers extensive market intelligence from the Google Play Store, including detailed app information, collection listings, search capabilities, developer apps, search suggestions, reviews, similar apps, permissions, data safety information, and category listings.

앱 마켓 인텔리전스 MCP

Apple App Store와 Google Play Store의 데이터를 분석하여 포괄적인 시장 정보를 제공하는 MCP 서버입니다. 주요 모바일 앱 마켓플레이스의 앱, 시장 동향, 경쟁사 및 사용자 피드백에 대한 인사이트를 얻으세요.

API 적용 범위

앱 스토어 API 적용 범위

API 함수구현됨MCP 도구 이름설명
앱스토어 세부 정보App Store 앱에 대한 자세한 정보를 얻으세요
목록앱스토어 목록iTunes 컬렉션에서 앱 검색
찾다앱스토어 검색App Store에서 앱 검색
개발자앱스토어 개발자개발자의 앱 받기
은둔앱스토어 개인정보 보호앱의 개인정보 보호 세부 정보 가져오기
제안하다앱스토어 제안검색 제안 받기
비슷한앱스토어 유사비슷한 앱 받기
리뷰앱스토어 리뷰앱 리뷰 받기
평가앱스토어 평점앱 평가 받기
버전 기록앱스토어 버전 기록앱 버전 기록 가져오기

Google Play API 적용 범위

API 함수구현됨MCP 도구 이름설명
구글 플레이 세부 정보자세한 앱 정보를 얻으세요
목록구글 플레이 리스트컬렉션에서 앱 검색
찾다구글 플레이 검색앱 검색
개발자구글 플레이 개발자개발자별 앱 받기
제안하다구글 플레이 제안검색 제안 받기
리뷰구글 플레이 리뷰앱 리뷰 받기
비슷한구글 플레이 유사 앱비슷한 앱 받기
권한구글 플레이 권한앱 권한 받기
데이터 안전구글 플레이 데이터 안전데이터 보안 정보를 얻으세요
카테고리구글 플레이 카테고리카테고리 목록 가져오기

용법

MCP 서버를 시작합니다.

지엑스피1

이 서버는 모든 MCP 클라이언트에서 사용할 수 있는 도구를 제공합니다. 예를 들어 Claude for Desktop을 사용하면 다음과 같은 작업을 수행할 수 있습니다.

  • 두 스토어에서 앱을 검색하세요
  • 자세한 앱 정보를 얻으세요
  • 리뷰와 평점을 읽어보세요
  • 비슷한 앱 찾기
  • 앱 개인정보 보호 및 권한 확인
  • 그리고 더 많은 것

사용 예

// Get top free iOS apps { "name": "app-store-list", "params": { "collection": "topfreeapplications", "num": 10 } } // Get top paid Android games { "name": "google-play-list", "params": { "collection": "TOP_PAID", "category": "GAME", "num": 10 } }

MCP Inspector로 테스트

npm run test:inspector

mcp-cli로 테스트

npx @wong2/mcp-cli npx -y "app-insight-mcp"

Claude Desktop과 함께 사용

claude_desktop_config.json 에 다음을 추가하세요:

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 App Market Intelligence를 자동으로 설치하려면:

npx -y @smithery/cli install @JiantaoFu/appinsightmcp --client claude

도커

{ "mcpServers": { "app-insight-mcp": { "command": "docker", "args": [ "run", "-i", "--rm", "app-insight-mcp" ] } } }

엔피엑스

{ "mcpServers": { "app-insight-mcp": { "command": "npx", "args": [ "-y", "@jeromyfu/app-insight-mcp" ] } } }

짓다

Docker 빌드:

docker build -t app-insight-mcp -f Dockerfile .

오류 처리

모든 도구에는 오류 처리 기능이 포함되어 있으며 다음과 같은 경우 적절한 오류 메시지를 반환합니다.

  • 필수 매개변수가 없습니다
  • API 호출이 실패합니다
  • 요금 제한에 도달했습니다
  • 잘못된 ID 또는 매개변수가 제공되었습니다.

기여하다

다음을 통해 자유롭게 기여해 주시기 바랍니다.

  1. 누락된 기능 구현
  2. 오류 처리 개선
  3. 더 많은 API 기능 추가
  4. 문서화 강화

특허

MIT

-
security - not tested
F
license - not found
-
quality - not tested

Apple App Store와 Google Play Store의 데이터를 분석하여 포괄적인 시장 정보를 제공하는 MCP 서버로, 이를 통해 사용자는 앱을 조사하고, 시장 동향을 추적하고, 경쟁자를 연구하고, 모바일 마켓플레이스 전반의 사용자 피드백을 이해할 수 있습니다.

  1. API Coverage
    1. App Store API Coverage
    2. Google Play API Coverage
  2. Usage
    1. Usage Examples
      1. Test with MCP Inspector
        1. Test with mcp-cli
          1. Usage with Claude Desktop
            1. Installing via Smithery
            2. Docker
            3. NPX
          2. Build
            1. Error Handling
              1. Contributing
                1. License
                  ID: 64303z69cv