Back to Browse

Seo Audit MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Technical SEO site audit MCP: health score, issues, robots, sitemap, JSON-LD.

About

Technical SEO site audit MCP: health score, issues, robots, sitemap, JSON-LD.

Security Report

4.8
Use Caution4.8High Risk

This MCP server is well-architected with proper authentication handling via environment variables, no hardcoded secrets, and appropriate error handling. The codebase demonstrates good security practices: HTTP client is properly configured, API keys are treated as Bearer tokens (not in query params), and all network calls are to a controlled backend. Permissions align with the server's purpose as a technical SEO audit tool. Minor code quality observations do not materially impact security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (1 critical, 1 high severity). Package verification found 1 issue (1 critical, 0 high severity).

6 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

PRO API key (dwa_...) for deep-crawl, GEO readiness and 40+ checks. Without it — free tier.Required

Environment variable: DETAILWEB_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-atomno-labs-mcp-seo-audit": {
      "env": {
        "DETAILWEB_API_KEY": "your-detailweb-api-key-here"
      },
      "args": [
        "atomno-mcp-seo-audit"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!