Skip to content
MCP-Bridge
Cloud Infrastructure

Software Plan RP Claude Desktop Config

Add the Software Plan RP MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "azure-com-softwareplan": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-softwareplan"
      ],
      "env": {
        "SOFTWARE_PLAN_RP_API_KEY": "your_software_plan_rp_api_key"
      }
    }
  }
}

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.