Cloud InfrastructureAuto-generated
Software Plan RP MCP Server
Azure software plans let users create and manage licenses for various software used in Azure.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-softwareplan
Environment Variables
SOFTWARE_PLAN_RP_API_KEYExample: your_software_plan_rp_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-softwareplan": {
"command": "npx",
"args": ["-y","@mcp/azure-com-softwareplan"],
"env": {
"SOFTWARE_PLAN_RP_API_KEY": "your_software_plan_rp_api_key"
}
}
}
}Endpoints
POST
/subscriptions/{subscriptionId}/providers/Microsoft.SoftwarePlan/registerSoftwarePlan_Register
GET
/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefitsHybridUseBenefit_List
GET
/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}HybridUseBenefit_Get
PUT
/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}HybridUseBenefit_Create
DELETE
/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}HybridUseBenefit_Delete
PATCH
/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}HybridUseBenefit_Update
GET
/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}/revisionsHybridUseBenefitRevision_List
GET
/{scope}/providers/Microsoft.SoftwarePlan/operationsGet operations.