Azure Data Migration Service Resource Provider MCP Server
The Data Migration Service helps people migrate their data from on-premise database servers to Azure, or from older database software to newer software. The service manages one or more workers that are joined to a customer's virtual network, which is assumed to provide connectivity to their database
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-datamigration
Environment Variables
AZURE_DATA_MIGRATION_SERVICE_RESOURCE_PROVIDER_API_KEYExample: your_azure_data_migration_service_resource_provider_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-datamigration": {
"command": "npx",
"args": ["-y","@mcp/azure-com-datamigration"],
"env": {
"AZURE_DATA_MIGRATION_SERVICE_RESOURCE_PROVIDER_API_KEY": "your_azure_data_migration_service_resource_provider_api_key"
}
}
}
}Endpoints
/providers/Microsoft.DataMigration/operationsGet available resource provider actions (operations)
/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/locations/{location}/checkNameAvailabilityCheck name validity and availability
/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/locations/{location}/usagesGet resource quotas and usage information
/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/servicesGet services in subscription
/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/skusGet supported SKUs
/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/servicesGet services in resource group
/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}Get DMS Service Instance
/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}Create or update DMS Instance
/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}Delete DMS Service Instance
/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}Create or update DMS Service Instance