Cloud InfrastructureAuto-generated
ApiManagementClient MCP Server
Use these REST APIs for getting the network connectivity status of your Azure API Management deployment. When the API Management service is deployed inside a Virtual Network, it needs to have access to other Azure resources it depends on. This also gives details about the DNS Servers visible to Azur
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-apimanagement-apimnetworkstatus
Environment Variables
APIMANAGEMENTCLIENT_API_KEYExample: your_apimanagementclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-apimanagement-apimnetworkstatus": {
"command": "npx",
"args": ["-y","@mcp/azure-com-apimanagement-apimnetworkstatus"],
"env": {
"APIMANAGEMENTCLIENT_API_KEY": "your_apimanagementclient_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/networkstatusNetworkStatus_GetByService