Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS Migration Hub Config MCP Server

<p>The AWS Migration Hub home region APIs are available specifically for working with your Migration Hub home region. You can use these APIs to determine a home region, as well as to create and work with controls that describe the home region.</p> <ul> <li> <p>You must make API calls for write actio

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-migrationhub-config

Environment Variables

AWS_MIGRATION_HUB_CONFIG_API_KEY

Example: your_aws_migration_hub_config_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-migrationhub-config": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-migrationhub-config"],
      "env": {
      "AWS_MIGRATION_HUB_CONFIG_API_KEY": "your_aws_migration_hub_config_api_key"
}
    }
  }
}

Endpoints

POST/#X-Amz-Target=AWSMigrationHubMultiAccountService.CreateHomeRegionControl

CreateHomeRegionControl

POST/#X-Amz-Target=AWSMigrationHubMultiAccountService.DescribeHomeRegionControls

DescribeHomeRegionControls

POST/#X-Amz-Target=AWSMigrationHubMultiAccountService.GetHomeRegion

GetHomeRegion