Developer Tools
digestseo.com
Validates and audits HTML, CSS, SEO metadata, schema markup, and checks broken links for web development quality assurance.
ENDPOINT 1
https://geo-mcp.digestseo.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.digestseo-com]
url = "https://geo-mcp.digestseo.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"digestseo-com": {
"type": "http",
"url": "https://geo-mcp.digestseo.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: digestseo-com
Remote MCP URL: https://geo-mcp.digestseo.com/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"digestseo-com": {
"url": "https://geo-mcp.digestseo.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"digestseo-com": {
"type": "http",
"url": "https://geo-mcp.digestseo.com/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "digestseo-com bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "digestseo-com",
"transport": "streamable-http",
"url": "https://geo-mcp.digestseo.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://mcp-gsc.digestseo.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.digestseo-com]
url = "https://mcp-gsc.digestseo.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"digestseo-com": {
"type": "http",
"url": "https://mcp-gsc.digestseo.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: digestseo-com
Remote MCP URL: https://mcp-gsc.digestseo.com/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"digestseo-com": {
"url": "https://mcp-gsc.digestseo.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"digestseo-com": {
"type": "http",
"url": "https://mcp-gsc.digestseo.com/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "digestseo-com bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "digestseo-com",
"transport": "streamable-http",
"url": "https://mcp-gsc.digestseo.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://web-validator-mcp.digestseo.com/mcp
MCP server metadata
- Name
- web-validator-by-digestseo
- Version
- 0.5.0
Use this app only for markup and public webpages the user owns or is authorized to inspect. For one live public page, use audit_public_webpage. For a bounded sitemap-first public-site audit, use audit_public_site; it audits at most eight same-origin pages per call, respects robots.txt, does not recursively follow HTML links, and never runs site-wide link checks. For pasted markup, use the focused markup tools or generate_validation_report. No tool modifies user data. HTML validation sends markup to the Nu HTML Checker hosted at validator.nu; CSS syntax, SEO, and JSON-LD checks run inside the Worker. Link checking is optional only on the focused markup/page tools, contacts eligible public links, and never follows redirects. Do not submit credentials, health data, payment data, or other sensitive personal data.
Known tools 8
audit_seo_metadataUse this for a focused SEO/accessibility-signal check of supplied HTML.
Inferred read-onlyvalidate_schema_markupUse this for a focused JSON-LD syntax check of supplied HTML.
Inferred read-onlycheck_broken_linksUse this for a focused check of up to 20 public HTTP(S) links found in supplied HTML.
Inferred read-onlyaudit_public_siteUse this for a bounded, sitemap-first audit of a public website the user owns or is authorized to inspect.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.