Developer Tools
myconf.it
Provides network utilities for calculating IPv4/IPv6 subnet details and retrieving public IP geolocation and ASN information.
ENDPOINT 1
https://myconf.it/mcp
MCP server metadata
- Name
- myconf.it
- Version
- 1.0.0
myconf.it MCP server. Tools: subnet_calculate (offline IPv4 subnet math), subnet6_calculate (offline IPv6 prefix math), whoami (caller IP/geo as seen by Cloudflare). No auth required.
Known tools 3
subnet_calculateCalculate 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.
Inferred read-onlysubnet6_calculateCalculate 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).
Inferred read-onlywhoamiReturns the public IP, geolocation (city, region, country, timezone) and ASN of the MCP client as observed by the myconf.it edge (Cloudflare).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for myconf.it was fetched 2026-08-24T02:09:13.904Z.
myconf.it is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.