NetworkCalc · Capability
NetworkCalc API
NetworkCalc provides RESTful APIs for network and security tools including a subnet calculator, DNS tools, security tools (TLS/SSL inspection, password generation), encoders, and a binary converter. The public APIs return JSON responses over HTTPS and use common HTTP verbs.
What You Can Do
GET
Get ip address
— Subnet calculator (IPv4)
/ip/{address}
GET
Get ipv6 address
— Subnet calculator (IPv6)
/ipv6/{address}
GET
Get dns lookup domain
— DNS lookup
/dns/lookup/{domain}
GET
Get security scan host
— SSL/TLS security scan
/security/scan/{host}
GET
Get encoder type value
— Encode or decode a value
/encoder/{type}/{value}
GET
Get binary value
— Binary conversion
/binary/{value}
MCP Tools
get-ip-address
Subnet calculator (IPv4)
read-only
idempotent
get-ipv6-address
Subnet calculator (IPv6)
read-only
idempotent
get-dns-lookup-domain
DNS lookup
read-only
idempotent
get-security-scan-host
SSL/TLS security scan
read-only
idempotent
get-encoder-type-value
Encode or decode a value
read-only
idempotent
get-binary-value
Binary conversion
read-only
idempotent