A comprehensive web analysis MCP server that gives AI agents the ability to inspect, audit, and analyze any website. 8 powerful tools in a single server.
| Tool | Description |
|---|---|
seo_analyze |
Full SEO audit: meta tags, Open Graph, Twitter Card, headings, SEO score |
dns_lookup |
DNS records: A, AAAA, MX, TXT, NS, CNAME, SOA |
http_headers |
HTTP header inspection with security analysis |
ssl_check |
SSL/TLS certificate details, expiry, cipher info |
perf_check |
Performance metrics: TTFB, response time, compression |
robots_txt |
Fetch and parse robots.txt with structured output |
tech_detect |
Detect frameworks, CMS, CDN, analytics, libraries |
domain_info |
Complete domain overview (DNS + SSL + headers + SEO) |
npm install
npm run build
npm startAdd to your claude_desktop_config.json:
{
"mcpServers": {
"openclaw-webtools": {
"command": "node",
"args": ["/path/to/openclaw-mcp-server/dist/index.js"]
}
}
}- SEO Auditing: Check any website's SEO score, meta tags, Open Graph data
- Security Analysis: Inspect SSL certificates, security headers, HSTS
- Performance Monitoring: Measure TTFB, response times, compression
- Competitor Analysis: Detect what technologies competitors use
- DNS Troubleshooting: Full DNS record lookup for any domain
- Site Migration: Verify robots.txt, redirects, and canonical URLs
$4.99/month via MCPize marketplace - includes all 8 tools with unlimited usage.
MIT
OpenClaw - sintex.ai