Security & Testing
mikepage.nl
This server provides domain security testing tools for DMARC, DNS, RDAP, and SMTP validation.
ENDPOINT 1
https://mikepage.nl/mcp
MCP server metadata
- Name
- mikepage-tools
- Version
- 1.0.0
Known tools 6
dmarc_checkFetch a domain’s _dmarc TXT record and validate the DMARC policy, returning per-tag findings.
Inferred read-onlydns_discoveryScan a domain for its apex records, email-authentication setup (SPF/DMARC/DKIM/MTA-STS), and common subdomains in one shot via ~50 concurrent DoH probes.
Potential side effectsrdap_lookupLook up registration data (RDAP, the structured successor to WHOIS) for a domain: registrar, status, key dates, nameservers.
Inferred read-onlysmtp_probeOpen a raw TCP connection to a mail server’s submission port (587/465/2525) and return its banner and EHLO capabilities.
Inferred read-onlyspf_checkResolve a domain’s SPF record, recursively walk every include/redirect, count the 10-lookup budget, and flag issues.
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.mikepage-tools]
url = "https://mikepage.nl/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mikepage-tools": {
"type": "http",
"url": "https://mikepage.nl/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mikepage-tools
Remote MCP URL: https://mikepage.nl/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": {
"mikepage-tools": {
"url": "https://mikepage.nl/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mikepage-tools": {
"type": "http",
"url": "https://mikepage.nl/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mikepage-tools",
"transport": "streamable-http",
"url": "https://mikepage.nl/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.