Subnet math, port and MAC lookups, DNS, DNSBL, TLS cert inspection, public IP. No account.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The whatismynetip.com toolbox as tools your coding agent can call. Subnet math, "what runs on this port and should it be open", MAC vendor lookups, DNS and blocklist checks, the certificate a host actually serves, and the IP the internet sees you as.
Free, MIT, no account, no telemetry. The site's own tools run in your browser; this runs the same logic next to your agent.
Pin the version.
Claude Code
Claude Desktop, Cursor, or any client with a JSON config
Docker
Node 18 or newer for the npx route. Also in the official MCP registry as io.github.labaccessnow/netip-mcp.
| Tool | What it answers | Network |
|---|---|---|
subnet_calc | Network, mask, wildcard, broadcast, host range and counts for a CIDR β IPv4 and IPv6, /31 and /32 done right | none |
ip_in_subnet | Is this address inside that block? | none |
ip_convert | IPv4 as dotted, integer, hex, binary β from any of them | none |
ipv6_normalize | Expanded and RFC 5952 compressed forms, and what kind of address it is | none |
mac_lookup | Vendor from the full IEEE registry (~40,000 assignments, bundled), plus the multicast and locally-administered bits | none |
lookup_port | What runs on a port, and whether to expose it β 100 ports written up by hand, searchable by service | none |
dns_lookup | A, AAAA, MX, TXT, NS, CNAME, CAA, SOA, PTR, SRV over DNS-over-HTTPS | DoH |
reverse_dns | PTR for an IPv4 or IPv6 address | DoH |
dnsbl_check | Five common blocklists, honest about the ones that refuse public resolvers | DoH |
tls_inspect | The certificate a host actually serves: expiry, SANs, chain verification, protocol, cipher | direct TLS |
my_public_ip | The address the internet sees, edge location, ASN, reverse DNS, datacenter/VPN hint | Cloudflare trace + Team Cymru DNS |
The one I reach for most. The port pages on the site are opinionated β every port carries a verdict:
Ask by number, or search: lookup_port with query: "redis" finds 6379. detail: true adds the full
write-up and FAQ.
tls_inspect at. tls_inspect refuses anything that resolves to private or reserved
space, so it cannot be turned on your own network.The port data and the calculators are the same ones the site uses, so the two stay in step.
MIT. Written by James Son β network, security, and automation engineer. Corrections and additions to the port write-ups are welcome.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/whatismynetip)<a href="https://allmcps.com/mcp/whatismynetip"><img src="https://allmcps.com/api/badge/whatismynetip?style=directory" alt="Whatismynetip on AllMCPs" /></a>