MCP Server
Maintained
SiteHealth MCP MCP Server
io.github.carsonroell-debug/sitehealth-mcp
What is the SiteHealth MCP MCP server?
Full website health audit — SSL, DNS, DMARC/SPF/DKIM, performance, uptime, links
How to install SiteHealth MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"sitehealth-mcp": {
"command": "npx",
"args": [
"-y",
"sitehealth-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"sitehealth-mcp": {
"command": "npx",
"args": [
"-y",
"sitehealth-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sitehealth-mcp": {
"command": "npx",
"args": [
"-y",
"sitehealth-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"sitehealth-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sitehealth-mcp"
]
}
}
}Claude Code
claude mcp add sitehealth-mcp -- npx -y sitehealth-mcpRelated MCP servers
Waterfall lead enrichment — cascades Apollo, Clearbit, and Hunter for max coverage
2
View repository →Python
Broken link detection with affiliate tracking, revenue loss estimation, and fixes
0
View repository →Python
MIT
SelfHeal MCP
Maintained
Self-healing proxy for MCP servers with retry, circuit breaker, and observability
0
View repository →TypeScript
Reliable web fetching for AI agents with retry, circuit breaker, caching, and anti-bot bypass