Developer ToolsAuto-generated
Domain Services Resource Provider MCP Server
The AAD Domain Services API.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-domainservices
Environment Variables
DOMAIN_SERVICES_RESOURCE_PROVIDER_API_KEYExample: your_domain_services_resource_provider_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-domainservices": {
"command": "npx",
"args": ["-y","@mcp/azure-com-domainservices"],
"env": {
"DOMAIN_SERVICES_RESOURCE_PROVIDER_API_KEY": "your_domain_services_resource_provider_api_key"
}
}
}
}Endpoints
GET
/providers/Microsoft.AAD/operationsDomainServiceOperations_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.AAD/domainServicesList Domain Services in Subscription (GET Resources)
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServicesList Domain Services in Resource Group (GET Resources)
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName}Get Domain Service (GET Resources)
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName}Create or Update Domain Service (PUT Resource)
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName}Delete Domain Service (DELETE Resource)
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName}Update Domain Service (PATCH Resource)