Skip to content
MCP-Bridge
DatabasesAuto-generated

ApiManagementClient MCP Server

Use these REST APIs for performing operations on Cache entity in your Azure API Management deployment. Azure API Management also allows for caching responses in an external Azure Cache for Redis. For more information refer to [External Redis Cache in ApiManagement](https://docs.microsoft.com/en-us/a

Quick Setup

Transport: STDIO

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

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-apimcaches": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-apimanagement-apimcaches"],
      "env": {
      "APIMANAGEMENTCLIENT_API_KEY": "your_apimanagementclient_api_key"
}
    }
  }
}

Endpoints

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

Cache_ListByService

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

Cache_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/caches/{cacheId}

Cache_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/caches/{cacheId}

Cache_Delete

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/caches/{cacheId}

Cache_Update