nwtools-mcp
Related Servers
Alternatives to nwtools-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceProvides IP address utilities including parsing and classification of IPv4/IPv6 addresses and CIDR block information.5 npmMIT
- AlicenseBqualityDmaintenanceEnables IPv4 subnet planning and validation, including CIDR prefix calculation, wildcard mask generation, and host position lookup for network engineers.51MIT
- AlicenseAqualityDmaintenanceProvides tools to classify, test, and expand IPv4/IPv6 addresses using Node's built-in net module.36 npmMIT
- AlicenseNot gradedqualityDmaintenanceProvides verified IPv4 subnet calculations, IP analysis, and network diagram generation for AI tutoring systems via MCP.1MIT
- FlicenseNot gradedqualityCmaintenanceCalculates IPv4 subnet details from an IP address and CIDR prefix or subnet mask, returning network address, broadcast, usable hosts, and more.-
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to query IP intelligence tools such as geolocation, VPN/security checks, ASN, timezone, astronomy, user-agent parsing, abuse contacts, and bulk lookups via natural language.19 npmMIT
TDQS
Scored across 11 tools
Each tool has a clearly distinct purpose, from parsing CIDRs (parse_cidr) to checking coverage (check_coverage) and finding gaps (find_gaps). There is no ambiguity or overlap between tool functionalities.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., classify_ip, summarize_cidrs, subtract_subnet), making the set predictable and easy to navigate.
With 11 tools, the server is well-scoped for IP address manipulation tasks. Each tool earns its place, covering essential operations without unnecessary bloat or missing coverage.
The tool set covers the full lifecycle of common IP networking tasks: parsing, conversion, classification, membership checking, coverage analysis, gap detection, overlap checking, subtraction, summarization, and range conversion. No obvious gaps for the domain.