Microsoft.ResourceHealth Claude Desktop Config
Add the Microsoft.ResourceHealth MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_microsoft_resourcehealth_api_key with your actual microsoft resourcehealth api key
Endpoints
GET
/providers/Microsoft.ResourceHealth/emergingIssuesEmergingIssues_List
GET
/providers/Microsoft.ResourceHealth/emergingIssues/{issueName}EmergingIssues_Get
GET
/providers/Microsoft.ResourceHealth/operationsOperations_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/availabilityStatusesAvailabilityStatuses_ListBySubscriptionId
GET
/subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/eventsEvents_ListBySubscriptionId
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceHealth/availabilityStatusesAvailabilityStatuses_ListByResourceGroup
GET
/{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatusesAvailabilityStatuses_List
GET
/{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses/currentAvailabilityStatuses_GetByResource
GET
/{resourceUri}/providers/Microsoft.ResourceHealth/eventsEvents_ListBySingleResource