subnet-calculator-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@subnet-calculator-mcpcalculate subnet details for 192.168.1.10/24"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Subnet Calculator MCP
Subnet Calculator MCP is a Cloudflare Workers-hosted Model Context Protocol server that calculates IPv4 subnet information from an IP address and CIDR prefix or dotted decimal subnet mask.
Public endpoint
https://subnet-calculator.zekedoesai.com/mcpTransport: Streamable HTTP
Authentication: none currently required
Related MCP server: nwtools-mcp
Tools
calculate_subnet
Calculates IPv4 subnet details.
Accepted input forms:
{ "address": "192.168.1.10/24" }{ "address": "192.168.1.10", "prefixLength": 24 }{ "address": "192.168.1.10", "subnetMask": "255.255.255.0" }Returns:
network address
broadcast address
subnet mask
wildcard mask
first usable host
last usable host
total address count
usable host count
CIDR prefix
IP class
scope: private, public, loopback, link-local, multicast, or reserved
notes for
/31and/32networks
Connect from an MCP client
{
"mcpServers": {
"subnet-calculator": {
"url": "https://subnet-calculator.zekedoesai.com/mcp"
}
}
}Some clients may require explicitly setting the transport type to streamable-http.
Local development
Install dependencies:
npm installRun type checking:
npm run typecheckStart a local Cloudflare Workers development server:
npm run devThe MCP endpoint is available at /mcp on the local Wrangler dev URL.
Deploy
Authenticate with Cloudflare Wrangler if needed:
wrangler loginDeploy to Cloudflare Workers:
npm run deployMCP Registry
This repository includes server.json for MCP Registry publication. The registry entry describes the hosted remote server and its Streamable HTTP endpoint.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables subnet mask calculations and network planning through MCP framework. Provides detailed subnet information including network addresses, IP ranges, and broadcast addresses, plus LAN planning advice for different network scales.MIT
- AlicenseAqualityDmaintenanceProvides accurate IPv4 subnet and address tools for LLMs using Python's ipaddress library. Includes CIDR parsing, overlap detection, IP classification, and more.11GPL 3.0
- Alicense-qualityDmaintenanceProvides verified IPv4 subnet calculations, IP analysis, and network diagram generation for AI tutoring systems via MCP.1MIT
- AlicenseBqualityDmaintenanceEnables IPv4 subnet planning and validation, including CIDR prefix calculation, wildcard mask generation, and host position lookup for network engineers.2051MIT
Related MCP Connectors
Free no-key IP intelligence: geolocation, VPN detection, DNS, WHOIS, blacklists, breach checks
IP address utilities MCP.
Free IPv4 lookups against a distributed attacker-observation corpus.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/zekerutledge/subnet-calculator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server