FEDLIN Scanners
com.fedlin/fedlin-mcp-serverExposes FEDLIN's public security scanners as agent-callable tools over Streamable HTTP.
Tools · 3
Check whether a domain's TLS is using post-quantum (hybrid ML-KEM) key exchange.
Audit a domain's DNS, TLS, certificates, and email authentication (SPF/DKIM/DMARC/DNSSEC).
Grade a domain's HTTP security headers (HSTS, CSP, and more).
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"fedlin_scanners": {
"url": "https://mcp.fedlin.com/mcp",
"transport": "streamable-http"
}
}
}