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.jsonConfiguration 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
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.jsonEnvironment 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