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_KEYExample: 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/operationsOperations_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Peering/legacyPeeringsLegacyPeerings_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peerAsnsPeerAsns_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/peeringLocationsPeeringLocations_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peeringsPeerings_ListBySubscription
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peeringsPeerings_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peerings/{peeringName}Peerings_Get