PeeringManagementClient MCP Config
APIs to manage Peering resources through the Azure Resource Manager.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-peering.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-peering.json to fetch programmatically.
{
"mcpServers": {
"azure-com-peering": {
"command": "npx",
"args": ["-y","@mcp/azure-com-peering"],
"env": {
"PEERINGMANAGEMENTCLIENT_API_KEY": "your_peeringmanagementclient_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-peering.jsonEnvironment Variables
PEERINGMANAGEMENTCLIENT_API_KEYReplace your_peeringmanagementclient_api_key with your actual 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