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

io.github.mikusnuz/app-publish

NPM · APP-PUBLISH-MCP · SCANNED AUG 3

MCP server for App Store Connect & Google Play Console — iOS/Android app management

Available components

+11 this week 63 Trust /100
Trust breakdown (6 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 →

Supply Chain Security79
  • 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
  • Only part of the dependency tree could be resolved (129 of 133), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability79
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 5005 tokens (~53/item across 93 items; 91 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 84% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · app-publish-mcp

# add to Claude Code
claude mcp add mikusnuz-app-publish -- npx -y app-publish-mcp
# add to Codex CLI
codex mcp add mikusnuz-app-publish -- npx -y app-publish-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mikusnuz-app-publish": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "app-publish-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mikusnuz-app-publish --command npx --arg -y --arg app-publish-mcp
# ~/.hermes/config.yaml
mcp_servers:
  mikusnuz-app-publish:
    command: "npx"
    args: ["-y", "app-publish-mcp"]
// mcp.json
{
  "mcpServers": {
    "mikusnuz-app-publish": {
      "command": "npx",
      "args": [
        "-y",
        "app-publish-mcp"
      ]
    }
  }
}
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.

  • 2 Aug 26 +32
    • Known CVEs: unverified → fail security
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −5
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
  • 31 Jul 26 −23
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 29 Jul 26 +52
    • CVE-2026-41907 affects this package: high security
    • Known CVEs: unverified → fail security
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 28 Jul 26 −27
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Dependency health: unverified → partial functional
  • 27 Jul 26 52

    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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

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
Dependencies 129 packages

129 packages in the resolved dependency tree · 129 deprecated · 45 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 91 exposed · ~4,961 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.

Tool Tokens
apple_update_app_info_localization ~74

Update app name, subtitle, or privacy policy URL for a locale

NameTypeReqDescription
localizationIdstringyesAppInfo Localization ID
namestringApp name
privacyPolicyTextstring
privacyPolicyUrlstring
subtitlestringApp subtitle

No output schema declared.

No examples provided.

apple_update_category ~59

Update app primary/secondary category

NameTypeReqDescription
appInfoIdstringyesAppInfo ID
primaryCategoryIdstringPrimary category ID (e.g. SOCIAL_NETWORKING)
secondaryCategoryIdstringSecondary category ID

No output schema declared.

No examples provided.

apple_update_device ~44

Update device name or status

NameTypeReqDescription
deviceIdstringyesDevice ID
namestringNew device name
statusstringNew status

No output schema declared.

No examples provided.

apple_update_review_detail ~109

Update app review info (contact info, notes, demo account for reviewer)

NameTypeReqDescription
contactEmailstring
contactFirstNamestring
contactLastNamestring
contactPhonestring
demoAccountNamestring
demoAccountPasswordstring
demoAccountRequiredboolean
notesstringNotes for the reviewer
versionIdstringyesApp Store Version ID

No output schema declared.

No examples provided.

apple_update_version_localization ~84

Update localization fields (description, keywords, whatsNew, etc)

NameTypeReqDescription
descriptionstring
keywordsstringComma-separated keywords
localizationIdstringyesLocalization ID
marketingUrlstring
promotionalTextstring
supportUrlstring
whatsNewstring

No output schema declared.

No examples provided.

apple_upload_screenshot ~77

Upload a screenshot (reserves slot, then uploads binary)

NameTypeReqDescription
fileNamestringyesFile name (e.g. screen1.png)
filePathstringyesLocal path to the screenshot image
fileSizenumberyesFile size in bytes
screenshotSetIdstringyesScreenshot Set ID

No output schema declared.

No examples provided.

google_archive_subscription ~47

Archive a subscription (remove from Google Play but retain for existing subscribers)

NameTypeReqDescription
packageNamestringyesAndroid package name
productIdstringyesSubscription product ID to archive

No output schema declared.

No examples provided.

google_commit_edit ~48

Commit all pending changes in an edit session. This publishes the changes.

NameTypeReqDescription
editIdstringyesEdit ID from google_create_edit
packageNamestringyesAndroid package name

No output schema declared.

No examples provided.

google_create_edit ~44

Create a new edit session. Required before making any changes to a Google Play listing.

NameTypeReqDescription
packageNamestringyesAndroid package name (e.g. com.example.app)

No output schema declared.

No examples provided.

google_create_iap ~138

Create a new in-app product (managed product)

NameTypeReqDescription
defaultDescriptionstringyesDefault product description
defaultLanguagestringyesDefault language (e.g. en-US)
defaultPriceCurrencyCodestringyesCurrency code (e.g. USD)
defaultPriceMicrosstringyesPrice in micros (e.g. 990000 for $0.99)
defaultTitlestringyesDefault product title
packageNamestringyesAndroid package name
purchaseTypestring
skustringyesProduct SKU (unique identifier)
statusstring

No output schema declared.

No examples provided.

google_create_release ~120

Create a release on a track with optional version codes and release notes

NameTypeReqDescription
editIdstringyesEdit ID
packageNamestringyesAndroid package name
releaseNamestringRelease name/label
releaseNotesarrayRelease notes per language
statusstring
trackstringyesTarget track
userFractionnumberStaged rollout fraction (0.0-1.0, only for production)
versionCodesarrayVersion codes to include

No output schema declared.

No examples provided.

google_delete_all_images ~61

Delete all images of a specific type for a language

NameTypeReqDescription
editIdstringyesEdit ID
imageTypestringyesImage type
languagestringyesLanguage code
packageNamestringyesAndroid package name

No output schema declared.

No examples provided.

google_delete_edit ~39

Discard an edit session without committing changes

NameTypeReqDescription
editIdstringyesEdit ID
packageNamestringyesAndroid package name

No output schema declared.

No examples provided.

google_delete_iap ~38

Delete an in-app product

NameTypeReqDescription
packageNamestringyesAndroid package name
skustringyesProduct SKU to delete

No output schema declared.

No examples provided.

google_delete_image ~67

Delete a specific uploaded image

NameTypeReqDescription
editIdstringyesEdit ID
imageIdstringyesImage ID to delete
imageTypestringyesImage type
languagestringyesLanguage code
packageNamestringyesAndroid package name

No output schema declared.

No examples provided.

google_delete_listing ~57

Delete a store listing for a specific language

NameTypeReqDescription
editIdstringyesEdit ID
languagestringyesLanguage code to delete (e.g. ko-KR)
packageNamestringyesAndroid package name

No output schema declared.

No examples provided.

google_get_country_availability ~60

Get country availability for a specific track

NameTypeReqDescription
editIdstringyesEdit ID
packageNamestringyesAndroid package name
trackstringyesTrack name (e.g. production, beta, alpha, internal)

No output schema declared.

No examples provided.

google_get_details ~44

Get app details (default language, contact email/phone/website)

NameTypeReqDescription
editIdstringyesEdit ID
packageNamestringyesAndroid package name

No output schema declared.

No examples provided.

google_get_iap ~39

Get details of a specific in-app product

NameTypeReqDescription
packageNamestringyesAndroid package name
skustringyesProduct SKU

No output schema declared.

No examples provided.

google_get_listing ~61

Get store listing for a specific language

NameTypeReqDescription
editIdstringyesEdit ID
languagestringyesLanguage code (e.g. ko-KR, en-US, ja-JP)
packageNamestringyesAndroid package name

No output schema declared.

No examples provided.

google_get_review ~37

Get a specific review with details

NameTypeReqDescription
packageNamestringyesAndroid package name
reviewIdstringyesReview ID

No output schema declared.

No examples provided.

google_get_subscription ~38

Get details of a specific subscription

NameTypeReqDescription
packageNamestringyesAndroid package name
productIdstringyesSubscription product ID

No output schema declared.

No examples provided.

google_get_testers ~56

Get tester configuration for a track

NameTypeReqDescription
editIdstringyesEdit ID
packageNamestringyesAndroid package name
trackstringyesTrack name (e.g. internal, alpha, beta)

No output schema declared.

No examples provided.

google_get_track ~47

Get details of a specific release track

NameTypeReqDescription
editIdstringyesEdit ID
packageNamestringyesAndroid package name
trackstringyesTrack name

No output schema declared.

No examples provided.

google_halt_release ~46

Halt an ongoing staged rollout

NameTypeReqDescription
editIdstringyesEdit ID
packageNamestringyesAndroid package name
trackstringyesTrack name

No output schema declared.

No examples provided.

google_list_iap ~34

List all in-app products (managed products) for an app

NameTypeReqDescription
packageNamestringyesAndroid package name

No output schema declared.

No examples provided.

google_list_images ~57

List uploaded images of a specific type

NameTypeReqDescription
editIdstringyesEdit ID
imageTypestringyesImage type
languagestringyesLanguage code
packageNamestringyesAndroid package name

No output schema declared.

No examples provided.

google_list_listings ~43

List all store listings (all languages) for an app

NameTypeReqDescription
editIdstringyesEdit ID
packageNamestringyesAndroid package name

No output schema declared.

No examples provided.

google_list_reviews ~27

List user reviews for an app

NameTypeReqDescription
packageNamestringyesAndroid package name

No output schema declared.

No examples provided.

google_list_subscriptions ~28

List all subscriptions for an app

NameTypeReqDescription
packageNamestringyesAndroid package name

No output schema declared.

No examples provided.

google_list_tracks ~43

List all release tracks (internal, alpha, beta, production)

NameTypeReqDescription
editIdstringyesEdit ID
packageNamestringyesAndroid package name

No output schema declared.

No examples provided.

google_promote_release ~89

Promote a release from one track to another (e.g. beta → production)

NameTypeReqDescription
editIdstringyesEdit ID
fromTrackstringyesSource track
packageNamestringyesAndroid package name
releaseNotesarray
toTrackstringyesTarget track
userFractionnumberStaged rollout fraction for production

No output schema declared.

No examples provided.

google_reply_to_review ~47

Reply to a user review

NameTypeReqDescription
packageNamestringyesAndroid package name
replyTextstringyesReply text
reviewIdstringyesReview ID

No output schema declared.

No examples provided.

google_update_details ~104

Update app details (default language, contact email/phone/website)

NameTypeReqDescription
contactEmailstringUser-visible support email
contactPhonestringUser-visible support phone number
contactWebsitestringUser-visible website URL
defaultLanguagestringDefault language code in BCP 47 format (e.g. en-US)
editIdstringyesEdit ID
packageNamestringyesAndroid package name

No output schema declared.

No examples provided.

google_update_iap ~105

Update an existing in-app product

NameTypeReqDescription
defaultLanguagestringDefault language
defaultPriceCurrencyCodestringCurrency code
defaultPriceMicrosstringPrice in micros
descriptionstringProduct description (for default language)
packageNamestringyesAndroid package name
skustringyesProduct SKU
statusstring
titlestringProduct title (for default language)

No output schema declared.

No examples provided.

google_update_listing ~106

Update store listing for a specific language (title, descriptions)

NameTypeReqDescription
editIdstringyesEdit ID
fullDescriptionstringFull description (max 4000 chars)
languagestringyesLanguage code (e.g. ko-KR, en-US)
packageNamestringyesAndroid package name
shortDescriptionstringShort description (max 80 chars)
titlestringApp title (max 30 chars)

No output schema declared.

No examples provided.

google_update_testers ~71

Update tester Google Groups for a track

NameTypeReqDescription
editIdstringyesEdit ID
googleGroupsarrayList of Google Group email addresses
packageNamestringyesAndroid package name
trackstringyesTrack name (e.g. internal, alpha, beta)

No output schema declared.

No examples provided.

google_upload_apk ~51

Upload an APK file

NameTypeReqDescription
apkPathstringyesLocal path to the .apk file
editIdstringyesEdit ID
packageNamestringyesAndroid package name

No output schema declared.

No examples provided.

google_upload_bundle ~55

Upload an Android App Bundle (.aab)

NameTypeReqDescription
bundlePathstringyesLocal path to the .aab file
editIdstringyesEdit ID
packageNamestringyesAndroid package name

No output schema declared.

No examples provided.

google_upload_image ~77

Upload an image (screenshot, icon, feature graphic, etc)

NameTypeReqDescription
editIdstringyesEdit ID
imagePathstringyesLocal path to the image file
imageTypestringyesImage type
languagestringyesLanguage code
packageNamestringyesAndroid package name

No output schema declared.

No examples provided.

google_validate_edit ~49

Validate an edit session without committing. Useful to check for errors before commit.

NameTypeReqDescription
editIdstringyesEdit ID from google_create_edit
packageNamestringyesAndroid package name

No output schema declared.

No examples provided.