← myconf.it

INDIVIDUAL MCP TOOL

subnet6_calculate

Calculate IPv6 prefix details (network/first address, last address, total address count, number of /64 subnets, address type, compressed + expanded forms) from an IPv6 address and a prefix length (0-128).

myconf.itnone authenticationAvailability not checked

LIVE ENDPOINT

https://myconf.it/mcp

No auth detected

Connect to this endpoint to inspect the live schema for subnet6_calculate and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

myconf.it

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.myconf-it]
url = "https://myconf.it/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "myconf-it": {
      "type": "http",
      "url": "https://myconf.it/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: myconf-it
Remote MCP URL: https://myconf.it/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "myconf-it": {
      "url": "https://myconf.it/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "myconf-it": {
      "type": "http",
      "url": "https://myconf.it/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "myconf-it",
  "transport": "streamable-http",
  "url": "https://myconf.it/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • subnet_calculate — Calculate IPv4 subnet details (network, broadcast, host range, netmask, wildcard, class, type, binary) from an IP and either a CIDR prefix or a dotted-decimal netmask.
  • whoami — Returns the public IP, geolocation (city, region, country, timezone) and ASN of the MCP client as observed by the myconf.it edge (Cloudflare).