Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

ApiManagementClient MCP Server

Use these REST APIs for performing operations on Certificate entity in your Azure API Management deployment. Certificates can be used to setup mutual authentication with your Backend in API Management. For more information refer to [How to secure backend using Mutual Auth Certificate](https://docs.m

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-apimanagement-apimcertificates

Environment Variables

APIMANAGEMENTCLIENT_API_KEY

Example: your_apimanagementclient_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-apimanagement-apimcertificates": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-apimanagement-apimcertificates"],
      "env": {
      "APIMANAGEMENTCLIENT_API_KEY": "your_apimanagementclient_api_key"
}
    }
  }
}

Endpoints

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/certificates

Certificates_ListByService

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/certificates/{certificateId}

Certificates_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/certificates/{certificateId}

Certificates_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/certificates/{certificateId}

Certificates_Delete