Detect whether a company runs cold outbound, on what stack, and from which sending domains.
MCPpedia last refreshed this data
com.mambabuilt/mcp-outbound-infrastructure-fingerprint is an MCP server that detect whether a company runs cold outbound, on what stack, and from which sending domains. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 61/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mamba-outbound-infrastructure-fingerprint": {
"env": {
"APIFY_TOKEN": "your-apify-token"
},
"args": [
"-y",
"@mambalabsdev/mcp-outbound-infrastructure-fingerprint"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for the Mamba Labs Outbound Infrastructure Fingerprint actor on Apify.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@mambalabsdev/mcp-outbound-infrastructure-fingerprint' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @mambalabsdev/mcp-outbound-infrastructure-fingerprint against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
MCP Server for kubernetes management commands
Deploy and manage blockchain nodes across 70+ protocols, search docs, request testnet funds.
MCP Security Weekly
Get CVE alerts and security updates for com.mambabuilt/mcp-outbound-infrastructure-fingerprint and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for the Mamba Labs Outbound Infrastructure Fingerprint actor on Apify.
Give it a company domain. It tells your agent whether that company runs cold email outbound, and on what stack.
fingerprint_outbound_infrastructure| Input | Type | Notes |
|---|---|---|
domain | string | One company domain. |
domains | string[] | Batch. Takes precedence over domain. |
scan_sending_domains | boolean | Default true. The strongest signal and the slowest step. |
sending_domain_depth | deep | standard | Default deep (.com .co .io .net .org). |
check_deliverability | boolean | Default false. Adds a separately billed blacklist check and health score. |
skipCache | boolean | Ignore the 7 day result cache. |
Returns a flat row per domain: runs_outbound (program, light, none, unknown), confidence, sending_domains[], registration_clusters[], sending_platforms[], inbox_provider, warmup_detected, infrastructure_vendors[], spf_status, dkim_status, dmarc_policy, and an evidence[] array of quotable strings.
A real outbound program does not send from the domain the business runs on. It buys lookalikes (getcompany.com, company-mail.com, trycompany.co), gives them their own mail tenant, and redirects their web root at the real site. That redirect is the attribution handle, and finding those domains is the part nobody else does.
Measured on nine live domains: 6 of 6 detected on companies that demonstrably run outbound, 0 false positives of 3 on controls.
Two honest limits. When the brand token is an ordinary English word (Gong, Clay, Ramp), lookalike patterns collide with unrelated businesses that legitimately own them; the actor sets brand_is_common_word and caps confidence rather than reporting a confident none. And sending-platform recall is partial by design: Instantly, Smartlead, Lemlist, Apollo and Salesloft connect over OAuth to a customer's own mailbox and publish no SPF include host at all, so an empty sending_platforms tells you little while a populated one is solid.
{
"mcpServers": {
"mamba-outbound-infrastructure-fingerprint": {
"command": "npx",
"args": ["-y", "@mambalabsdev/mcp-outbound-infrastructure-fingerprint"],
"env": { "APIFY_TOKEN": "your-apify-token" }
}
}
}
Get a token at console.apify.com/account/integrations. Read-only; consumes Apify credits per domain analyzed.
This tool is also exposed by the GTM Suite umbrella server, alongside the rest of the Mamba Labs GTM actors, if you would rather run one server than many.
Built by Mamba Labs.