Azure MCP
Manage Azure resources: VMs, storage accounts, App Services, Functions, and Azure Monitor.
Overview
| Catalog ID | mcp-azure |
| Category | cloud |
| Auth method | OAuth |
| Blast radius | high |
| Trust | Verified — published by cendriix |
| Version | 1.0.0 |
| Regions | us-east-1, eu-west-1 |
Tools
| Tool | Description |
|---|---|
list_resource_groups | List Azure resource groups. |
describe_vm | Get details of a virtual machine. |
deploy_template | Deploy an ARM template. |
get_metrics | Get Azure Monitor metrics. |
list_functions | List Azure Functions. |
Tool parameters
list_resource_groups
List Azure resource groups.
| Parameter | Type | Description | |
|---|---|---|---|
subscription_id | string | optional | Subscription ID |
describe_vm
Get details of a virtual machine.
| Parameter | Type | Description | |
|---|---|---|---|
resource_group | string | required | Resource group name |
vm_name | string | required | VM name |
deploy_template
Deploy an ARM template.
| Parameter | Type | Description | |
|---|---|---|---|
resource_group | string | required | Resource group |
deployment_name | string | required | Deployment name |
template | object | required | ARM template JSON |
parameters | object | optional | Template parameters |
get_metrics
Get Azure Monitor metrics.
| Parameter | Type | Description | |
|---|---|---|---|
resource_id | string | required | Resource ID |
metric_names | array | required | Metric names |
timespan | string | optional | ISO 8601 duration |
list_functions
List Azure Functions.
| Parameter | Type | Description | |
|---|---|---|---|
resource_group | string | required | Resource group |
function_app | string | required | Function app name |
Installing
- In Cendriix, go to Settings → MCPs
- Find Azure and click Install
- Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
- Click Test Connection to run a health check and list available tools
Authentication. Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
Blast radius
This MCP is classified high. This MCP can modify infrastructure or reach sensitive data. High-blast-radius tool calls require explicit approval when your organisation enables approval gates in Policies.
Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.
Further reading
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations
Last updated on