Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

ApiManagementClient MCP Server

Use these REST APIs for performing operations on Identity Provider entity associated with your Azure API Management deployment. Setting up an external Identity Provider for authentication can help you manage the developer portal logins using the OAuth2 flow.

Quick Setup

Transport: STDIO

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

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

Endpoints

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

IdentityProviders_ListByService

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

IdentityProviders_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/identityProviders/{identityProviderName}

IdentityProviders_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/identityProviders/{identityProviderName}

IdentityProviders_Delete

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/identityProviders/{identityProviderName}

IdentityProviders_Update