Odel
mcp outbound infrastructure fingerprint

mcp outbound infrastructure fingerprint

Local
@mambalabsdevJavaScriptMITUpdated 3 days ago

Detect whether a company runs cold outbound, on what stack, and from which sending domains.

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).

npm@mambalabsdev/mcp-outbound-infrastructure-fingerprintv1.1.1

Run

npx -y @mambalabsdev/mcp-outbound-infrastructure-fingerprint

MCP client config

{
  "mcpServers": {
    "mcp-outbound-infrastructure-fingerprint": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-outbound-infrastructure-fingerprint"
      ]
    }
  }
}