ApiManagementClient MCP Config
Use these REST APIs to manage Azure API Management deployment.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-apimanagement-apimdeployment.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-apimanagement-apimdeployment.json to fetch programmatically.
{
"mcpServers": {
"azure-com-apimanagement-apimdeployment": {
"command": "npx",
"args": ["-y","@mcp/azure-com-apimanagement-apimdeployment"],
"env": {
"APIMANAGEMENTCLIENT_API_KEY": "your_apimanagementclient_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/azure-com-apimanagement-apimdeployment.jsonEnvironment Variables
APIMANAGEMENTCLIENT_API_KEYReplace your_apimanagementclient_api_key with your actual apimanagementclient api key
Endpoints
/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/checkNameAvailabilityApiManagementServices_CheckNameAvailability
/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/service/ApiManagementServices_List
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/ApiManagementServices_ListByResourceGroup
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}ApiManagementServices_Get
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}ApiManagementServices_CreateOrUpdate
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}ApiManagementServices_Delete
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}ApiManagementServices_Update
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/backupApiManagementServices_Backup
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/getssotokenApiManagementServices_GetSsoToken
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/managedeploymentsApiManagementServices_ManageDeployments