Skip to content
MCP-Bridge
Cloud Infrastructure

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

EVENTGRIDMANAGEMENTCLIENT_API_KEY

Replace your_eventgridmanagementclient_api_key with your actual eventgridmanagementclient api key

Endpoints

GET/providers/Microsoft.EventGrid/operations

List available operations

GET/providers/Microsoft.EventGrid/topicTypes

List topic types

GET/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}

Get a topic type

GET/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventTypes

List event types

GET/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/eventSubscriptions

Get an aggregated list of all global event subscriptions under an Azure subscription

GET/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/eventSubscriptions

List all regional event subscriptions under an Azure subscription

GET/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/topicTypes/{topicTypeName}/eventSubscriptions

List all regional event subscriptions under an Azure subscription for a topic type

GET/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventSubscriptions

List all global event subscriptions for a topic type

GET/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topics

List topics under an Azure subscription

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/eventSubscriptions

List all global event subscriptions under an Azure subscription and resource group