Cloud InfrastructureAuto-generated
ApiManagementClient MCP Server
Use this REST API to get all the issues across an Azure Api Management service.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-apimanagement-apimissues
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-apimissues": {
"command": "npx",
"args": ["-y","@mcp/azure-com-apimanagement-apimissues"],
"env": {
"APIMANAGEMENTCLIENT_API_KEY": "your_apimanagementclient_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/issuesIssue_ListByService