MCP Server LogoMCP Server
MCPsカテゴリディレクトリ投稿する
投稿する
MCPsカテゴリディレクトリ投稿する
投稿する

MCPサーバー

MCPサーバーのリスト、Awesome MCPサーバーとClaude MCP統合を含む。AIの能力を強化するためのMCPサーバーを検索して発見します。

お問い合わせ

[email protected]

MCPサーバーについて

プライバシーポリシー利用規約

リソース

モデルコンテキストプロトコルMCPスターターガイドClaude MCPサーバー

コミュニティ

GitHub

© 2026 mcpserver.cc © 2025 MCPサーバー. 全著作権所有.

プライバシーポリシー利用規約
  1. Home
  2. /Categories
  3. /Data & Storage
  4. /Appinsightmcp
Appinsightmcp

Appinsightmcp

作成者 JiantaoFu•7 months ago
サイトを訪問する

Data & Storage

App Market Intelligence MCP

An MCP server that provides comprehensive market intelligence by analyzing data from both the Apple App Store and Google Play Store. Get insights about apps, market trends, competitors, and user feedback across the major mobile app marketplaces.

API Coverage

App Store API Coverage

API Function Implemented MCP Tool Name Description
app ✅ app-store-details Get detailed information about an App Store app
list ✅ app-store-list Retrieve apps from iTunes collections
search ✅ app-store-search Search for apps on the App Store
developer ✅ app-store-developer Get apps by a developer
privacy ✅ app-store-privacy Get privacy details for an app
suggest ✅ app-store-suggest Get search suggestions
similar ✅ app-store-similar Get similar apps
reviews ✅ app-store-reviews Get app reviews
ratings ✅ app-store-ratings Get app ratings
versionHistory ✅ app-store-version-history Get app version history

Google Play API Coverage

API Function Implemented MCP Tool Name Description
app ✅ google-play-details Get detailed app information
list ✅ google-play-list Retrieve apps from collections
search ✅ google-play-search Search for apps
developer ✅ google-play-developer Get apps by developer
suggest ✅ google-play-suggest Get search suggestions
reviews ✅ google-play-reviews Get app reviews
similar ✅ google-play-similar Get similar apps
permissions ✅ google-play-permissions Get app permissions
datasafety ✅ google-play-datasafety Get data safety information
categories ✅ google-play-categories Get list of categories

Usage

Start the MCP server:

node src/server.js

The server exposes tools that can be used through any MCP client. For example, using Claude for Desktop, you can:

  • Search for apps across both stores
  • Get detailed app information
  • Read reviews and ratings
  • Find similar apps
  • Check app privacy and permissions
  • And more

Usage Examples

// 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
  }
}

Test with MCP Inspector

npm run test:inspector

Test with mcp-cli

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

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

Installing via Smithery

To install App Market Intelligence for Claude Desktop automatically via Smithery:

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

Docker

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

NPX

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

Build

Docker build:

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

Error Handling

All tools include error handling and will return appropriate error messages if:

  • Required parameters are missing
  • API calls fail
  • Rate limits are hit
  • Invalid IDs or parameters are provided

Contributing

Feel free to contribute by:

  1. Implementing missing features
  2. Improving error handling
  3. Adding more API capabilities
  4. Enhancing documentation

License

MIT

前提条件

  • •サーバーのドメインに精通している
  • •関連技術の基本的な理解
  • •Data & Storageの知識

おすすめのサーバー

Esxi Mcp Server

Esxi Mcp Server

A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management.

Weather Mcp Claudedesktop

Weather Mcp Claudedesktop

An MCP (Model Context Protocol) tool that provides real-time weather data, forecasts, and historical weather information using the OpenWeatherMap API, specifically designed for Claude Desktop.

Pty Mcp

Pty Mcp

An MCP tool server that provides a stateful terminal.

もっと見る → →

詳細

作成日

June 17, 2025

最終更新日

June 17, 2025

カテゴリー

Data & Storage

作成者

JiantaoFu

シェアする

もっと見る

Tavily Search Mcp Server

Tavily Search Mcp Server

An MCP server implementation that integrates the Tavily Search API, providing optimized search capabilities for LLMs.

Slim Mcp

Slim Mcp

Waldur Mcp Server

Waldur Mcp Server

Server implementing Model Context Protocol for Waldur

Mcp Api Expert

Mcp Api Expert

MCP server that enables MCP to make REST API calls