Skip to content
MCP-Bridge
Developer Tools

Microsoft.ResourceHealth Claude Desktop Config

Add the Microsoft.ResourceHealth 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-resourcehealth-resourcehealth": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-resourcehealth-resourcehealth"
      ],
      "env": {
        "MICROSOFT_RESOURCEHEALTH_API_KEY": "your_microsoft_resourcehealth_api_key"
      }
    }
  }
}

Environment Variables

MICROSOFT_RESOURCEHEALTH_API_KEY

Replace your_microsoft_resourcehealth_api_key with your actual microsoft resourcehealth api key

Endpoints

GET/providers/Microsoft.ResourceHealth/emergingIssues

EmergingIssues_List

GET/providers/Microsoft.ResourceHealth/emergingIssues/{issueName}

EmergingIssues_Get

GET/providers/Microsoft.ResourceHealth/operations

Operations_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/availabilityStatuses

AvailabilityStatuses_ListBySubscriptionId

GET/subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events

Events_ListBySubscriptionId

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceHealth/availabilityStatuses

AvailabilityStatuses_ListByResourceGroup

GET/{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses

AvailabilityStatuses_List

GET/{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses/current

AvailabilityStatuses_GetByResource

GET/{resourceUri}/providers/Microsoft.ResourceHealth/events

Events_ListBySingleResource