AgentPMT
Network Tools

Network Tools

Core Utility

Available ActionsEach successful request consumes credits as outlined below.

network-ipv4-to-binary5crnetwork-binary-to-ipv45crnetwork-ipv4-to-integer5crnetwork-integer-to-ipv45crnetwork-subnet-calculator5crnetwork-cidr-to-range5crnetwork-ip-in-range5crnetwork-mac-format5crnetwork-port-validate5crnetwork-dns-lookup5crnetwork-reverse-dns5crnetwork-ip-info5crnetwork-generate-ipv65crnetwork-private-ip-check5crnetwork-cidr-validate5cr

Details

A utility for IP address manipulation, subnet calculations, and network-related operations commonly needed in network administration, security analysis, and infrastructure automation. IP address conversion functions translate between IPv4 dotted decimal notation, 32-bit binary representation, and integer formats for low-level network programming and analysis. The subnet calculator takes CIDR notation and returns comprehensive network information including network address, broadcast address, netmask, wildcard mask, first and last usable addresses, total and usable host counts, and IP class classification. CIDR to range conversion lists all IP addresses within a subnet block with sample addresses for large ranges. IP range membership checking determines whether a specific address falls within a given CIDR block. MAC address formatting converts hardware addresses between colon-separated, dash-separated, Cisco dot notation, and plain formats. Port validation identifies well-known service associations for common ports and classifies numbers as well-known, registered, or dynamic ranges. DNS lookup resolves hostnames to IP addresses with support for multiple A records, while reverse DNS finds hostnames associated with IP addresses. IP information analysis identifies address class, private versus public status, loopback, multicast, and reserved designations. Additional utilities include random IPv6 generation, private IP range detection with specific range identification, and CIDR notation validation with automatic correction suggestions.

Use Cases

IPv4 to binary conversion, IP address binary representation, binary to IPv4 conversion, IP to integer conversion, integer to IP conversion, IP address math, subnet calculation, subnet calculator, CIDR calculator, network address calculation, broadcast address calculation, netmask calculation, wildcard mask, usable host count, subnet planning, CIDR to IP range, IP range listing, subnet enumeration, IP in range check, CIDR membership check, subnet membership test, MAC address formatting, MAC address conversion, colon MAC format, dash MAC format, Cisco MAC format, hardware address formatting, port validation, port number lookup, well-known port identification, service port mapping, DNS lookup, hostname resolution, A record lookup, domain to IP, reverse DNS lookup, PTR record lookup, IP to hostname, IP address information, IP classification, IP class detection, private IP check, public IP check, loopback detection, multicast detection, reserved IP detection, IPv6 generation, random IPv6, IPv6 address creation, private IP range check, RFC 1918 check, CIDR validation, CIDR syntax check, network administration, infrastructure automation, security analysis, network debugging, IP address tools, subnet tools, AI agent networking, LLM network operations, automation network utilities

Actions(15)

network-ipv4-to-binary5cr1 param(1 required)

Convert an IPv4 address to its 32-bit binary representation (continuous and dotted notation).

Convert an IPv4 address to its 32-bit binary representation (continuous and dotted notation).

inputrequiredstring

IPv4 address to convert (e.g., '192.168.1.1')

network-binary-to-ipv45cr1 param(1 required)

Convert a 32-bit binary string back to an IPv4 dotted-decimal address.

Convert a 32-bit binary string back to an IPv4 dotted-decimal address.

inputrequiredstring

32-bit binary string (dots and spaces allowed, e.g., '11000000.10101000.00000001.00000001')

network-ipv4-to-integer5cr1 param(1 required)

Convert an IPv4 address to its integer and hexadecimal representations.

Convert an IPv4 address to its integer and hexadecimal representations.

inputrequiredstring

IPv4 address to convert (e.g., '192.168.1.1')

network-integer-to-ipv45cr1 param(1 required)

Convert an integer (0-4294967295) back to an IPv4 dotted-decimal address.

Convert an integer (0-4294967295) back to an IPv4 dotted-decimal address.

inputrequiredstring

Integer value as a string (e.g., '3232235777')

network-subnet-calculator5cr1 param(1 required)

Calculate full subnet details from CIDR notation including network/broadcast addresses, netmask, wildcard, usable hosts, and IP class.

Calculate full subnet details from CIDR notation including network/broadcast addresses, netmask, wildcard, usable hosts, and IP class.

inputrequiredstring

CIDR notation (e.g., '192.168.1.0/24')

network-cidr-to-range5cr1 param(1 required)

Convert CIDR notation to a start/end IP range with sample IPs.

Convert CIDR notation to a start/end IP range with sample IPs.

inputrequiredstring

CIDR notation (e.g., '192.168.1.0/28')

network-ip-in-range5cr2 params(2 required)

Check whether a specific IPv4 address falls within a given CIDR range.

Check whether a specific IPv4 address falls within a given CIDR range.

inputrequiredstring

IPv4 address to check (e.g., '192.168.1.50')

input2requiredstring

CIDR notation to check against (e.g., '192.168.1.0/24')

network-mac-format5cr2 params(1 required)

Reformat a MAC address into different notation styles (colon, dash, dot, or plain).

Reformat a MAC address into different notation styles (colon, dash, dot, or plain).

inputrequiredstring

MAC address in any format (e.g., '00:1A:2B:3C:4D:5E', '001A2B3C4D5E')

output_formatstring

Output format style for the MAC address

Values:
colondashdotplain
Default: colon
network-port-validate5cr1 param(1 required)

Validate a port number and identify the associated well-known service (e.g., HTTP, SSH, MySQL).

Validate a port number and identify the associated well-known service (e.g., HTTP, SSH, MySQL).

inputrequiredstring

Port number as a string (1-65535, e.g., '443')

network-dns-lookup5cr1 param(1 required)

Resolve a hostname to its IP address(es) including all A records.

Resolve a hostname to its IP address(es) including all A records.

inputrequiredstring

Hostname to resolve (e.g., 'google.com')

network-reverse-dns5cr1 param(1 required)

Perform a reverse DNS lookup on an IPv4 address to find its associated hostname (PTR record).

Perform a reverse DNS lookup on an IPv4 address to find its associated hostname (PTR record).

inputrequiredstring

IPv4 address to look up (e.g., '8.8.8.8')

network-ip-info5cr1 param(1 required)

Get detailed classification information about an IPv4 address including class, private/public status, and special designations.

Get detailed classification information about an IPv4 address including class, private/public status, and special designations.

inputrequiredstring

IPv4 address to analyze (e.g., '10.0.0.1')

network-generate-ipv65cr0 params

Generate a random IPv6 address in both full and compressed notation. No input required.

Generate a random IPv6 address in both full and compressed notation. No input required.

No parameters for this action.

network-private-ip-check5cr1 param(1 required)

Check whether an IPv4 address belongs to a private (RFC 1918), loopback, or link-local range, and identify the specific range.

Check whether an IPv4 address belongs to a private (RFC 1918), loopback, or link-local range, and identify the specific range.

inputrequiredstring

IPv4 address to check (e.g., '172.16.5.10')

network-cidr-validate5cr1 param(1 required)

Validate CIDR notation, check whether it uses strict network addressing, and suggest corrections if needed.

Validate CIDR notation, check whether it uses strict network addressing, and suggest corrections if needed.

inputrequiredstring

CIDR notation to validate (e.g., '192.168.1.100/24')

Frequently Asked Questions

How do I connect this tool to an external agent?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

Hosted MCP config

{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

How does an external agent use this tool?

Agent prompt

Call the AgentPMT-Tool-Search-and-Execution tool with action 'get_schema' and tool_id 694ed591cca5b5123ad00c34 ("Network Tools"). Then call the same tool with action 'call_tool', tool_id 694ed591cca5b5123ad00c34, and the parameters needed for my request.

Looking for help integrating AI into your business? Set up a free consultation.

Network Tools by Apoth3osis | AgentPMT