xco-mcp-community-server

YuryOstrovsky/xco-mcp-community-server
★ 0 stars Python API Integration Updated 1d ago
MCP server for Extreme Networks XCO
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xco-mcp-community-se": {
      "command": "uvx",
      "args": [
        "xco-mcp-community-server"
      ]
    }
  }
}

Or install with pip: pip install xco-mcp-community-server

README Excerpt

> **Community-ready read-only MCP server for Extreme XCO/IP Fabric visibility.** A lightweight **FastAPI** server that exposes a **read-only, tool-based API** for **ExtremeCloud Orchestrator (XCO)**. It provides: - A **machine-readable tool registry** (`/tools`) and a single **invoke** endpoint (`/invoke`)

Tools (18)

fastapimarkdownrequestsrestconf_get_arp_tablerestconf_get_clockrestconf_get_interface_detailrestconf_get_ip_interfacerestconf_get_lldp_neighbor_detailrestconf_get_media_detailrestconf_get_port_statistics_summaryrestconf_get_running_configrestconf_get_system_maintenance_rate_monitoringrestconf_get_system_maintenance_statusrestconf_get_vlan_briefrestconf_get_vrf_summaryrestconf_list_operationsrestconf_show_firmware_versionuvicorn