Skip to content
MCP-Bridge
Cloud Infrastructure

PeeringManagementClient Claude Desktop Config

Add the PeeringManagementClient MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace your_peeringmanagementclient_api_key with your actual 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