Security & Testing
scan.mx
Performs comprehensive email deliverability and DNS health checks including MX, SPF, DKIM, DMARC, blacklist verification.
ENDPOINT 1
https://api.scan.mx/mcp
MCP server metadata
- Name
- scan.mx
- Version
- 1.0.0
Known tools 6
check_domainRun the full email and DNS deliverability check for a domain: MX, SPF, DKIM, DMARC, DNS health, provider detection, and blacklists.
Potential side effectscheck_mxCheck the MX records of a domain: presence, hostnames, resolution, null-MX, and common misconfigurations.
Inferred read-onlycheck_spfCheck the domain SPF policy: presence, syntax, the all qualifier, and the 10-lookup limit.
Inferred read-onlycheck_dmarcCheck the domain DMARC policy at _dmarc: presence, policy strength (none/quarantine/reject), and reporting.
Inferred read-onlycheck_blacklistCheck whether the domain and its mail server IPs are listed on the Spamhaus (ZEN, DBL, ZRD, AuthBL), SpamCop, GBUdb and PSBL blocklists.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.scan-mx]
url = "https://api.scan.mx/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"scan-mx": {
"type": "http",
"url": "https://api.scan.mx/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: scan-mx
Remote MCP URL: https://api.scan.mx/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"scan-mx": {
"url": "https://api.scan.mx/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"scan-mx": {
"type": "http",
"url": "https://api.scan.mx/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "scan-mx",
"transport": "streamable-http",
"url": "https://api.scan.mx/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for scan.mx was fetched 2026-07-27T04:09:42.502Z and is being refreshed.
scan.mx is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.