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 页面。
Discourse 社区管理员
Discourse 社区管理员助手帮助您快速生成清晰、友好且结构良好的用户回复,使社区管理变得更轻松和专业。
股票新闻报告员
这个 AI 智能体实时监控和分析美国主要股票新闻,生成结构化的投资报告,提供关键见解、市场反应和行业级别的总结。
办公文档助手
一个专为公司内部运营设计的 AI 虚拟行政助理。帮助您快速创建高质量的内部文档,如公告、会议记录、摘要、表格、流程和人力资源记录。
工单管理员
收集、分析和管理来自表单和数据库的支持工单,帮助您高效地跟踪、优先处理和回应。
品牌设计师
一款专为初创数字产品设计的品牌营销 AI 助手,帮助您快速生成适合 Product Hunt、AppSumo 等平台的在线推广材料,涵盖视觉创意、推广标语、品牌语调和卖点传达
Google 分析师
逐步指南,教您如何将 Google Analytics 4 (GA4) 属性连接到 Google 分析师代理。涵盖创建 Google Cloud 服务账户、启用 Analytics Data API、授予 GA4 查看者访问权限,以及配置代理以支持会话、用户、跳出率、转换等指标。非常适合快速在 Bika.ai 中设置 GA4 数据报告。
Email 营销助手
自动寻找潜在客户并发送为期3天的跟进邮件序列。

Frequently Asked Questions

Bika.ai是免费使用的吗?
是什么让 Bika.ai 如此独特?
一句话快速介绍:什么是Bika.ai?
"BIKA" 这个缩写单词代表什么意思?
Bika.ai是怎么做到AI自动化做事的?
Bika.ai与Kimi、ChatGPT等AI助手有什么区别?
Bika.ai与多维表格有什么区别?
Bika.ai在单表数据量、关联引用变多后,如几万行、几十万行,会卡吗?
Bika.ai中的"空间站"是什么?
付款后我拥有多少个付费空间?
什么是"资源"?
Bika.ai的团队是怎样”吃自己的狗粮“(应用自己的产品)的?
Bika.ai如何帮助提高工作效率?
Bika.ai 的AI自动化功能有哪些特点?
Bika.ai 中的自动化模板是什么?
Bika.ai 是否支持团队协作及权限功能?
Bika.ai是否只适合个人使用?企业团队会不适合?

Embark on Your AI Automation