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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 44 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add mikusnuz-app-publish -- npx -y app-publish-mcp
{
"mcpServers": {
"mikusnuz-app-publish": {
"command": "npx",
"args": [
"-y",
"app-publish-mcp"
]
}
}
} {
"servers": {
"mikusnuz-app-publish": {
"command": "npx",
"args": [
"-y",
"app-publish-mcp"
]
}
}
} codex mcp add mikusnuz-app-publish -- npx -y app-publish-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mikusnuz-app-publish": {
"type": "local",
"command": [
"npx",
"-y",
"app-publish-mcp"
],
"enabled": true
}
}
} openclaw mcp add mikusnuz-app-publish --command npx --arg -y --arg app-publish-mcp
mcp_servers:
mikusnuz-app-publish:
command: "npx"
args: ["-y", "app-publish-mcp"] {
"McpServers": {
"mikusnuz-app-publish": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"app-publish-mcp"
]
}
}
} assistant mcp add mikusnuz-app-publish -t stdio -c npx -a -y app-publish-mcp
{
"mcpServers": {
"mikusnuz-app-publish": {
"command": "npx",
"args": [
"-y",
"app-publish-mcp"
]
}
}
} 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
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 →
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 →
apple_add_beta_testers_to_group ~46
Add beta testers to a group
| Name | Type | Req | Description |
|---|---|---|---|
| betaGroupId | string | yes | Beta Group ID |
| betaTesterIds | array | yes | Array of beta tester IDs |
No output schema declared.
No examples provided.
apple_assign_build ~40
Assign a build to an App Store version
| Name | Type | Req | Description |
|---|---|---|---|
| buildId | string | yes | Build ID |
| versionId | string | yes | App Store Version ID |
No output schema declared.
No examples provided.
apple_cancel_submission ~29
Cancel an in-review submission (if still possible)
| Name | Type | Req | Description |
|---|---|---|---|
| submissionId | string | yes | Submission ID |
No output schema declared.
No examples provided.
apple_create_beta_group ~104
Create a beta group
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | App ID |
| feedbackEnabled | boolean | – | Enable feedback |
| hasAccessToAllBuilds | boolean | – | Auto-enable all new builds |
| isInternalGroup | boolean | – | Is internal group (Apple employees) |
| name | string | yes | Group name |
| publicLinkEnabled | boolean | – | Enable public TestFlight link |
| publicLinkLimit | number | – | Max testers via public link |
No output schema declared.
No examples provided.
apple_create_bundle_id ~48
Register a new bundle ID
| Name | Type | Req | Description |
|---|---|---|---|
| identifier | string | yes | Bundle ID (e.g. com.example.app) |
| name | string | yes | Display name |
| platform | string | yes | – |
No output schema declared.
No examples provided.
apple_create_certificate ~65
Create a certificate
| Name | Type | Req | Description |
|---|---|---|---|
| certificateType | string | yes | Certificate type (e.g. IOS_DEVELOPMENT, IOS_DISTRIBUTION, MAC_APP_DISTRIBUTION, DEVELOPER_ID_APPLICATION) |
| csrContent | string | yes | Certificate Signing Request (CSR) content |
No output schema declared.
No examples provided.
apple_create_iap ~69
Create an in-app purchase
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | App ID |
| inAppPurchaseType | string | yes | IAP type |
| name | string | yes | IAP name |
| productId | string | yes | Product ID (e.g. com.example.app.coins100) |
No output schema declared.
No examples provided.
apple_create_profile ~86
Create a provisioning profile
| Name | Type | Req | Description |
|---|---|---|---|
| bundleIdId | string | yes | Bundle ID |
| certificateIds | array | yes | Array of certificate IDs |
| deviceIds | array | – | Array of device IDs (required for development profiles) |
| name | string | yes | Profile name |
| profileType | string | yes | Profile type (e.g. IOS_APP_DEVELOPMENT, IOS_APP_STORE) |
No output schema declared.
No examples provided.
apple_create_screenshot_set ~74
Create a screenshot set for a specific display type
| Name | Type | Req | Description |
|---|---|---|---|
| displayType | string | yes | Display type (e.g. APP_IPHONE_67, APP_IPHONE_65, APP_IPAD_PRO_129, APP_IPAD_PRO_3GEN_129) |
| localizationId | string | yes | Version Localization ID |
No output schema declared.
No examples provided.
apple_create_subscription_group ~35
Create a subscription group
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | App ID |
| referenceName | string | yes | Reference name |
No output schema declared.
No examples provided.
apple_create_version ~86
Create a new App Store version for submission
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | App ID |
| copyright | string | – | – |
| earliestReleaseDate | string | – | ISO 8601 date for scheduled release |
| platform | string | – | – |
| releaseType | string | – | – |
| versionString | string | yes | Version (e.g. 1.0.0) |
No output schema declared.
No examples provided.
apple_create_version_localization ~100
Create a new localization for a version
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | – |
| keywords | string | – | Comma-separated keywords |
| locale | string | yes | Locale code (e.g. ko, en-US, ja) |
| marketingUrl | string | – | – |
| promotionalText | string | – | – |
| supportUrl | string | – | – |
| versionId | string | yes | App Store Version ID |
| whatsNew | string | – | – |
No output schema declared.
No examples provided.
apple_delete_beta_group ~27
Delete a beta group
| Name | Type | Req | Description |
|---|---|---|---|
| betaGroupId | string | yes | Beta Group ID |
No output schema declared.
No examples provided.
apple_delete_beta_tester ~28
Delete a beta tester
| Name | Type | Req | Description |
|---|---|---|---|
| betaTesterId | string | yes | Beta Tester ID |
No output schema declared.
No examples provided.
apple_delete_iap ~29
Delete an in-app purchase
| Name | Type | Req | Description |
|---|---|---|---|
| iapId | string | yes | In-App Purchase ID |
No output schema declared.
No examples provided.
apple_delete_profile ~24
Delete a provisioning profile
| Name | Type | Req | Description |
|---|---|---|---|
| profileId | string | yes | Profile ID |
No output schema declared.
No examples provided.
apple_delete_screenshot ~24
Delete a screenshot
| Name | Type | Req | Description |
|---|---|---|---|
| screenshotId | string | yes | Screenshot ID |
No output schema declared.
No examples provided.
apple_delete_subscription_group ~26
Delete a subscription group
| Name | Type | Req | Description |
|---|---|---|---|
| groupId | string | yes | Subscription Group ID |
No output schema declared.
No examples provided.
apple_disable_capability ~30
Disable a capability on a bundle ID
| Name | Type | Req | Description |
|---|---|---|---|
| capabilityId | string | yes | Bundle ID Capability ID |
No output schema declared.
No examples provided.
apple_enable_capability ~170
Enable a capability on a bundle ID
| Name | Type | Req | Description |
|---|---|---|---|
| bundleIdId | string | yes | Bundle ID |
| capabilityType | string | yes | Capability type (e.g. ICLOUD, PUSH_NOTIFICATIONS, IN_APP_PURCHASE, GAME_CENTER, WALLET, MAPS, ASSOCIATED_DOMAINS, PERSONAL_VPN, APP_GROUPS, HEALTHKIT, HOMEKIT, WIRELESS_ACCESSORY_CONFIGURATION, APPLE… |
| settings | array | – | Capability-specific settings |
No output schema declared.
No examples provided.
apple_get_age_rating ~31
Get age rating declaration for an app info
| Name | Type | Req | Description |
|---|---|---|---|
| appInfoId | string | yes | AppInfo ID |
No output schema declared.
No examples provided.
apple_get_app ~30
Get detailed info about an app including latest version state
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | App ID |
No output schema declared.
No examples provided.
apple_get_app_info ~31
Get app info (categories, age rating, etc)
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | App ID |
No output schema declared.
No examples provided.
apple_get_iap ~29
Get in-app purchase details
| Name | Type | Req | Description |
|---|---|---|---|
| iapId | string | yes | In-App Purchase ID |
No output schema declared.
No examples provided.
apple_get_pricing ~25
Get current app pricing
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | App ID |
No output schema declared.
No examples provided.
apple_invite_beta_tester ~60
Invite a beta tester
| Name | Type | Req | Description |
|---|---|---|---|
| betaGroupIds | array | yes | Array of beta group IDs |
| string | yes | Tester email | |
| firstName | string | – | First name |
| lastName | string | – | Last name |
No output schema declared.
No examples provided.
apple_list_app_info_localizations ~39
List app info localizations (app name, subtitle, privacy policy URL)
| Name | Type | Req | Description |
|---|---|---|---|
| appInfoId | string | yes | AppInfo ID |
No output schema declared.
No examples provided.
apple_list_apps ~30
List all apps in App Store Connect
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Max results (default 100) |
No output schema declared.
No examples provided.
apple_list_availability ~28
List territories where the app is available
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | App ID |
No output schema declared.
No examples provided.
apple_list_beta_groups ~26
List beta groups
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | – | Filter by app ID |
No output schema declared.
No examples provided.
apple_list_beta_testers ~37
List beta testers
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | – | Filter by app ID |
| string | – | Filter by email |
No output schema declared.
No examples provided.
apple_list_builds ~48
List builds uploaded to App Store Connect
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | App ID |
| limit | number | – | – |
| preReleaseVersion | string | – | Filter by version string |
No output schema declared.
No examples provided.
apple_list_bundle_id_capabilities ~30
List capabilities for a bundle ID
| Name | Type | Req | Description |
|---|---|---|---|
| bundleIdId | string | yes | Bundle ID |
No output schema declared.
No examples provided.
apple_list_bundle_ids ~22
List registered bundle IDs
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | – |
No output schema declared.
No examples provided.
apple_list_certificates ~80
List certificates
| Name | Type | Req | Description |
|---|---|---|---|
| certificateType | string | – | Filter by certificate type (e.g. IOS_DEVELOPMENT, IOS_DISTRIBUTION, MAC_APP_DISTRIBUTION, MAC_INSTALLER_DISTRIBUTION, MAC_APP_DEVELOPMENT, DEVELOPER_ID_KEXT, DEVELOPER_ID_APPLICATION, DEVELOPER_ID_IN… |
No output schema declared.
No examples provided.
apple_list_devices ~33
List registered devices
| Name | Type | Req | Description |
|---|---|---|---|
| platform | string | – | Filter by platform |
| status | string | – | Filter by status |
No output schema declared.
No examples provided.
apple_list_iap ~28
List in-app purchases for an app
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | App ID |
No output schema declared.
No examples provided.
apple_list_profiles ~122
List provisioning profiles
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | – | Filter by profile name |
| profileType | string | – | Filter by profile type (e.g. IOS_APP_DEVELOPMENT, IOS_APP_STORE, IOS_APP_ADHOC, IOS_APP_INHOUSE, MAC_APP_DEVELOPMENT, MAC_APP_STORE, MAC_APP_DIRECT, TVOS_APP_DEVELOPMENT, TVOS_APP_STORE, TVOS_APP_ADH… |
No output schema declared.
No examples provided.
apple_list_reviews ~40
List customer reviews for an app
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | App ID |
| limit | number | – | – |
| sort | string | – | – |
No output schema declared.
No examples provided.
apple_list_screenshot_sets ~29
List screenshot sets for a localization
| Name | Type | Req | Description |
|---|---|---|---|
| localizationId | string | yes | Version Localization ID |
No output schema declared.
No examples provided.
apple_list_subscription_groups ~27
List subscription groups for an app
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | App ID |
No output schema declared.
No examples provided.
apple_list_version_localizations ~31
List all localizations for a version
| Name | Type | Req | Description |
|---|---|---|---|
| versionId | string | yes | App Store Version ID |
No output schema declared.
No examples provided.
apple_list_versions ~60
List all App Store versions for an app
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | App ID |
| platform | string | – | – |
| state | string | – | Filter by state (e.g. PREPARE_FOR_SUBMISSION, READY_FOR_SALE) |
No output schema declared.
No examples provided.
apple_register_device ~42
Register a new device
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Device name |
| platform | string | yes | Platform |
| udid | string | yes | Device UDID |
No output schema declared.
No examples provided.
apple_remove_beta_testers_from_group ~46
Remove beta testers from a group
| Name | Type | Req | Description |
|---|---|---|---|
| betaGroupId | string | yes | Beta Group ID |
| betaTesterIds | array | yes | Array of beta tester IDs |
No output schema declared.
No examples provided.
apple_respond_to_review ~38
Respond to a customer review
| Name | Type | Req | Description |
|---|---|---|---|
| responseBody | string | yes | Response text |
| reviewId | string | yes | Customer Review ID |
No output schema declared.
No examples provided.
apple_revoke_certificate ~25
Revoke a certificate
| Name | Type | Req | Description |
|---|---|---|---|
| certificateId | string | yes | Certificate ID |
No output schema declared.
No examples provided.
apple_set_price ~69
Set app price (free or paid). Use price tier ID from Apple price points.
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | App ID |
| priceTierId | string | yes | Price tier ID (use "0" for free) |
| startDate | string | – | ISO 8601 start date |
No output schema declared.
No examples provided.
apple_submit_for_review ~30
Submit an App Store version for review
| Name | Type | Req | Description |
|---|---|---|---|
| versionId | string | yes | App Store Version ID |
No output schema declared.
No examples provided.
apple_update_age_rating ~135
Update age rating declaration
| Name | Type | Req | Description |
|---|---|---|---|
| ageRatingId | string | yes | Age Rating Declaration ID |
| alcoholTobaccoOrDrugUseOrReferences | string | – | – |
| gamblingAndContests | boolean | – | – |
| gamblingSimulated | string | – | – |
| horrorOrFearThemes | string | – | – |
| medicalOrTreatmentInformation | string | – | – |
| profanityOrCrudeHumor | string | – | – |
| sexualContentOrNudity | string | – | – |
| unrestrictedWebAccess | boolean | – | – |
| violenceCartoonOrFantasy | string | – | – |
| violenceRealistic | string | – | – |
No output schema declared.
No examples provided.
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.