Skip to main content
Glama
Hari-sys786

aurora-mcp

by Hari-sys786

aurora-mcp

MCP server exposing anonymous Google Play (via aurora-cli) as tools. Built on mcp-use (TypeScript). Standalone — the only external piece is the aurora-cli binary.

One-click setup

curl -sL https://raw.githubusercontent.com/Hari-sys786/aurora-mcp/main/setup.sh | bash

Clones the repo, fetches/builds aurora-cli (release binary on arm64, source build elsewhere), installs deps, starts the server on :3100.

Related MCP server: ASO MCP Server

Tools

Tool

What it does

search_apps(query, limit?)

ranked keyword search → title/dev/pkg/version/size/icon

app_info(package, versionCode?)

full info incl. upload date, any historical version

version_history(package, source?)

complete history + dates (auto / play / exodus)

download_apk(package, versionCode?)

APK to local path (downloads/<pkg>/<vc>/), splits→zip, cached on disk

token_status

anonymous token health

No Google credentials ever — anonymous token + spoofed device via aurora-cli.

Manual run

npm install
npm run build
npm start        # http://localhost:3100/mcp  (+ built-in /inspector)
npx mcp-use client connect aurora http://localhost:3100/mcp
npx mcp-use client aurora tools list
npx mcp-use client aurora tools call search_apps query="barcode scanner"

Config

Env

Default

PORT

3100

AURORA_CLI

../aurora-cli/aurora-cli-bin

AURORA_MCP_DL

<repo>/downloads

Related MCP Connectors

Related MCP Servers

  • F
    license
    C
    quality
    D
    maintenance
    Enables querying and retrieving data from App Store and Google Play Store, including app details, reviews, ratings, rankings, permissions, and search capabilities across both iOS and Android platforms.
    20
    -
  • A
    license
    B
    quality
    C
    maintenance
    Enables App Store Optimization research for Google Play Store, including app search, details, reviews, keyword suggestions, and metadata validation.
    16
    3
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables to interact with Google Play Console, allowing release management, app vitals monitoring, and APK/AAB deployment via a service account.
    -