This MCP server contains 47 operations which is significantly more than the recommended maximum of tools for most AI clients.
Seek a simplified MCP server that utilizes the official n8n tool implementation for AWS CodeDeploy if available, or an MCP server with only common operations as it will be more efficient and easier to manage.
BEFORE adding this MCP server to your client:
AFTER adding the MCP server to your client:
1.Selective tool enabling - Instead of enabling all tools (default), manually select only the specific tools you need for that Workflow's MCP client.
2. Monitor performance - Too many tools can slow down AI responses
Keep maximum 40 enabled tools - Most AI clients perform better with fewer tools
This workflow converts the AWS CodeDeploy API into an MCP-compatible interface for AI agents.
• MCP Trigger: Serves as your server endpoint for AI agent requests
• HTTP Request Nodes: Handle API calls to http://codedeploy.{region}.amazonaws.com
• AI Expressions: Automatically populate parameters via $fromAI()
placeholders
• Native Integration: Returns responses directly to the AI agent
• POST /#X-Amz-Target=CodeDeploy_20141006.AddTagsToOnPremisesInstances: Adds tags to on-premises instances.
• POST /#X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions: Gets information about one or more application revisions. The maximum number of application revisions that can be returned is 25.
• POST /#X-Amz-Target=CodeDeploy_20141006.BatchGetApplications: Gets information about one or more applications. The maximum number of applications that can be returned is 100.
• POST /#X-Amz-Target=CodeDeploy_20141006.BatchGetDeploymentGroups: Gets information about one or more deployment groups.
• POST /#X-Amz-Target=CodeDeploy_20141006.BatchGetDeploymentInstances: <note> <p> This method works, but is deprecated. Use <code>BatchGetDeploymentTargets</code> instead. </p> </note> <p> Returns an array of one or more instances associated with a deployment. This method works with EC2/On-premises and Lambda compute platforms. The newer <code>BatchGetDeploymentTargets</code> works with all compute platforms. The maximum number of instances that can be returned is 25.</p>
• POST /#X-Amz-Target=CodeDeploy_20141006.BatchGetDeploymentTargets: <p> Returns an array of one or more targets associated with a deployment. This method works with all compute types and should be used instead of the deprecated <code>BatchGetDeploymentInstances</code>. The maximum number of targets that can be returned is 25.</p> <p> The type of targets returned depends on the deployment's compute platform or deployment method: </p> <ul> <li> <p> <b>EC2/On-premises</b>: Information about Amazon EC2 instance targets. </p> </li> <li> <p> <b>Lambda</b>: Information about Lambda functions targets. </p> </li> <li> <p> <b>Amazon ECS</b>: Information about Amazon ECS service targets. </p> </li> <li> <p> <b>CloudFormation</b>: Information about targets of blue/green deployments initiated by a CloudFormation stack update.</p> </li> </ul>
• POST /#X-Amz-Target=CodeDeploy_20141006.BatchGetDeployments: Gets information about one or more deployments. The maximum number of deployments that can be returned is 25.
• POST /#X-Amz-Target=CodeDeploy_20141006.BatchGetOnPremisesInstances: Gets information about one or more on-premises instances. The maximum number of on-premises instances that can be returned is 25.
• POST /#X-Amz-Target=CodeDeploy_20141006.ContinueDeployment: For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment to instances in the replacement environment without waiting for a specified wait time to elapse. (Traffic rerouting, which is achieved by registering instances in the replacement environment with the load balancer, can start as soon as all instances have a status of Ready.)
• POST /#X-Amz-Target=CodeDeploy_20141006.CreateApplication: Creates an application.
• POST /#X-Amz-Target=CodeDeploy_20141006.CreateDeployment: Deploys an application revision through the specified deployment group.
• POST /#X-Amz-Target=CodeDeploy_20141006.CreateDeploymentConfig: Creates a deployment configuration.
• POST /#X-Amz-Target=CodeDeploy_20141006.CreateDeploymentGroup: Creates a deployment group to which application revisions are deployed.
• POST /#X-Amz-Target=CodeDeploy_20141006.DeleteApplication: Deletes an application.
• POST /#X-Amz-Target=CodeDeploy_20141006.DeleteDeploymentConfig: <p>Deletes a deployment configuration.</p> <note> <p>A deployment configuration cannot be deleted if it is currently in use. Predefined configurations cannot be deleted.</p> </note>
• POST /#X-Amz-Target=CodeDeploy_20141006.DeleteDeploymentGroup: Deletes a deployment group.
• POST /#X-Amz-Target=CodeDeploy_20141006.DeleteGitHubAccountToken: Deletes a GitHub account connection.
• POST /#X-Amz-Target=CodeDeploy_20141006.DeleteResourcesByExternalId: Deletes resources linked to an external ID.
• POST /#X-Amz-Target=CodeDeploy_20141006.DeregisterOnPremisesInstance: Deregisters an on-premises instance.
• POST /#X-Amz-Target=CodeDeploy_20141006.GetApplication: Gets information about an application.
• POST /#X-Amz-Target=CodeDeploy_20141006.GetApplicationRevision: Gets information about an application revision.
• POST /#X-Amz-Target=CodeDeploy_20141006.GetDeployment: <p>Gets information about a deployment.</p> <note> <p> The <code>content</code> property of the <code>appSpecContent</code> object in the returned revision is always null. Use <code>GetApplicationRevision</code> and the <code>sha256</code> property of the returned <code>appSpecContent</code> object to get the content of the deploymentâs AppSpec file. </p> </note>
• POST /#X-Amz-Target=CodeDeploy_20141006.GetDeploymentConfig: Gets information about a deployment configuration.
• POST /#X-Amz-Target=CodeDeploy_20141006.GetDeploymentGroup: Gets information about a deployment group.
• POST /#X-Amz-Target=CodeDeploy_20141006.GetDeploymentInstance: Gets information about an instance as part of a deployment.
• POST /#X-Amz-Target=CodeDeploy_20141006.GetDeploymentTarget: Returns information about a deployment target.
• POST /#X-Amz-Target=CodeDeploy_20141006.GetOnPremisesInstance: Gets information about an on-premises instance.
• POST /#X-Amz-Target=CodeDeploy_20141006.ListApplicationRevisions: Lists information about revisions for an application.
• POST /#X-Amz-Target=CodeDeploy_20141006.ListApplications: Lists the applications registered with the IAM user or Amazon Web Services account.
• POST /#X-Amz-Target=CodeDeploy_20141006.ListDeploymentConfigs: Lists the deployment configurations with the IAM user or Amazon Web Services account.
• POST /#X-Amz-Target=CodeDeploy_20141006.ListDeploymentGroups: Lists the deployment groups for an application registered with the IAM user or Amazon Web Services account.
• POST /#X-Amz-Target=CodeDeploy_20141006.ListDeploymentInstances: <note> <p> The newer <code>BatchGetDeploymentTargets</code> should be used instead because it works with all compute types. <code>ListDeploymentInstances</code> throws an exception if it is used with a compute platform other than EC2/On-premises or Lambda. </p> </note> <p> Lists the instance for a deployment associated with the IAM user or Amazon Web Services account. </p>
• POST /#X-Amz-Target=CodeDeploy_20141006.ListDeploymentTargets: Returns an array of target IDs that are associated a deployment.
• POST /#X-Amz-Target=CodeDeploy_20141006.ListDeployments: Lists the deployments in a deployment group for an application registered with the IAM user or Amazon Web Services account.
• POST /#X-Amz-Target=CodeDeploy_20141006.ListGitHubAccountTokenNames: Lists the names of stored connections to GitHub accounts.
• POST /#X-Amz-Target=CodeDeploy_20141006.ListOnPremisesInstances: <p>Gets a list of names for one or more on-premises instances.</p> <p>Unless otherwise specified, both registered and deregistered on-premises instance names are listed. To list only registered or deregistered on-premises instance names, use the registration status parameter.</p>
• POST /#X-Amz-Target=CodeDeploy_20141006.ListTagsForResource: Returns a list of tags for the resource identified by a specified Amazon Resource Name (ARN). Tags are used to organize and categorize your CodeDeploy resources.
• POST /#X-Amz-Target=CodeDeploy_20141006.PutLifecycleEventHookExecutionStatus: Sets the result of a Lambda validation function. The function validates lifecycle hooks during a deployment that uses the Lambda or Amazon ECS compute platform. For Lambda deployments, the available lifecycle hooks are <code>BeforeAllowTraffic</code> and <code>AfterAllowTraffic</code>. For Amazon ECS deployments, the available lifecycle hooks are <code>BeforeInstall</code>, <code>AfterInstall</code>, <code>AfterAllowTestTraffic</code>, <code>BeforeAllowTraffic</code>, and <code>AfterAllowTraffic</code>. Lambda validation functions return <code>Succeeded</code> or <code>Failed</code>. For more information, see <a href="https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-hooks.html#appspec-hooks-lambda">AppSpec 'hooks' Section for an Lambda Deployment </a> and <a href="https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-hooks.html#appspec-hooks-ecs">AppSpec 'hooks' Section for an Amazon ECS Deployment</a>.
• POST /#X-Amz-Target=CodeDeploy_20141006.RegisterApplicationRevision: Registers with CodeDeploy a revision for the specified application.
• POST /#X-Amz-Target=CodeDeploy_20141006.RegisterOnPremisesInstance: <p>Registers an on-premises instance.</p> <note> <p>Only one IAM ARN (an IAM session ARN or IAM user ARN) is supported in the request. You cannot use both.</p> </note>
• POST /#X-Amz-Target=CodeDeploy_20141006.RemoveTagsFromOnPremisesInstances: Removes one or more tags from one or more on-premises instances.
• POST /#X-Amz-Target=CodeDeploy_20141006.SkipWaitTimeForInstanceTermination: In a blue/green deployment, overrides any specified wait time and starts terminating instances immediately after the traffic routing is complete.
• POST /#X-Amz-Target=CodeDeploy_20141006.StopDeployment: Attempts to stop an ongoing deployment.
• POST /#X-Amz-Target=CodeDeploy_20141006.TagResource: Associates the list of tags in the input <code>Tags</code> parameter with the resource identified by the <code>ResourceArn</code> input parameter.
• POST /#X-Amz-Target=CodeDeploy_20141006.UntagResource: Disassociates a resource from a list of tags. The resource is identified by the <code>ResourceArn</code> input parameter. The tags are identified by the list of keys in the <code>TagKeys</code> input parameter.
• POST /#X-Amz-Target=CodeDeploy_20141006.UpdateApplication: Changes the name of an application.
• POST /#X-Amz-Target=CodeDeploy_20141006.UpdateDeploymentGroup: Changes information about a deployment group.
Parameter Handling: AI agents automatically provide values for:
• Path parameters and identifiers
• Query parameters and filters
• Request body data
• Headers and authentication
Response Format: Native AWS CodeDeploy API responses with full data structure
Error Handling: Built-in n8n HTTP request error management
Connect this MCP server to any AI agent or workflow:
• Claude Desktop: Add MCP server URL to configuration
• Cursor: Add MCP server SSE URL to configuration
• Custom AI Apps: Use MCP URL as tool endpoint
• API Integration: Direct HTTP calls to MCP endpoints
• Zero Setup: No parameter mapping or configuration needed
• AI-Ready: Built-in $fromAI()
expressions for all parameters
• Production Ready: Native n8n HTTP request handling and logging
• Extensible: Easily modify or add custom logic
🆓 Free for community use! Ready to deploy in under 2 minutes.