Skip to content
MCP-Bridge
Cloud Infrastructure

Relay MCP Config

Use these API to manage Azure Relay resources through Azure Resources Manager.

Config URL

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

https://mcp-bridge.pages.dev/config/azure-com-relay.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-relay.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-relay": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-relay"],
      "env": {
      "RELAY_API_KEY": "your_relay_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-relay.json

Environment Variables

RELAY_API_KEY

Replace your_relay_api_key with your actual relay api key

Endpoints

GET/providers/Microsoft.Relay/operations

Operations_List

POST/subscriptions/{subscriptionId}/providers/Microsoft.Relay/CheckNameAvailability

Namespaces_CheckNameAvailability

GET/subscriptions/{subscriptionId}/providers/Microsoft.Relay/Namespaces

Namespaces_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/Namespaces

Namespaces_ListByResourceGroup

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}

Namespaces_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}

Namespaces_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}

Namespaces_Delete

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}

Namespaces_Update

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/AuthorizationRules

Namespaces_ListAuthorizationRules

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/AuthorizationRules

Namespaces_ListPostAuthorizationRules