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.mikusnuz/app-publish

NPM · APP-PUBLISH-MCP · SCANNED SEP 20

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

Available components

0 this week 78 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
  • 48 of 130 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability78
  • 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 Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 13 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "apple_delete_screenshot" 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 92 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.mikusnuz/app-publish MCP server?

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

npm · app-publish-mcp

# add to Claude Code
claude mcp add mikusnuz-app-publish -- npx -y app-publish-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "mikusnuz-app-publish": {
      "command": "npx",
      "args": [
        "-y",
        "app-publish-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "mikusnuz-app-publish": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "mikusnuz-app-publish": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "app-publish-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add mikusnuz-app-publish -t stdio -c npx -a -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.

  • 19 Sept 26 +1

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

  • 18 Sept 26 −3
    • Stability: pass → 0.83 functional
  • 17 Sept 26 +1
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 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 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 9 Sept 26 +1
    • Stability: 0.97 → pass security
  • 7 Sept 26 +1
    • Security disclosure: unverified → fail functional
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/app-publish-mcp@0.3.1

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 130 packages
Packages resolved 130
Deprecated 1
Stale 47
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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. 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
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.

Common questions

What is the io.github.mikusnuz/app-publish MCP server?

io.github.mikusnuz/app-publish is an MCP server listed in the public MCP registry as io.github.mikusnuz/app-publish. MCP server for App Store Connect & Google Play Console, iOS/Android app management. This page covers its npm package (app-publish-mcp).

Is the io.github.mikusnuz/app-publish MCP server safe to use?

io.github.mikusnuz/app-publish scores 78 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.mikusnuz/app-publish MCP server expose?

io.github.mikusnuz/app-publish exposes 91 tools: apple_list_apps, apple_get_app, apple_get_app_info, apple_update_category, apple_list_bundle_ids, and 86 more. Their descriptions and schemas cost roughly 4,961 tokens of context every time the server is loaded.

Is the io.github.mikusnuz/app-publish MCP server still maintained?

io.github.mikusnuz/app-publish 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.mikusnuz/app-publish MCP server under?

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