Website health analysis: SEO, accessibility, performance, security, and broken links
claude mcp add webcheck -- npx -y webcheck-mcp
claude_desktop_config.json
{
"mcpServers": {
"webcheck": {
"command": "npx",
"args": [
"-y",
"webcheck-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"webcheck": {
"command": "npx",
"args": [
"-y",
"webcheck-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"webcheck": {
"command": "npx",
"args": [
"-y",
"webcheck-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"webcheck": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"webcheck-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"webcheck": {
"command": "npx",
"args": [
"-y",
"webcheck-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.yifanyifan897645--webcheck/reviews or the review_server meta-tool.
POST /mcp