App Insight MCP

Analyze data from both the Apple App Store and Google Play Store

Skills

Explore the skills and capabilities of this skillset.

app-store-list

Get apps from iTunes collections. Returns a list of apps with: - id: App Store ID number - appId: Bundle ID (e.g. 'com.company.app') - title: App name - icon: Icon image URL - url: App Store URL - price: Price in USD - currency: Price currency code - free: Boolean indicating if app is free - description: App description - developer: Developer name - developerUrl: Developer's App Store URL - developerId: Developer's ID - genre: App category name - genreId: Category ID - released: Release date (ISO string)

app-store-search

Search for apps on the App Store. Returns a list of apps with the following fields: - id: App Store ID number - appId: Bundle ID (e.g. 'com.company.app') - title: App name - icon: Icon image URL - url: App Store URL - price: Price in USD - currency: Price currency code - free: Boolean indicating if app is free - description: App description - developer: Developer name - developerUrl: Developer's App Store URL - developerId: Developer's ID - genre: App category name - genreId: Category ID - released: Release date (ISO string)

google-play-list

Get apps from Google Play collections. Returns a list of apps with: - url: Play Store URL - appId: Package name (e.g., 'com.company.app') - title: App name - summary: Short description - developer: Developer name - developerId: Developer ID - icon: Icon URL - score: Rating (0-5) - scoreText: Rating display text - priceText: Price display text - free: Boolean indicating if app is free When fullDetail is true, includes all fields from app details endpoint.

app-store-details

Get detailed information about an App Store app. Returns an object with: - id: App Store ID number - appId: Bundle ID (e.g. 'com.company.app') - title: App name - url: App Store URL - description: Full app description - icon: Icon URL - genres: Array of category names - genreIds: Array of category IDs - primaryGenre: Main category name - primaryGenreId: Main category ID - contentRating: Content rating (e.g. '4+') - languages: Array of language codes - size: App size in bytes - requiredOsVersion: Minimum iOS version required - released: Initial release date (ISO string) - updated: Last update date (ISO string) - releaseNotes: Latest version changes - version: Current version string - price: Price in USD - currency: Price currency code - free: Boolean indicating if app is free - developerId: Developer's ID - developer: Developer name - developerUrl: Developer's App Store URL - developerWebsite: Developer's website URL if available - score: Current rating (0-5) - reviews: Total number of ratings - currentVersionScore: Current version rating (0-5) - currentVersionReviews: Current version review count - screenshots: Array of screenshot URLs - ipadScreenshots: Array of iPad screenshot URLs - appletvScreenshots: Array of Apple TV screenshot URLs - supportedDevices: Array of supported device IDs - ratings: Total number of ratings (when ratings option enabled) - histogram: Rating distribution by star level (when ratings option enabled)

app-store-privacy

Get privacy details for an App Store app. Returns an object with: - managePrivacyChoicesUrl: URL to manage privacy choices (if available) - privacyTypes: Array of privacy data types, each containing: - privacyType: Name of the privacy category - identifier: Unique identifier for the privacy type - description: Detailed description of how data is used - dataCategories: Array of data categories, each containing: - dataCategory: Category name - identifier: Category identifier - dataTypes: Array of specific data types collected - purposes: Array of purposes for data collection Note: Currently only available for US App Store.

app-store-ratings

Get ratings for an App Store app. Returns an object with: - ratings: Total number of ratings - histogram: Distribution of ratings by star level (1-5)

app-store-reviews

Get reviews for an App Store app. Returns an array of reviews with: - id: Review ID - userName: Reviewer's name - userUrl: Reviewer's profile URL - version: App version reviewed - score: Rating (1-5) - title: Review title - text: Review content - url: Review URL - updated: Review date (ISO string)

app-store-similar

Get similar apps ('customers also bought') from the App Store. Returns a list of apps with: - id: App Store ID number - appId: Bundle ID (e.g. 'com.company.app') - title: App name - icon: Icon image URL - url: App Store URL - price: Price in USD - currency: Price currency code - free: Boolean indicating if app is free - description: App description - developer: Developer name - developerUrl: Developer's App Store URL - developerId: Developer's ID - genre: App category name - genreId: Category ID - released: Release date (ISO string)

app-store-suggest

Get search suggestions from the App Store. Returns an array of objects with: - term: Suggested search term Each suggestion has a priority from 0 (low traffic) to 10000 (most searched)

google-play-search

Search for apps on Google Play. Returns a list of apps with: - title: App name - appId: Package name (e.g. 'com.company.app') - url: Play Store URL - icon: Icon image URL - developer: Developer name - developerId: Developer ID - priceText: Price display text - free: Boolean indicating if app is free - summary: Short description - scoreText: Rating display text - score: Rating (0-5)

app-store-developer

Get apps by a developer on the App Store. Returns a list of apps with: - id: App Store ID number - appId: Bundle ID (e.g. 'com.company.app') - title: App name - icon: Icon image URL - url: App Store URL - price: Price in USD - currency: Price currency code - free: Boolean indicating if app is free - description: App description - developer: Developer name - developerUrl: Developer's App Store URL - developerId: Developer's ID - genre: App category name - genreId: Category ID - released: Release date (ISO string)

google-play-details

Get detailed information about a Google Play app. Returns an object with: - title: App name - description: Full app description - descriptionHTML: Description with HTML formatting - summary: Short description - installs: Install count range - minInstalls: Minimum install count - maxInstalls: Maximum install count - score: Average rating (0-5) - scoreText: Rating display text - ratings: Total number of ratings - reviews: Total number of reviews - histogram: Rating distribution by star level - price: Price in local currency - free: Boolean indicating if app is free - currency: Price currency code - priceText: Formatted price string - offersIAP: Boolean indicating in-app purchases - IAPRange: Price range for in-app purchases - androidVersion: Minimum Android version required - androidVersionText: Formatted Android version text - developer: Developer name - developerId: Developer ID - developerEmail: Developer contact email - developerWebsite: Developer website URL - developerAddress: Developer physical address - genre: App category - genreId: Category ID - icon: Icon URL - headerImage: Feature graphic URL - screenshots: Array of screenshot URLs - contentRating: Content rating (e.g. 'Everyone') - contentRatingDescription: Content rating details - adSupported: Boolean indicating if app shows ads - released: Release date - updated: Last update date - version: Current version string - recentChanges: Latest version changes - preregister: Boolean indicating if app is in pre-registration - editorsChoice: Boolean indicating Editor's Choice status - features: Array of special features

google-play-reviews

Get reviews for a Google Play app. Returns an array of reviews with: - id: Review ID string - userName: Reviewer's name - userImage: Reviewer's profile image URL - date: Review date (ISO string) - score: Rating (1-5) - scoreText: Rating display text - title: Review title - text: Review content - url: Review URL - version: App version reviewed - thumbsUp: Number of thumbs up votes - replyDate: Developer reply date (if any) - replyText: Developer reply content (if any) - criterias: Array of rating criteria (if any) Note: Reviews are returned in the specified language. The total review count shown in Google Play refers to ratings, not written reviews.

google-play-similar

Get similar apps from Google Play. Returns a list of apps with: - url: Play Store URL - appId: Package name (e.g. 'com.company.app') - summary: Short description - developer: Developer name - developerId: Developer ID - icon: Icon image URL - score: Rating (0-5) - scoreText: Rating display text - priceText: Price display text - free: Boolean indicating if app is free

google-play-suggest

Get search suggestions from Google Play. Returns an array of suggested search terms (up to 5). Sample response: ['panda pop', 'panda', 'panda games', 'panda run', 'panda pop for free']

google-play-developer

Get apps by a developer on Google Play. Returns a list of apps with: - url: Play Store URL - appId: Package name (e.g. 'com.company.app') - title: App name - summary: Short app description - developer: Developer name - developerId: Developer ID - icon: Icon image URL - score: Rating (0-5) - scoreText: Rating display text - priceText: Price display text - free: Boolean indicating if app is free

google-play-categories

Get list of all Google Play categories. Returns an array of category identifiers like: - 'APPLICATION': All applications - 'GAME': All games - 'ANDROID_WEAR': Wear OS apps - 'SOCIAL': Social apps - 'PRODUCTIVITY': Productivity apps etc. These category IDs can be used with the google-play-list tool to filter apps by category. Sample response: ['AUTO_AND_VEHICLES', 'LIBRARIES_AND_DEMO', 'LIFESTYLE', ...]

google-play-datasafety

Get data safety information for a Google Play app. Returns an object with: - dataShared: Array of shared data items, each containing: - data: Name of the data being shared (e.g., 'User IDs') - optional: Boolean indicating if sharing is optional - purpose: Comma-separated list of purposes (e.g., 'Analytics, Marketing') - type: Category of data (e.g., 'Personal info') - dataCollected: Array of collected data items with same structure as dataShared - securityPractices: Array of security practices, each containing: - practice: Name of the security practice - description: Detailed description of the practice - privacyPolicyUrl: URL to the app's privacy policy Data types can include: Personal info, Financial info, Messages, Contacts, App activity, App info and performance, Device or other IDs

google-play-permissions

Get permissions required by a Google Play app. Returns a list of permissions with: - permission: Description of the permission (e.g., 'modify storage contents') - type: Permission category (e.g., 'Storage', 'Network') When short=true, returns just an array of permission strings. Note: Permissions are returned in the specified language.

app-store-version-history

Get version history for an App Store app. Returns an array of versions with: - versionDisplay: Version number string - releaseNotes: Update description - releaseDate: Release date (YYYY-MM-DD) - releaseTimestamp: Release date and time (ISO string)

Configuration

Customize the skillset to fit your needs.
MCP Server

Connect to MCP Server

App Insight MCP

客服文檔助手
AI 助手協助客服團隊創建高質量的支援文檔,包括常見問題、工單回覆、道歉信和標準作業程序。引導您創建內部資源和面向客戶的材料。
AI 網頁工程師
AI Programmer 是一個 AI 頁面,可以將您的原始發布說明轉換為時尚、可發布的 HTML 頁面。
需求文檔撰寫助手
告訴我您的產品或功能想法 - 我將幫助您創建全面且詳細的需求文檔,涵蓋用戶故事、驗收標準、技術規範等內容。
AI 寫作助手
告訴我有關 AI 產品或品牌的信息 - 我將撰寫吸引人的營銷文案、文章和社交媒體帖子,根據您的品牌聲音和產品細節量身定制,並附上相關鏈接和插圖。
X/Twitter 助手
一個 AI 驅動的 Twitter 助手,幫助內容創作者將 AI 產品體驗轉化為病毒式推文 - 具有自動潤色、智能研究和一鍵發布功能。
Google 分析師
逐步指南,教您如何將 Google Analytics 4 (GA4) 屬性連接到 Google 分析師代理。涵蓋創建 Google Cloud 服務帳戶、啟用 Analytics Data API、授予 GA4 查看者訪問權限,以及配置代理以支持會話、用戶、跳出率、轉換等指標。非常適合快速在 Bika.ai 中設置 GA4 數據報告。
Email 营销助手
自動尋找潛在客戶並發送為期3天的跟進郵件序列。
社區活動分析員
分析社區活動截圖,報告參與趨勢和討論亮點。上傳社區互動的截圖,該 Agent 會生成一份清晰的markdown報告,總結參與水平、關鍵討論主題和顯著亮點 — 非常適合社區經理、行銷人員和產品團隊。
Github issues 助手
Github Issues 助手是一個 AI 智能體,用於簡化 GitHub issues的管理。它可以直接在存儲庫中簡化創建、跟踪和優先處理錯誤、任務或功能請求的過程。非常適合團隊使用,確保一致的格式,自動化重複步驟,並與開發管道集成。

Frequently Asked Questions

一句話快速介紹:什麼是Bika.ai?
是什麽让 Bika.ai 如此独特?
"BIKA" 這個縮寫單詞代表什麼意思?
Bika.ai是怎麼做到AI自動化做事的?
Bika.ai是免費使用的嗎?
Bika.ai與ChatGPT、Gemini等AI助手有什麼區別?
Bika.ai與多維表格有什麼區別?
Bika.ai 在單表數據量、關聯引用變多後,如幾萬行、幾十萬行,會卡住嗎?
Bika.ai中的"空間站"是什麼?
付款後我擁有多少個付費空間?
什麼是"資源"?
Bika.ai 的團隊是如何「吃自己的狗糧」的?
Bika.ai如何幫助提高工作效率?
Bika.ai 的AI自動化功能有哪些特點?
Bika.ai 中的自動化模板是什麼?
Bika.ai 是否支持團隊協作及權限功能?

Embark on Your AI Automation