Skip to main content
Glama

Windows System MCP

network

Perform detailed network diagnostics and management tasks, including retrieving adapter info, testing connections via ping or traceroute, scanning ports, and analyzing routing or DNS configurations on Windows systems.

Instructions

Network information and diagnostics including network adapters, connections, ports, routing, and network testing

Input Schema

NameRequiredDescriptionDefault
actionYesThe network operation to perform
countNoNumber of ping packets to send (default: 4)
hostNoTarget host for ping, traceroute, or port scanning
portNoSpecific port number for port-related operations
port_rangeNoPort range for scanning (e.g., '80-443')
protocolNoProtocol filter for connections and ports (default: all)all
timeoutNoTimeout in seconds for network operations (default: 5)

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "The network operation to perform", "enum": [ "get_network_adapters", "get_active_connections", "get_listening_ports", "get_routing_table", "ping_host", "trace_route", "get_dns_info", "get_network_statistics", "scan_open_ports", "get_wifi_profiles" ], "type": "string" }, "count": { "default": 4, "description": "Number of ping packets to send (default: 4)", "type": "number" }, "host": { "description": "Target host for ping, traceroute, or port scanning", "type": "string" }, "port": { "description": "Specific port number for port-related operations", "type": "number" }, "port_range": { "description": "Port range for scanning (e.g., '80-443')", "type": "string" }, "protocol": { "default": "all", "description": "Protocol filter for connections and ports (default: all)", "enum": [ "tcp", "udp", "all" ], "type": "string" }, "timeout": { "default": 5, "description": "Timeout in seconds for network operations (default: 5)", "type": "number" } }, "required": [ "action" ], "type": "object" }
Install Server

Other Tools from Windows System MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/guangxiangdebizi/windows-system-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server