INDIVIDUAL MCP TOOL
audit_public_site
Use this for a bounded, sitemap-first audit of a public website the user owns or is authorized to inspect.
LIVE ENDPOINT
https://web-validator-mcp.digestseo.com/mcp
Connect to this endpoint to inspect the live schema for audit_public_site and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.web-validator-by-digestseo]
url = "https://web-validator-mcp.digestseo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"web-validator-by-digestseo": {
"type": "http",
"url": "https://web-validator-mcp.digestseo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: web-validator-by-digestseo
Remote MCP URL: https://web-validator-mcp.digestseo.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"web-validator-by-digestseo": {
"url": "https://web-validator-mcp.digestseo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"web-validator-by-digestseo": {
"type": "http",
"url": "https://web-validator-mcp.digestseo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "web-validator-by-digestseo",
"transport": "streamable-http",
"url": "https://web-validator-mcp.digestseo.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
validate_html— Use this when raw HTML markup is supplied.validate_css— Use this when raw CSS source is supplied.audit_seo_metadata— Use this for a focused SEO/accessibility-signal check of supplied HTML.validate_schema_markup— Use this for a focused JSON-LD syntax check of supplied HTML.check_broken_links— Use this for a focused check of up to 20 public HTTP(S) links found in supplied HTML.generate_validation_report— Use this when HTML markup is already supplied.audit_public_webpage— Use this when the user provides one live public webpage URL.