
I Built an MCP Server with 36 Developer Tools. Now Claude Does My Site Audits.
I got tired of juggling browser tabs to check SSL certs, DNS records, security headers, and broken links. So I built an MCP server that lets Claude do it all. One config block. 36 tools. Here's what that actually looks like. "Run a security audit on mysite.com" That's it. That's the prompt. Claude calls three APIs behind the scenes: SSL certificate check, security headers analysis, and email authentication (SPF, DKIM, DMARC). Ten seconds later I get a report with actual findings. I didn't build any orchestration logic. I gave Claude atomic tools and it figured out how to chain them together. Some other things I've been using this for: Bulk SSL monitoring: "Check SSL certificates for stripe.com, github.com, and vercel.com. Flag anything expiring within 30 days." Claude loops through the list, calls check_ssl for each, compares expiry dates, and gives me a summary table. Screenshot comparison in Claude Code: "Take a screenshot of our staging site and production site. Tell me if anything
Continue reading on Dev.to
Opens in a new tab


