Cloud InfrastructureAuto-generated
ApiManagementClient MCP Server
Use these REST APIs for performing operations on logger entity Azure API Management deployment.The Logger entity in API Management represents an event sink that you can use to log API Management events. Currently the Logger entity supports logging API Management events to Azure EventHub.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-apimanagement-apimloggers
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-apimloggers": {
"command": "npx",
"args": ["-y","@mcp/azure-com-apimanagement-apimloggers"],
"env": {
"APIMANAGEMENTCLIENT_API_KEY": "your_apimanagementclient_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/loggersLoggers_ListByService
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/loggers/{loggerid}Loggers_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/loggers/{loggerid}Loggers_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/loggers/{loggerid}Loggers_Delete
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/loggers/{loggerid}Loggers_Update