PeeringManagementClient Claude Desktop Config
Add the PeeringManagementClient MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"azure-com-peering": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-peering"
],
"env": {
"PEERINGMANAGEMENTCLIENT_API_KEY": "your_peeringmanagementclient_api_key"
}
}
}
}Environment 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