Skip to content
MCP-Bridge
Cloud Infrastructure

AdvisorManagementClient MCP Config

REST APIs for Azure Advisor

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-advisor.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-advisor.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-advisor": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-advisor"],
      "env": {
      "ADVISORMANAGEMENTCLIENT_API_KEY": "your_advisormanagementclient_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-advisor.json

Environment Variables

ADVISORMANAGEMENTCLIENT_API_KEY

Replace your_advisormanagementclient_api_key with your actual advisormanagementclient api key

Endpoints

GET/providers/Microsoft.Advisor/operations

Operations_List

POST/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/generateRecommendations

Recommendations_Generate

GET/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/generateRecommendations/{operationId}

Recommendations_GetGenerateRecommendationsStatus

GET/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/recommendations

Recommendations_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/suppressions

Suppressions_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