MCP Server Policy

AZURE MCP POLICY

Enforce policies on every tool call to the Azure MCP Server. 49 tools listed, categorised, and ready for rules.

Azure/azure-mcp 1 read 48 write 49 tools total
azure cloud infrastructure microsoft

GET STARTED

Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches Azure.

terminal

# Download policy scaffold

curl -o azure.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/azure.yaml

# Run with Intercept

intercept --policy azure.yaml -- npx -y @Azure/azure-mcp

Server documentation: https://github.com/Azure/azure-mcp

READ TOOLS

1

FINANCIAL TOOLS

2

OTHER TOOLS

46

POLICY YAML

This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.

azure.yaml
version: "1"
description: "Policy for Azure/azure-mcp"
default: "allow"
tools:
    search:
        rules: []
    pricing:
        rules: []
    subscription:
        rules: []
    acr:
        rules: []
    advisor:
        rules: []
    aks:
        rules: []
    appconfig:
        rules: []
    applens:
        rules: []
    applicationinsights:
        rules: []
    appservice:
        rules: []
    azuremigrate:
        rules: []
    bicepschema:
        rules: []
    cloudarchitect:
        rules: []
    communication:
        rules: []
    compute:
        rules: []
    confidentialledger:
        rules: []
    cosmos:
        rules: []
    datadog:
        rules: []
    deploy:
        rules: []
    eventgrid:
        rules: []
    eventhubs:
        rules: []
    extension:
        rules: []
    fileshares:
        rules: []
    foundry:
        rules: []
    functionapp:
        rules: []
    grafana:
        rules: []
    group:
        rules: []
    keyvault:
        rules: []
    kusto:
        rules: []
    loadtesting:
        rules: []
    managedlustre:
        rules: []
    marketplace:
        rules: []
    monitor:
        rules: []
    mysql:
        rules: []
    policy:
        rules: []
    postgres:
        rules: []
    quota:
        rules: []
    redis:
        rules: []
    resourcehealth:
        rules: []
    role:
        rules: []
    servicebus:
        rules: []
    servicefabric:
        rules: []
    signalr:
        rules: []
    speech:
        rules: []
    sql:
        rules: []
    storage:
        rules: []
    storagesync:
        rules: []
    virtualdesktop:
        rules: []
    workbooks:
        rules: []

RELATED POLICIES

FREQUENTLY ASKED QUESTIONS

What tools does the Azure MCP server expose?

The Azure MCP Server exposes 49 tools across 3 categories: Read, Financial, Other. Each tool can be individually controlled with Intercept policies.

How do I enforce policies on Azure?

Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Azure MCP server. Every tool call is evaluated against your YAML policy before execution.

Is the Azure policy free to use?

Yes. All Intercept policies are open source under the Apache 2.0 licence. Download, modify, and deploy without restrictions.

ENFORCE POLICIES ON AZURE

Open source. One binary. Zero dependencies.