Skip to content
MCP-Bridge
Developer ToolsAuto-generated

SubscriptionsManagementClient MCP Server

The Admin Subscriptions Management Client.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-azsadmin-directorytenant

Environment Variables

SUBSCRIPTIONSMANAGEMENTCLIENT_API_KEY

Example: your_subscriptionsmanagementclient_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "azure-com-azsadmin-directorytenant": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-azsadmin-directorytenant"],
      "env": {
      "SUBSCRIPTIONSMANAGEMENTCLIENT_API_KEY": "your_subscriptionsmanagementclient_api_key"
}
    }
  }
}

Endpoints

GET/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Subscriptions.Admin/directoryTenants

DirectoryTenants_List

GET/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Subscriptions.Admin/directoryTenants/{tenant}

DirectoryTenants_Get

PUT/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Subscriptions.Admin/directoryTenants/{tenant}

DirectoryTenants_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Subscriptions.Admin/directoryTenants/{tenant}

DirectoryTenants_Delete