# NetworkCalc

MCP Server for utilities from networkcalc.com

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ramadasmr/networkcalc-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list ramadasmr/networkcalc-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ramadasmr/networkcalc-mcp dns_lookup

# Call a tool
npx -y @smithery/cli@latest tool call ramadasmr/networkcalc-mcp dns_lookup '{}'
```

## Direct MCP Connection

Endpoint: `https://networkcalc-mcp--ramadasmr.run.tools`

## Tools (5)

- `dns_lookup` — Fetch DNS info for a given domain
- `whois_lookup` — Fetch WHOIS info for a given domain
- `spf_lookup` — Fetch SPF info for a given domain or host
- `certificate_info` — Fetch certificate for a given domain
- `calculate_subnet` — Fetch Subnet info for a given ipaddress/subnet/CIDR

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ramadasmr/networkcalc-mcp <tool-name>
```

---

Source: https://github.com/ramadasmr/networkcalc-mcp
