Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

PeeringManagementClient MCP Server

APIs to manage Peering resources through the Azure Resource Manager.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-peering

Environment Variables

PEERINGMANAGEMENTCLIENT_API_KEY

Example: your_peeringmanagementclient_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-peering": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-peering"],
      "env": {
      "PEERINGMANAGEMENTCLIENT_API_KEY": "your_peeringmanagementclient_api_key"
}
    }
  }
}

Endpoints

GET/providers/Microsoft.Peering/operations

Operations_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.Peering/legacyPeerings

LegacyPeerings_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peerAsns

PeerAsns_ListBySubscription

GET/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peerAsns/{peerAsnName}

PeerAsns_Get

PUT/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peerAsns/{peerAsnName}

PeerAsns_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peerAsns/{peerAsnName}

PeerAsns_Delete

GET/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peeringLocations

PeeringLocations_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peerings

Peerings_ListBySubscription

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peerings

Peerings_ListByResourceGroup

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peerings/{peeringName}

Peerings_Get