II.
ToolServer JSON
Structured · livetool-server:mcp-azure-service-bus
Azure Service Bus MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-azure-service-bus",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-cloud-services.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Azure Service Bus MCP Server",
"description": "MCP server providing access to Azure Service Bus messaging.\nEnables AI agents to list queues and topics, send messages,\npeek messages, and manage subscriptions and rules.\n",
"protocol": "mcp",
"category": "cloud",
"repoUrl": "https://github.com/microsoft/mcp-server-azure-service-bus",
"maintainer": "Microsoft",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-azure-service-bus",
"to": "platform-service:azure-service-bus",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-azure-service-bus",
"to": "platform:azure",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-azure-service-bus",
"to": "domain:cloud-infra",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-azure-service-bus",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}