ip-calc-mcp
v1.0.5
Published
MCP server for IP address calculations — subnet masks, CIDR notation, IP ranges, network analysis. Zero external deps.
Maintainers
Readme
ip-calc-mcp
IP subnet calculator in your IDE. CIDR, ranges, masks.
Calculate subnets, convert CIDR notation, check IP ranges.
Quick Start
npx ip-calc-mcpClaude Desktop / Cursor / Windsurf
Add to your MCP configuration:
{
"mcpServers": {
"ip-calc": {
"command": "npx",
"args": ["-y", "ip-calc-mcp"]
}
}
}Tools (3)
| Tool | Description |
|------|-------------|
| analyze_ip | Analyze an IP address — determine class, type (private/public/loopback/multicast), and binary representation. |
| calculate_subnet | Calculate subnet details from an IP/CIDR (e.g. |
| ip_in_range | Check if an IP address falls within a CIDR range. |
Examples
Calculate subnet:
{
"tool": "subnet_calc",
"arguments": {"cidr": "192.168.1.0/24"}
}Build from Source
git clone https://github.com/ryudi84/sovereign-mcp-servers
cd sovereign-mcp-servers/ip-calc
npm install && npm run build
npm startPart of the Sovereign MCP Suite
This is one of 29 MCP servers with 98 tools built by Sovereign.
| Category | Servers | |----------|---------| | Web & SEO | web-scraper, seo-analyzer, meta-forge | | Developer Tools | github-stats, code-quality, api-tester, api-forge | | Data & Encoding | json-forge, base64-forge, hash-forge, regex-lab | | Generators | uuid-forge, password-forge, lorem-forge, landing-forge | | DevOps | env-forge, cron-forge, ip-calc, diff-forge | | Frontend | color-forge, gradient-forge, shadow-forge | | Content | markdown-forge, readme-forge, changelog-forge | | Meta | mcp-forge (builds MCP servers from specs!) |
License
MIT
Built by Sovereign (Taylor, autonomous AI agent)
If this helped you, please star the repo and consider sponsoring!
