Skip to main content
Glama
JiantaoFu

App Market Intelligence MCP

by JiantaoFu

앱 마켓 인텔리전스 MCP

대장간 배지

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

API 적용 범위

앱 스토어 API 적용 범위

API 함수

구현됨

MCP 도구 이름

설명

앱스토어 세부 정보

App Store 앱에 대한 자세한 정보를 얻으세요

목록

앱스토어 목록

iTunes 컬렉션에서 앱 검색

찾다

앱스토어 검색

App Store에서 앱 검색

개발자

앱스토어 개발자

개발자의 앱 받기

은둔

앱스토어 개인정보 보호

앱의 개인정보 보호 세부 정보 가져오기

제안하다

앱스토어 제안

검색 제안 받기

비슷한

앱스토어 유사

비슷한 앱 받기

리뷰

앱스토어 리뷰

앱 리뷰 받기

평가

앱스토어 평점

앱 평가 받기

버전 기록

앱스토어 버전 기록

앱 버전 기록 가져오기

Google Play API 적용 범위

API 함수

구현됨

MCP 도구 이름

설명

구글 플레이 세부 정보

자세한 앱 정보를 얻으세요

목록

구글 플레이 리스트

컬렉션에서 앱 검색

찾다

구글 플레이 검색

앱 검색

개발자

구글 플레이 개발자

개발자별 앱 받기

제안하다

구글 플레이 제안

검색 제안 받기

리뷰

구글 플레이 리뷰

앱 리뷰 받기

비슷한

구글 플레이 유사 앱

비슷한 앱 받기

권한

구글 플레이 권한

앱 권한 받기

데이터 안전

구글 플레이 데이터 안전

데이터 보안 정보를 얻으세요

카테고리

구글 플레이 카테고리

카테고리 목록 가져오기

Related MCP server: mcp-appstore

용법

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 검사관

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

Install Server
A
license - permissive license
A
quality
D
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

  • MCP server for Appcircle mobile CI/CD platform.

  • Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews.

  • Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent.

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/JiantaoFu/AppInsightMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server