AdvisorManagementClient Claude Desktop Config
Add the AdvisorManagementClient 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-advisor": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-advisor"
],
"env": {
"ADVISORMANAGEMENTCLIENT_API_KEY": "your_advisormanagementclient_api_key"
}
}
}
}Environment Variables
ADVISORMANAGEMENTCLIENT_API_KEYReplace your_advisormanagementclient_api_key with your actual advisormanagementclient api key
Endpoints
GET
/providers/Microsoft.Advisor/operationsOperations_List
POST
/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/generateRecommendationsRecommendations_Generate
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/generateRecommendations/{operationId}Recommendations_GetGenerateRecommendationsStatus
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/recommendationsRecommendations_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/suppressionsSuppressions_List
GET
/{resourceUri}/providers/Microsoft.Advisor/recommendations/{recommendationId}Recommendations_Get
GET
/{resourceUri}/providers/Microsoft.Advisor/recommendations/{recommendationId}/suppressions/{name}Suppressions_Get
PUT
/{resourceUri}/providers/Microsoft.Advisor/recommendations/{recommendationId}/suppressions/{name}Suppressions_Create
DELETE
/{resourceUri}/providers/Microsoft.Advisor/recommendations/{recommendationId}/suppressions/{name}Suppressions_Delete