← netmon.com

INDIVIDUAL MCP TOOL

maintenance_windows_list

Lists maintenance windows — the suppression schedules that gate alert dispatch.

netmon.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://netmon.com/mcp-demo/mcp

No auth detected

Connect to this endpoint to inspect the live schema for maintenance_windows_list and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

netmon.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.netmon7-demo]
url = "https://netmon.com/mcp-demo/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "netmon7-demo": {
      "type": "http",
      "url": "https://netmon.com/mcp-demo/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: netmon7-demo
Remote MCP URL: https://netmon.com/mcp-demo/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "netmon7-demo": {
      "url": "https://netmon.com/mcp-demo/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "netmon7-demo": {
      "type": "http",
      "url": "https://netmon.com/mcp-demo/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "netmon7-demo",
  "transport": "streamable-http",
  "url": "https://netmon.com/mcp-demo/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_network_entity_info — Retrieves WHOIS, GeoIP and DNS information for a public IP address or hostname.
  • arp_lookup — Performs an ARP lookup to find the MAC address for a given Local IP address.
  • ping — Ping a target host from the Netmon server.
  • traceroute — Traceroute to a target from the Netmon server.
  • port_map — Nmap port scan against a single host from the Netmon server.
  • search_ip — Find every mention of a specific IP across Netmon's log and telemetry streams: syslog, Windows eventlog, Suricata EVE, aggregated NetFlow, and ARP.
  • syslog_search — Search syslog messages from network devices.
  • eventlog_search — Search Windows Event Log entries ingested from Netmon agents.