Skip to content
MCP-Bridge
Developer ToolsAuto-generated

ManagedServicesClient MCP Server

Specification for ManagedServices.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-managedservices

Environment Variables

MANAGEDSERVICESCLIENT_API_KEY

Example: your_managedservicesclient_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "azure-com-managedservices": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-managedservices"],
      "env": {
      "MANAGEDSERVICESCLIENT_API_KEY": "your_managedservicesclient_api_key"
}
    }
  }
}

Endpoints

GET/providers/Microsoft.ManagedServices/operations

Operations_List

GET/{scope}/providers/Microsoft.ManagedServices/registrationAssignments

RegistrationAssignments_List

GET/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}

RegistrationAssignments_Get

PUT/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}

RegistrationAssignments_CreateOrUpdate

DELETE/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}

RegistrationAssignments_Delete

GET/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions

RegistrationDefinitions_List

GET/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}

RegistrationDefinitions_Get

PUT/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}

RegistrationDefinitions_CreateOrUpdate

DELETE/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}

RegistrationDefinitions_Delete