Cloud InfrastructureAuto-generated
ApiManagementClient MCP Server
Use these REST APIs for performing operations on the ApiVersionSet entity associated with your Azure API Management deployment. Using this entity you create and manage API Version Sets that are used to group APIs for consistent versioning.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-apimanagement-apimversionsets
Environment Variables
APIMANAGEMENTCLIENT_API_KEYExample: your_apimanagementclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-apimanagement-apimversionsets": {
"command": "npx",
"args": ["-y","@mcp/azure-com-apimanagement-apimversionsets"],
"env": {
"APIMANAGEMENTCLIENT_API_KEY": "your_apimanagementclient_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/api-version-setsApiVersionSet_ListByService
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/api-version-sets/{versionSetId}ApiVersionSet_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/api-version-sets/{versionSetId}ApiVersionSet_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/api-version-sets/{versionSetId}ApiVersionSet_Delete
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/api-version-sets/{versionSetId}ApiVersionSet_Update