Security & Testing
netmon.com
Provides network diagnostic and reconnaissance tools including WHOIS/GeoIP/DNS lookup, ARP lookup, ping, traceroute, and Nmap port scanning.
ENDPOINT 1
https://netmon.com/mcp-demo/mcp
MCP server metadata
- Name
- netmon7-demo
- Version
- 1.0.0
This is the public Netmon demo server. It answers with a recorded snapshot of a fictional 90-device network across three sites, not a live appliance, so results are stable and no argument can reach real infrastructure. Tools that would probe the network on a real appliance (ping, traceroute, port_map, snmp_walk_run) replay a recorded probe of the demo fleet. Device ids worth starting from: 273 (Brain, the firewall), 272 (Pinky, a Windows agent host), 8 (Yakko, a switch), 10 (Dot, a NAS), 17 (Wakko, a hypervisor). Try overwatch_summary first, then device_get, syslog_search or eve_search. A real appliance serves these same tools over OAuth 2.1 at https://<appliance>/mcp. See https://netmon.com/mcp-server/.
Known tools 36
get_network_entity_infoRetrieves WHOIS, GeoIP and DNS information for a public IP address or hostname.
Inferred read-onlyarp_lookupPerforms an ARP lookup to find the MAC address for a given Local IP address.
Inferred read-onlysearch_ipFind every mention of a specific IP across Netmon's log and telemetry streams: syslog, Windows eventlog, Suricata EVE, aggregated NetFlow, and ARP.
Inferred read-onlysyslog_facetsTop-N value counts for ONE syslog field over a window — 'what are the top actions/reasons on this FortiGate in the last 2 hours' in a single call, instead of pulling rows and counting them yourself.
Inferred read-onlynetflow_searchSearch the FULL NetFlow history: the raw flow table (the last ~15 minutes) unioned with the aggregated rollup (4 weeks of history), windowed and pro-rated server-side.
Inferred read-onlyflow_summarySummarize one host's network conversations: top peers, top ports, and a client-vs-service-side split, each with a residual "other" bucket plus overall totals.
Inferred read-onlydevice_getFetch one device with its related state: tags, alerts, the ping / oid / interface / port / disk trackers configured on it, its SNMP walk trackers, and a netflow rollup.
Inferred read-onlysnmp_walk_lastFetch the most recent stored SNMP walk for a device (cached in tools_walks).
Inferred read-onlyagent_servicesList Windows services on an agent-managed device — live read via the WMI tunnel.
Inferred read-onlyagent_processesList running processes on an agent-managed device — live read via the agent tunnel.
Inferred read-onlyalerts_historyAuthoritative 'what fired and when' stream — wraps the `alert_history` table (one row per incident, both legacy and modern) and `alert_outlet_log` (per-dispatch ledger keyed by history_id).
Inferred read-onlymaintenance_windows_listLists maintenance windows — the suppression schedules that gate alert dispatch.
Inferred read-onlytop_bandwidthTop NetFlow conversations over the last N minutes — the 'who's eating bandwidth right now?
Inferred read-onlyarp_tableLists hosts observed on the local LAN(s) via the ARP table — the 'what devices have we seen recently?
Inferred read-onlyinterfaces_searchCross-device interface metadata listing — answers 'what interfaces are tracked across the fleet, named like X, on device Y?
Inferred read-onlydevice_metric_summaryDay / week / month / all-time summary stats for a single device-tracker, by metric type.
Inferred read-onlyagent_disk_usagePath-scoped folder-tree disk usage report from a Netmon agent — the 'D: drive is at 95%, what's eating it?
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.