Mascope MCP Server

World MiniApp reviews and analytics — verified human ratings via World ID

Local serverstdio

What is the Mascope MCP server?

World MiniApp reviews and analytics — verified human ratings via World ID. That is what the mascope mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

MCP server for MAScope — World MiniApp reviews and analytics data, powered by verified humans.

The tools it exposes

The server publishes 7 tools. What each one is for:

  • search_miniapps — Search World MiniApps by keyword, category, or sort criteria
  • get_app_details — Get detailed info about a specific MiniApp (rank, users, trend)
  • get_app_reviews — Get verified reviews with ratings, comments, and distribution
  • get_trending_apps — Get trending apps sorted by growth rate
  • get_category_analytics — Category breakdown with app count and top apps
  • compare_apps — Compare 2-5 apps side by side
  • Cursor — The Cursor tool exposed by this server

Getting it running

Installation goes through your MCP client rather than a global install: point it at mascope-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

How it compares

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Mascope's toolset — search_miniapps, get_app_details, get_app_reviews and 4 more — is a fair guide to whether it matches your workflow. It is maintained by bbb-build; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
search_miniappsSearch World MiniApps by keyword, category, or sort criteria
get_app_detailsGet detailed info about a specific MiniApp (rank, users, trend)
get_app_reviewsGet verified reviews with ratings, comments, and distribution
get_trending_appsGet trending apps sorted by growth rate
get_category_analyticsCategory breakdown with app count and top apps
compare_appsCompare 2-5 apps side by side
CursorThe Cursor tool exposed by this server.

How to install the Mascope MCP server

{
  "mcpServers": {
    "mascope": {
      "command": "npx",
      "args": ["-y", "mascope-mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Mascope to search miniapps.
  • Use Mascope to get app details.
  • Use Mascope to get app reviews.

Frequently asked questions

It connects Mascope to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (search_miniapps, get_app_details, get_app_reviews, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Mascope directly.