Blog
Practical write-ups on domain security and the tooling behind DomainIntel — DNS, TLS, email authentication, and how to wire these checks into your own workflow.
- Monitor Your Domain's DNS, SSL and Email Auth in CI2026-06-27
Certificates expire and SPF or DMARC records quietly break, and you usually find out from a user. Here is how to catch all three in CI with one command, using the @domainintel/cli tool.
- Turning a Web Tool into a Zero-Dependency MCP Server2026-06-27
How we shipped DomainIntel's analysis engine as npx -y @domainintel/mcp: one self-contained file, no runtime dependencies, and the four esbuild gotchas that bit us along the way.