Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

ApiManagementClient MCP Server

Use these REST APIs to manage Azure API Management deployment.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-apimanagement-apimdeployment

Environment Variables

APIMANAGEMENTCLIENT_API_KEY

Example: your_apimanagementclient_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "azure-com-apimanagement-apimdeployment": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-apimanagement-apimdeployment"],
      "env": {
      "APIMANAGEMENTCLIENT_API_KEY": "your_apimanagementclient_api_key"
}
    }
  }
}

Endpoints

POST/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/checkNameAvailability

ApiManagementServices_CheckNameAvailability

GET/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/service/

ApiManagementServices_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/

ApiManagementServices_ListByResourceGroup

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}

ApiManagementServices_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}

ApiManagementServices_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}

ApiManagementServices_Delete

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}

ApiManagementServices_Update

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/backup

ApiManagementServices_Backup

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/getssotoken

ApiManagementServices_GetSsoToken

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/managedeployments

ApiManagementServices_ManageDeployments