Cisco Hyperfabric MCP
JSON →An MCP server that enables LLMs to interact with Cisco Intersight APIs.
Tools · 79
- list_fabrics List all fabrics in the Hyperfabric system
- get_fabric Get details of a specific fabric
- create_fabric Create a new fabric
- delete_fabric Delete a fabric
- update_fabric Update a fabric configuration
- list_nodes List all nodes in a fabric
- get_node Get details of a specific node
- create_node Add a node to a fabric
- delete_node Remove a node from a fabric
- update_node Update node configuration
- list_ports List all ports on a node
- get_port Get details of a specific port
- update_port Update port configuration
- list_vlans List all VLANs in a fabric
- get_vlan Get details of a specific VLAN
- create_vlan Create a new VLAN
- delete_vlan Delete a VLAN
- update_vlan Update VLAN configuration
- list_ip_pools List all IP pools
- get_ip_pool Get details of a specific IP pool
- create_ip_pool Create a new IP pool
- delete_ip_pool Delete an IP pool
- update_ip_pool Update IP pool configuration
- list_routing_domains List all routing domains
- get_routing_domain Get details of a specific routing domain
- create_routing_domain Create a new routing domain
- delete_routing_domain Delete a routing domain
- update_routing_domain Update routing domain configuration
- list_bgp_configs List all BGP configurations
- get_bgp_config Get details of a specific BGP configuration
- create_bgp_config Create a new BGP configuration
- delete_bgp_config Delete a BGP configuration
- update_bgp_config Update BGP configuration
- list_ospf_configs List all OSPF configurations
- get_ospf_config Get details of a specific OSPF configuration
- create_ospf_config Create a new OSPF configuration
- delete_ospf_config Delete an OSPF configuration
- update_ospf_config Update OSPF configuration
- list_static_routes List all static routes
- get_static_route Get details of a specific static route
- create_static_route Create a new static route
- delete_static_route Delete a static route
- update_static_route Update static route configuration
- list_acl_policies List all ACL policies
- get_acl_policy Get details of a specific ACL policy
- create_acl_policy Create a new ACL policy
- delete_acl_policy Delete an ACL policy
- update_acl_policy Update ACL policy configuration
- list_qos_policies List all QoS policies
- get_qos_policy Get details of a specific QoS policy
- create_qos_policy Create a new QoS policy
- delete_qos_policy Delete a QoS policy
- update_qos_policy Update QoS policy configuration
- list_monitoring_policies List all monitoring policies
- get_monitoring_policy Get details of a specific monitoring policy
- create_monitoring_policy Create a new monitoring policy
- delete_monitoring_policy Delete a monitoring policy
- update_monitoring_policy Update monitoring policy configuration
- list_alerts List all alerts
- get_alert Get details of a specific alert
- acknowledge_alert Acknowledge an alert
- clear_alert Clear an alert
- list_events List all events
- get_event Get details of a specific event
- list_audit_logs List all audit logs
- get_audit_log Get details of a specific audit log entry
- list_backups List all backups
- create_backup Create a new backup
- restore_backup Restore from a backup
- delete_backup Delete a backup
- list_upgrades List all software upgrades
- start_upgrade Start a software upgrade
- get_upgrade_status Get status of a software upgrade
- cancel_upgrade Cancel a software upgrade
- list_system_info List system information
- get_system_health Get system health status
- list_licenses List all licenses
- install_license Install a new license
- delete_license Delete a license
Environment variables
HYPERFABRIC_API_TOKEN
Links
★ 2 GitHub stars