streamable-httpMITupdated 6mo ago
networkcalc-mcp is a server component (MCP Server) that powers utility services from networkcalc.com. It provides a set of network tools accessible via API or integration with your own frontend.
What can you do with ramadasmr networkcalc mcp?
๐ networkcalc-mcp
networkcalc-mcp is a server component (MCP Server) that powers utility services from networkcalc.com. It provides a set of network tools accessible via API or integration with your own frontend.
๐ง Features
This server includes support for the following tools:
- ๐ DNS Lookup โ Resolve domain names to IP addresses and view DNS records.
- ๐๏ธ WHOIS Lookup โ Retrieve registration and ownership details for domains and IPs.
- ๐ SPF Lookup โ Inspect Sender Policy Framework (SPF) records for domains.
- ๐ Certificate Lookup โ Check SSL/TLS certificates for domains.
- ๐งฎ Subnet Lookup โ Analyze IP subnets and CIDR ranges.
๐ How to Use
Run below command to add it to claude
claude mcp add --transport http ramadasmr-networkcalc-mcp "https://server.smithery.ai/@ramadasmr/networkcalc-mcp/mcp"
Installing via Smithery
To install NetworkCalc automatically via Smithery:
npx -y @smithery/cli install @ramadasmr/networkcalc-mcp
To see full usage instructions and available endpoints, please refer to the hosted service: ๐ https://smithery.ai/server/@ramadasmr/networkcalc-mcp
Install
Add ramadasmr networkcalc mcp to your client. Pick the one you use.
claude mcp add --transport http ramadasmr-networkcalc-mcp https://server.smithery.ai/@ramadasmr/networkcalc-mcp/mcpcodex mcp add ramadasmr-networkcalc-mcp --url https://server.smithery.ai/@ramadasmr/networkcalc-mcp/mcp{
"mcpServers": {
"ramadasmr-networkcalc-mcp": {
"url": "https://server.smithery.ai/@ramadasmr/networkcalc-mcp/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"ramadasmr-networkcalc-mcp": {
"type": "http",
"url": "https://server.smithery.ai/@ramadasmr/networkcalc-mcp/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"ramadasmr-networkcalc-mcp": {
"url": "https://server.smithery.ai/@ramadasmr/networkcalc-mcp/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ramadasmr-networkcalc-mcp": {
"serverUrl": "https://server.smithery.ai/@ramadasmr/networkcalc-mcp/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation10/25
- Maintenance9/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 182 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.13.0Latest | Sep 20, 2025 |