Check websites against the W3C Web Sustainability Guidelines and look up the guidelines
claude mcp add wsg-check -- npx -y @sustainablewebsites/wsg-check
claude_desktop_config.json
{
"mcpServers": {
"wsg-check": {
"command": "npx",
"args": [
"-y",
"@sustainablewebsites/wsg-check"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"wsg-check": {
"command": "npx",
"args": [
"-y",
"@sustainablewebsites/wsg-check"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"wsg-check": {
"command": "npx",
"args": [
"-y",
"@sustainablewebsites/wsg-check"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"wsg-check": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sustainablewebsites/wsg-check"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"wsg-check": {
"command": "npx",
"args": [
"-y",
"@sustainablewebsites/wsg-check"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ivanoats--wsg-check/reviews or the review_server meta-tool.
POST /mcp