Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

Azure Migrate Hub MCP Server

Migrate your workloads to Azure.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-migrateprojects-migrate

Environment Variables

AZURE_MIGRATE_HUB_API_KEY

Example: your_azure_migrate_hub_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "azure-com-migrateprojects-migrate": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-migrateprojects-migrate"],
      "env": {
      "AZURE_MIGRATE_HUB_API_KEY": "your_azure_migrate_hub_api_key"
}
    }
  }
}

Endpoints

GET/providers/Microsoft.Migrate/operations

Get list of operations supported in the API.

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}

Method to get a migrate project.

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}

Method to create or update a migrate project.

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}

Delete the migrate project

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}

Update migrate project.

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/databaseInstances

Gets a list of database instances in the migrate project.

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/databaseInstances/{databaseInstanceName}

Gets a database instance in the migrate project.

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/databases

Gets a list of databases in the migrate project.

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/databases/{databaseName}

Gets a database in the migrate project.

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/machines

Gets a list of machines in the migrate project.