Skip to content

ElromEvedElElyon/openclaw-webtools-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenClaw WebTools MCP Server

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.

Tools

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)

Quick Start

npm install
npm run build
npm start

Usage with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "openclaw-webtools": {
      "command": "node",
      "args": ["/path/to/openclaw-mcp-server/dist/index.js"]
    }
  }
}

Use Cases

  • 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

Pricing

$4.99/month via MCPize marketplace - includes all 8 tools with unlimited usage.

License

MIT

Author

OpenClaw - sintex.ai

About

MCP Server: SEO audit, DNS lookup, SSL check, HTTP headers, performance, tech detection. 8 web analysis tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors