google-play-mcp-server (WacLabs/Google-Play-MCP-server) is an MCP server listed on the M8ven Trust Index. It scores 72 out of 100, grade C. It declares 10 tools. No publisher has claimed this listing.

C
Caution
72/100

google-play-mcp-server

MCP server that connects AI assistants to the Google Play Developer API for automated app publishing, subscription management, review monitoring, and tester management.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

WacLabs

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
10 tools verified — handlers match their declared behaviour
7 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: GOOGLE_SERVICE_ACCOUNT_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes10 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

gplay_list_tracks

List all release tracks (internal, alpha, beta, production) with current release details. Shows version codes, release names, status, and rollout fraction for each track. Args: - package_name (string, optional): Android package name. Defaults to env var. Returns: Markdown summary of all track

gplay_upload_bundle

Upload an Android App Bundle (.aab) to a release track. This performs a complete publish workflow: create edit → upload AAB → assign to track → commit. Args: - bundle_path (string): Absolute path to the .aab file - track (string): Target track — "internal", "alpha", "beta", or "production" -

gplay_get_app_details

Get the store listing details for the app (title, description, etc.). Args: - language (string, optional): Language code (e.g., "en-US"). Defaults to "en-US". - package_name (string, optional): Android package name. Returns: Markdown with app title, short/full description, and contact info.

gplay_list_reviews

List user reviews from Google Play Store. Shows star ratings, review text, device info, app version, and developer replies. Args: - package_name (string, optional): Android package name. - max_results (number, optional): Max reviews to return (default 20). - translation_language (string, opt

gplay_reply_review

Reply to a user review on Google Play Store. Args: - review_id (string): The review ID to reply to (from gplay_list_reviews) - reply_text (string): Your reply text - package_name (string, optional): Android package name. Returns: Confirmation with the posted reply. Examples: - First cal

gplay_list_subscriptions

List all subscription products configured in Google Play Console. Shows product IDs, base plans, pricing, and offer details. Args: - package_name (string, optional): Android package name. - page_size (number, optional): Max results (default 20, max 100). Returns: Markdown summary of all sub

gplay_get_subscription

Get detailed information about a specific subscription product. Args: - product_id (string): The subscription product ID (e.g., "premium_monthly") - package_name (string, optional): Android package name. Returns: Detailed markdown with base plans, offers, pricing, and listings.

gplay_list_inapp_products

List all one-time in-app products (consumable and non-consumable). Args: - package_name (string, optional): Android package name. Returns: Markdown summary of all IAP products with pricing.

gplay_get_testers

Get the list of tester groups for a specific release track. Note: The API only supports testers managed via Google Groups. Individual email-based testers must be managed through the Play Console UI. Args: - track (string): Release track — "internal", "alpha", "beta", or "production" - package_

gplay_update_testers

Update the tester Google Groups for a specific release track. This replaces the current tester groups with the provided list. Only Google Group emails are supported via the API. Args: - track (string): Release track - google_groups (array of strings): Google Group email addresses - package_n

// known CVEs in dependencies2 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.6.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.6.1GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configGOOGLE_PLAY_PACKAGE_NAMEDefault Android package name for your app com.example.myapp
🔐 secretGOOGLE_SERVICE_ACCOUNT_KEYAbsolute path to your service account JSON key file /home/user/.config/gcloud/play-console-key.json
// quality suggestions

Tool handlers catch errors

Only 4/10 tool handlers wrap calls in try/catch (40%)

Wrap each tool handler body in try/catch and return a structured error response.

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 2 high severity in production deps — @modelcontextprotocol/sdk@1.6.1 (high), @modelcontextprotocol/sdk@1.6.1 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/waclabs/google-play-mcp-server?variant=verified)](https://m8ven.ai/mcp/waclabs/google-play-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: d2c6203d9bcb85ad14ceadbf366ade63bfc44fe5
code hash: 5cd8c2d8859e8684c615af6e73ec837557ff1e2a2a3634debbc94b69eacceabc
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client