Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

SignalRManagementClient MCP Config

REST API for Azure SignalR Service

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/azure-com-signalr.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "azure-com-signalr": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-signalr"
      ],
      "env": {
        "SIGNALRMANAGEMENTCLIENT_API_KEY": "your_signalrmanagementclient_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "azure-com-signalr": {
      "url": "https://mcpbridge.org/config/azure-com-signalr.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "azure-com-signalr": {
      "url": "https://mcpbridge.org/config/azure-com-signalr.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/azure-com-signalr.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-signalr": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-signalr"],
      "env": {
      "SIGNALRMANAGEMENTCLIENT_API_KEY": "your_signalrmanagementclient_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://mcpbridge.org/config/azure-com-signalr.json

Environment Variables

SIGNALRMANAGEMENTCLIENT_API_KEY

Replace your_signalrmanagementclient_api_key with your actual signalrmanagementclient api key

Endpoints

GET/providers/Microsoft.SignalRService/operations

Operations_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/SignalR

SignalR_ListBySubscription

POST/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability

SignalR_CheckNameAvailability

GET/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages

Usages_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/SignalR

SignalR_ListByResourceGroup

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/SignalR/{resourceName}

SignalR_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/SignalR/{resourceName}

SignalR_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/SignalR/{resourceName}

SignalR_Delete

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/SignalR/{resourceName}

SignalR_Update

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/SignalR/{resourceName}/listKeys

SignalR_ListKeys