app-store-connect-mcp-server

create_bundle_id

Generate and register a new bundle ID for app development by specifying the identifier, name, and platform. Integrates with the App Store Connect API for iOS developers.

Instructions

Register a new bundle ID for app development

Input Schema

NameRequiredDescriptionDefault
identifierYesThe bundle ID string (e.g., 'com.example.app')
nameYesA name for the bundle ID
platformYesThe platform for this bundle ID
seedIdNoYour team's seed ID (optional)

Input Schema (JSON Schema)

{ "properties": { "identifier": { "description": "The bundle ID string (e.g., 'com.example.app')", "type": "string" }, "name": { "description": "A name for the bundle ID", "type": "string" }, "platform": { "description": "The platform for this bundle ID", "enum": [ "IOS", "MAC_OS", "UNIVERSAL" ], "type": "string" }, "seedId": { "description": "Your team's seed ID (optional)", "required": false, "type": "string" } }, "required": [ "identifier", "name", "platform" ], "type": "object" }

You must be authenticated.

Other Tools from app-store-connect-mcp-server

Related Tools

ID: z4j2smln34