Heroku MCP server

Official

transfer_app

Transfer ownership of a Heroku app to another user or team. Input the app name and recipient details to move or reassign app ownership for organizational or user needs. Requires app owner or team admin permissions.

Instructions

Transfer ownership of a Heroku application. Use this tool when a user wants to: 1) Transfer an app to another user's account, 2) Move an app to a team, 3) Change app ownership for organizational purposes. Requires the app name and recipient (email for users, name for teams). The current user must be the app owner or a team admin to perform the transfer.

Input Schema

NameRequiredDescriptionDefault
appYesThe name of the Heroku app you want to transfer ownership of. You must be the current owner of this app or a team admin to transfer it.
recipientYesThe email address of the user or the name of the team who will receive ownership of the app. The recipient must have a Heroku account.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "app": { "description": "The name of the Heroku app you want to transfer ownership of. You must be the current owner of this app or a team admin to transfer it.", "type": "string" }, "recipient": { "description": "The email address of the user or the name of the team who will receive ownership of the app. The recipient must have a Heroku account.", "type": "string" } }, "required": [ "app", "recipient" ], "type": "object" }
ID: c1gtn2x5d2