← Registry

Developer Tools

digestseo.com

Validates and audits HTML, CSS, SEO metadata, schema markup, and checks broken links for web development quality assurance.

3 endpoints8 known toolsFirst detected July 25, 2026Last detected September 6, 2026

ENDPOINT 1

https://geo-mcp.digestseo.com/mcp

Auth required

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

Auth required

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

No auth detected

MCP server metadata

Name
web-validator-by-digestseo
Version
0.5.0
Capabilities
resources.listChangedtools.listChanged
Server instructions

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

validate_html

Use this when raw HTML markup is supplied.

Inferred read-only
validate_css

Use this when raw CSS source is supplied.

Inferred read-only
audit_seo_metadata

Use this for a focused SEO/accessibility-signal check of supplied HTML.

Inferred read-only
validate_schema_markup

Use this for a focused JSON-LD syntax check of supplied HTML.

Inferred read-only
check_broken_links

Use this for a focused check of up to 20 public HTTP(S) links found in supplied HTML.

Inferred read-only
generate_validation_report

Use this when HTML markup is already supplied.

Inferred read-only
audit_public_webpage

Use this when the user provides one live public webpage URL.

Inferred read-only
audit_public_site

Use this for a bounded, sitemap-first audit of a public website the user owns or is authorized to inspect.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.