EventGridManagementClient MCP Config
Azure EventGrid Management Client
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-eventgrid-eventgrid.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-eventgrid-eventgrid.json to fetch programmatically.
{
"mcpServers": {
"azure-com-eventgrid-eventgrid": {
"command": "npx",
"args": ["-y","@mcp/azure-com-eventgrid-eventgrid"],
"env": {
"EVENTGRIDMANAGEMENTCLIENT_API_KEY": "your_eventgridmanagementclient_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-eventgrid-eventgrid.jsonEnvironment Variables
EVENTGRIDMANAGEMENTCLIENT_API_KEYReplace your_eventgridmanagementclient_api_key with your actual eventgridmanagementclient api key
Endpoints
/providers/Microsoft.EventGrid/operationsList available operations
/providers/Microsoft.EventGrid/topicTypesList topic types
/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}Get a topic type
/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventTypesList event types
/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/eventSubscriptionsGet an aggregated list of all global event subscriptions under an Azure subscription
/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/eventSubscriptionsList all regional event subscriptions under an Azure subscription
/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/topicTypes/{topicTypeName}/eventSubscriptionsList all regional event subscriptions under an Azure subscription for a topic type
/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventSubscriptionsList all global event subscriptions for a topic type
/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topicsList topics under an Azure subscription
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/eventSubscriptionsList all global event subscriptions under an Azure subscription and resource group