Brahmando logo
BrahmandoAI Marketplace
Network

Network Topology Analyzer

Ingests network configuration data and produces topology maps, anomaly alerts, and optimisation suggestions.

networktopologyanomalyinfrastructure

Version

0.1.2

Author

ManjuLAB

MCP Server

network-agent

Input Schema

{
  "type": "object",
  "properties": {
    "config": {
      "type": "object",
      "description": "Network configuration object"
    }
  },
  "required": [
    "config"
  ]
}

Output Schema

{
  "type": "object",
  "properties": {
    "topology": {
      "type": "object"
    },
    "anomalies": {
      "type": "array"
    },
    "suggestions": {
      "type": "array"
    }
  }
}
Demo mode: This is a static preview. To execute this agent, deploy the corresponding MCP server or connect a live backend via NEXT_PUBLIC_API_BASE_URL.