/
by ai.smithery
Look up DNS information for any domain to troubleshoot issues and gather insights. Get fast, relia…
Server configuration and capabilities from the MCP manifest
Size: 1,274 bytes (319 tokens)
Tools Found: 3
Analysis ID: 8o957xhu
MCP Server for utilities from networkcalc.com
Stars
Registry ID: 492f38fe-94a3-4d61-9146-2ecc7896b017
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: MIT License
Default Branch: main
Last Push: 9/20/2025
Open Issues: 0
Historical performance and growth metrics over time
{
"name": "networkcalc-mcp",
"tags": [],
"tools": [
{
"name": "dns_lookup",
"description": "Fetch DNS info for a given domain",
"input_schema": {
"type": "object",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"description": "The domain to look up"
}
}
},
"output_schema": {
"type": "string",
"description": "DNS lookup results"
}
},
{
"name": "whois_lookup",
"description": "Fetch WHOIS info for a given domain",
"input_schema": {
"type": "object",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"description": "The domain to look up"
}
}
},
"output_schema": {
"type": "string",
"description": "WHOIS lookup results"
}
},
{
"name": "spf_lookup",
"description": "Fetch SPF info for a given domain or host",
"input_schema": {
"type": "object",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"description": "The domain to look up"
}
}
},
"output_schema": {
"type": "string",
"description": "SPF lookup results"
}
},
{
"name": "certificate_info",
"description": "Fetch certificate for a given domain",
"input_schema": {
"type": "object",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"description": "The domain to look up"
}
}
},
"output_schema": {
"type": "string",
"description": "Certificate information"
}
}
],
"version": "0.1.0",
"categories": [],
"description": "MCP Server for utilities from networkcalc.com"
}Forks
Watchers
Contributors
Last Push: 9/20/2025
Open Issues: 0