MAScope
    ...
    MAScopeMAScope
    MAScope
      ...
      MAScopeMAScope

      MAScope MCP

      Connect your AI tools to real MiniApp data

      MAScope MCP gives your AI assistant direct access to World MiniApp reviews, analytics, and trends — all backed by verified human reviews via World ID.

      What is MCP?

      Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external data sources. With MAScope MCP, tools like Claude and Cursor can query live MiniApp data without leaving your workflow.

      Available Tools

      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

      Quick Start

      Claude Desktopclaude_desktop_config.json
      {
        "mcpServers": {
          "mascope": {
            "command": "npx",
            "args": ["-y", "mascope-mcp"]
          }
        }
      }
      Claude Code
      claude mcp add mascope -- npx -y mascope-mcp
      Cursor.cursor/mcp.json
      {
        "mcpServers": {
          "mascope": {
            "command": "npx",
            "args": ["-y", "mascope-mcp"]
          }
        }
      }
      VS Code.vscode/mcp.json
      {
        "servers": {
          "mascope": {
            "command": "npx",
            "args": ["-y", "mascope-mcp"]
          }
        }
      }

      Verified Human Data

      Every review on MAScope is posted by a human verified through World ID proof-of-personhood. No bots. No fakes. Your AI gets real, trustworthy reviews.

      Rate Limits

      Free tier: 100 API calls/day per IP. Rate limit headers are included in all responses.

      Higher limits and authenticated access will be available in a future update.

      npm packageGitHubAbout MAScope