Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.muhammetali/gpc-mcp-server

NPM · GPC-MCP-SERVER · SCANNED SEP 20

Google Play Console MCP Server for AI coding agents

Available components

+3 this week 74 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security89
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects uuid 9.0.1, reached via google-auth-library > gaxios > uuid. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 40 of 118 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 4477 tokens (~68/item across 65 items; 65 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management57
  • Stability observed for 17 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 9 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "gpc_delete_image" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 65 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.muhammetali/gpc-mcp-server server?

io.github.muhammetali/gpc-mcp-server runs locally as an npm package, launched with npx -y gpc-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · gpc-mcp-server

# add to Claude Code
claude mcp add muhammetali-gpc-mcp-server -- npx -y gpc-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "muhammetali-gpc-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "gpc-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "muhammetali-gpc-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "gpc-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add muhammetali-gpc-mcp-server -- npx -y gpc-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "muhammetali-gpc-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "gpc-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add muhammetali-gpc-mcp-server --command npx --arg -y --arg gpc-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  muhammetali-gpc-mcp-server:
    command: "npx"
    args: ["-y", "gpc-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "muhammetali-gpc-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "gpc-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add muhammetali-gpc-mcp-server -t stdio -c npx -a -y gpc-mcp-server
// mcp.json
{
  "mcpServers": {
    "muhammetali-gpc-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "gpc-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +4
    • Stability: unverified → 0.27 functional
  • 4 Sept 26 +15
    • Malware scan: unverified → pass security
  • 3 Sept 26 51

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/gpc-mcp-server@1.0.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 118 packages
Packages resolved 118
Deprecated 1
Stale 39
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 65 exposed · ~4,477 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
gpc_revoke_subscription ~37

Revoke a subscription immediately. Access is removed right away. Cannot be undone.

NameTypeReqDescription
tokenstringyesSubscription purchase token

No output schema declared.

No examples provided.

gpc_set_rollout ~82

Set or update the staged rollout percentage for a production release. Set to 1.0 to complete rollout.

NameTypeReqDescription
trackstringRelease track (internal, alpha, beta, production)
userFractionnumberyesRollout fraction (0.01-1.0). Use 1.0 to complete the rollout to 100%.

No output schema declared.

No examples provided.

gpc_share_internal ~50

Upload a bundle/APK for internal app sharing. Bypasses edit workflow — available immediately via download URL.

NameTypeReqDescription
filePathstringyesAbsolute path to .aab or .apk file

No output schema declared.

No examples provided.

gpc_update_app_details ~77

Update app-level details (contact email, phone, website, default language).

NameTypeReqDescription
contactEmailstringContact email address
contactPhonestringContact phone number
contactWebsitestringContact website URL
defaultLanguagestringDefault language code (e.g., "en-US")

No output schema declared.

No examples provided.

gpc_update_listing ~117

Update store listing for a specific locale (title, description, short description, video URL).

NameTypeReqDescription
fullDescriptionstringFull description (max 4000 chars)
languagestringyesLocale code (en-US, tr-TR, de-DE, es-419, fr-FR, ru-RU, ar)
shortDescriptionstringShort description (max 80 chars)
titlestringApp title (max 30 chars)
videostringYouTube video URL

No output schema declared.

No examples provided.

gpc_update_product ~178

Update an existing in-app product (title, description, price for one region, and/or active state).

NameTypeReqDescription
activebooleantrue = activate the base purchase option (purchasable); false = deactivate it
currencystringCurrency code matching regionCode (required if priceMicros is set)
defaultLanguagestringLanguage code for the listing to update (defaults to the product's primary listing)
descriptionstringNew description
priceMicrosstringNew price in micros (requires currency and regionCode too)
productIdstringyesProduct ID to update
regionCodestringISO region code the price applies to, e.g. "US" (required if priceMicros is set)
titlestringNew title

No output schema declared.

No examples provided.

gpc_update_release_notes ~62

Update release notes for the latest release on a track. Pass locale -> text for all locales.

NameTypeReqDescription
releaseNotesobjectyesObject of locale -> release notes text
trackstringyesRelease track (internal, alpha, beta, production)

No output schema declared.

No examples provided.

gpc_update_subscription ~78

Update a subscription listing (title, description, benefits).

NameTypeReqDescription
benefitsarrayUpdated list of benefits
descriptionstringNew description
languageCodestringLanguage code for the listing to update
productIdstringyesSubscription product ID to update
titlestringNew title

No output schema declared.

No examples provided.

gpc_update_testers ~59

Set Google Groups for a testing track. Replaces the existing tester list.

NameTypeReqDescription
googleGroupsarrayyesList of Google Group email addresses for testing
trackstringyesRelease track (internal, alpha, beta, production)

No output schema declared.

No examples provided.

gpc_upload_aab ~202

Upload an AAB file and create a release in one step. Combines upload + release + commit into a single operation.

NameTypeReqDescription
autoFillLocalesbooleanAuto-fill missing locale release notes from en-US (default: true)
filePathstringyesAbsolute path to the .aab file on disk
releaseNamestringRelease name (e.g., "2.1.0")
releaseNotesobjectyesObject of locale -> release notes. E.g., {"en-US": "Bug fixes", "tr-TR": "Hata duzeltmeleri"}
statusstringRelease status: draft, inProgress (staged rollout), or completed (full rollout)
trackstringyesRelease track (internal, alpha, beta, production)
userFractionnumberRollout fraction (0.01-1.0). Only used when status is inProgress.

No output schema declared.

No examples provided.

gpc_upload_bundle ~54

Upload an Android App Bundle (.aab) file to Google Play. Returns the version code for use with gpc_create_release.

NameTypeReqDescription
filePathstringyesAbsolute path to the .aab file on disk

No output schema declared.

No examples provided.

gpc_upload_image ~123

Upload a screenshot, feature graphic, or icon image for a locale.

NameTypeReqDescription
filePathstringyesAbsolute path to the image file on disk (PNG, JPEG, or WebP)
imageTypestringyesImage type (phoneScreenshots, sevenInchScreenshots, tenInchScreenshots, tvScreenshots, wearScreenshots, icon, featureGraphic, tvBanner)
languagestringyesLocale code (en-US, tr-TR, de-DE, es-419, fr-FR, ru-RU, ar)

No output schema declared.

No examples provided.

gpc_upload_mapping ~72

Upload a ProGuard/R8 mapping file for a version code. Enables deobfuscated crash stack traces in Play Console.

NameTypeReqDescription
filePathstringyesAbsolute path to the mapping file (.txt or .map)
versionCodenumberyesVersion code of the build to attach the mapping file to

No output schema declared.

No examples provided.

gpc_validate_release ~63

Pre-release validation: checks if version code is uploaded, track has no blocking drafts, and release notes cover all locales.

NameTypeReqDescription
trackstringyesRelease track (internal, alpha, beta, production)
versionCodestringyesVersion code to validate

No output schema declared.

No examples provided.

gpc_verify_purchase ~53

Verify a one-time product purchase by product ID and purchase token.

NameTypeReqDescription
productIdstringyesProduct ID (SKU) of the purchased item
tokenstringyesPurchase token from the client app

No output schema declared.

No examples provided.

Common questions

What is the io.github.muhammetali/gpc-mcp-server server?

io.github.muhammetali/gpc-mcp-server is listed in the public MCP registry as io.github.muhammetali/gpc-mcp-server. Google Play Console MCP Server for AI coding agents. This page covers its npm package (gpc-mcp-server).

Is the io.github.muhammetali/gpc-mcp-server server safe to use?

io.github.muhammetali/gpc-mcp-server scores 74 out of 100 on VerifyMCP. We recorded 1 known advisory against it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.muhammetali/gpc-mcp-server server expose?

io.github.muhammetali/gpc-mcp-server exposes 65 tools: gpc_get_app_info, gpc_list_listings, gpc_update_listing, gpc_list_tracks, gpc_create_release, and 60 more. Their descriptions and schemas cost roughly 4,477 tokens of context every time the server is loaded.

Is the io.github.muhammetali/gpc-mcp-server server still maintained?

io.github.muhammetali/gpc-mcp-server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.muhammetali/gpc-mcp-server server under?

io.github.muhammetali/gpc-mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.