iiRecord
Agentic AI Atlas · Azure Functions MCP Server
tool-server:mcp-azure-functionsa5c.ai
II.
ToolServer JSON

tool-server:mcp-azure-functions

Structured · live

Azure Functions MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-cloud-services.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-azure-functions",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-cloud-services.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Azure Functions MCP Server",
    "description": "MCP server providing access to Azure Functions serverless compute.\nEnables AI agents to list function apps, invoke functions, retrieve\nlogs, and manage function configurations through the Azure REST API.\n",
    "protocol": "mcp",
    "category": "cloud",
    "repoUrl": "https://github.com/microsoft/mcp-server-azure-functions",
    "maintainer": "Microsoft",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-azure-functions",
      "to": "platform-service:azure-functions",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-azure-functions",
      "to": "platform:azure",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-azure-functions",
      "to": "domain:cloud-infra",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-azure-functions",
      "to": "domain:devops",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}