Cloud InfrastructureAuto-generated
EventGridManagementClient MCP Server
Azure EventGrid Management Client
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-eventgrid-eventgrid
Environment Variables
EVENTGRIDMANAGEMENTCLIENT_API_KEYExample: your_eventgridmanagementclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-eventgrid-eventgrid": {
"command": "npx",
"args": ["-y","@mcp/azure-com-eventgrid-eventgrid"],
"env": {
"EVENTGRIDMANAGEMENTCLIENT_API_KEY": "your_eventgridmanagementclient_api_key"
}
}
}
}Endpoints
GET
/providers/Microsoft.EventGrid/operationsList available operations
GET
/providers/Microsoft.EventGrid/topicTypesList topic types
GET
/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}Get a topic type
GET
/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventTypesList event types
GET
/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/eventSubscriptionsGet an aggregated list of all global event subscriptions under an Azure subscription
GET
/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/eventSubscriptionsList all regional event subscriptions under an Azure subscription
GET
/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/topicTypes/{topicTypeName}/eventSubscriptionsList all regional event subscriptions under an Azure subscription for a topic type
GET
/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventSubscriptionsList all global event subscriptions for a topic type
GET
/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topicsList topics under an Azure subscription
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/eventSubscriptionsList all global event subscriptions under an Azure subscription and resource group