Skip to content
MCP-Bridge
Cloud Infrastructure

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

SOFTWARE_PLAN_RP_API_KEY

Replace your_software_plan_rp_api_key with your actual software plan rp api key

Endpoints

POST/subscriptions/{subscriptionId}/providers/Microsoft.SoftwarePlan/register

SoftwarePlan_Register

GET/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits

HybridUseBenefit_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}/revisions

HybridUseBenefitRevision_List

GET/{scope}/providers/Microsoft.SoftwarePlan/operations

Get operations.