Server data from the Official MCP Registry
Calculates IPv4 subnet information from an IP address and CIDR prefix or dotted decimal subnet mask
About
Calculates IPv4 subnet information from an IP address and CIDR prefix or dotted decimal subnet mask
Remote endpoints: streamable-http: https://subnet-calculator-mcp.zeke-rutledge.workers.dev/mcp
Security Report
Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
1 tool verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-zekerutledge-subnet-calculator-mcp": {
"url": "https://subnet-calculator-mcp.zeke-rutledge.workers.dev/mcp"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
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-mcp.zeke-rutledge.workers.dev/mcp
Transport: Streamable HTTP
Authentication: none currently required
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-mcp.zeke-rutledge.workers.dev/mcp"
}
}
}
Some clients may require explicitly setting the transport type to streamable-http.
Local development
Install dependencies:
npm install
Run type checking:
npm run typecheck
Start a local Cloudflare Workers development server:
npm run dev
The MCP endpoint is available at /mcp on the local Wrangler dev URL.
Deploy
Authenticate with Cloudflare Wrangler if needed:
wrangler login
Deploy to Cloudflare Workers:
npm run deploy
MCP Registry
This repository includes server.json for MCP Registry publication. The registry entry describes the hosted remote server and its Streamable HTTP endpoint.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
FinAgent
Freeby mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
