AgentPMT - The Agentic Economy

Network Tools

Core Utility
$0.05/requestMin Purchase: 20Min Purchase Price: $1

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

Parameters

(required properties listed first)

action*required
Type:string
Description:The network operation to perform. Available actions: get_instructions (returns tool documentation), IP conversions (network-ipv4-to-binary, network-binary-to-ipv4, network-ipv4-to-integer, network-integer-to-ipv4), Subnet operations (network-subnet-calculator, network-cidr-to-range, network-ip-in-range, network-cidr-validate), Utilities (network-mac-format, network-port-validate, network-ip-info, network-private-ip-check, network-generate-ipv6), DNS (network-dns-lookup, network-reverse-dns)
Allowed values:
get_instructionsnetwork-ipv4-to-binarynetwork-binary-to-ipv4network-ipv4-to-integernetwork-integer-to-ipv4network-subnet-calculatornetwork-cidr-to-rangenetwork-ip-in-rangenetwork-mac-formatnetwork-port-validatenetwork-dns-lookupnetwork-reverse-dnsnetwork-ip-infonetwork-generate-ipv6network-private-ip-checknetwork-cidr-validate
input
Type:string
Description:Universal input parameter that accepts multiple formats depending on action: IPv4 address (e.g., '192.168.1.1'), CIDR notation (e.g., '192.168.1.0/24'), binary string (e.g., '11000000101010000000000100000001'), integer (e.g., '3232235777'), MAC address (e.g., '00:1A:2B:3C:4D:5E'), port number (e.g., '443'), or hostname (e.g., 'google.com'). The action determines how the input is interpreted.
input2
Type:string
Description:Secondary input parameter for actions requiring two inputs. Currently used by: network-ip-in-range (CIDR notation to check against)
format
Type:string
Description:Output format preference for MAC addresses. Options: colon (00:1A:2B:3C:4D:5E), dash (00-1A-2B-3C-4D-5E), dot (001A.2B3C.4D5E), plain (001A2B3C4D5E). Default: colon. Only used by: network-mac-format
Default:colon
Allowed values:
colondashdotplain

API Example

curl -X POST "https://api.agentpmt.com/products/purchase" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: your-api-key-here" \
  -H "X-Budget-Key: your-budget-key-here" \
  -d '{
    "product_id": "694ed591cca5b5123ad00c34",
    "parameters": {
      "action": "get_instructions",
      "format": "colon"
    }
  }'

Login to view your API and budget keys. The example above uses placeholder values. Sign in to see personalized code with your actual credentials.

About The Developer

Apoth3osis logo

Apoth3osis

13 stars

Joined Agent Payment: August 14, 2025

We build tools that enable AI agents to excel in the mathematical realm.

Our small team develops experimental and unique solutions in the AI arena, with a strong focus on modular computing for agentic applications and custom model deployment. We have handled projects for a variety of applications across many sectors, from algorithmic trading and financial analysis, to molecular simulations and predictions, to habitat and biodiversity monitoring and wildlife conservation.