

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
Dynamic MCP Setup
Connect once through AgentPMT Dynamic MCP, then use approved tools from the same agent connection.
30 Second Setup
STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections.
npm install -g @agentpmt/mcp-routeragentpmt-setupHosted Streamable HTTPS
MCP endpoint for browser-based apps like ChatGPT, Claude, Grok, or any time you want a streamable connection with no local install.
https://api.agentpmt.com/mcpConfig Example
Use the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.
{
"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\"}"
}
}
}
}Need client videos, organization controls, audit details, and the full feature overview?
More About Dynamic MCPFrequently Asked Questions
How do I connect this tool to an external agent?
You can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.
Alternatively you can connect to the hosted version with this config block, no installation required:
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\"}"
}
}
}
}View MCP Connection Instructions for more details.
How does an external agent use this tool?
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
Agent prompt
Use the AgentPMT-Tool-Search-and-Execution tool. First call action 'get_instructions' so you know how to use the tool search interface. Then call action 'get_schema' with tool_id 694ed591cca5b5123ad00c34 ("Network Tools"). After reading the schema and any returned instructions, tell me what this tool can do, we are going to be using it
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.

