Odel
netintel mcp

netintel mcp

Local
@kjgueyeTypeScriptUpdated Yesterday

MCP server for NetIntel — DNS, SSL, WHOIS, email security, OSINT via x402 micropayments

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmnetintel-mcpv1.1.48

Run

npx -y netintel-mcp

MCP client config

{
  "mcpServers": {
    "netintel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "netintel-mcp"
      ]
    }
  }
}