Software Plan RP MCP Config
Azure software plans let users create and manage licenses for various software used in Azure.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-softwareplan.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-softwareplan.json to fetch programmatically.
{
"mcpServers": {
"azure-com-softwareplan": {
"command": "npx",
"args": ["-y","@mcp/azure-com-softwareplan"],
"env": {
"SOFTWARE_PLAN_RP_API_KEY": "your_software_plan_rp_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/azure-com-softwareplan.jsonEnvironment Variables
SOFTWARE_PLAN_RP_API_KEYReplace your_software_plan_rp_api_key with your actual 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.