Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.vpatser1/seo-audit-tool

NPM · SEO-AUDIT-TOOL · SCANNED AUG 7

SEO page audits with 0-100 scoring, keyword analysis, link checking, sitemap validation

Available components

61 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Known CVEs were checked across the 95 of 99 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Dependency health was assessed across the 95 of 99 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 405 tokens (~81/item across 5 items; 5 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · seo-audit-tool

# add to Claude Code
claude mcp add vpatser1-seo-audit-tool -- npx -y seo-audit-tool
# add to Codex CLI
codex mcp add vpatser1-seo-audit-tool -- npx -y seo-audit-tool
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "vpatser1-seo-audit-tool": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "seo-audit-tool"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add vpatser1-seo-audit-tool --command npx --arg -y --arg seo-audit-tool
# ~/.hermes/config.yaml
mcp_servers:
  vpatser1-seo-audit-tool:
    command: "npx"
    args: ["-y", "seo-audit-tool"]
// mcp.json
{
  "mcpServers": {
    "vpatser1-seo-audit-tool": {
      "command": "npx",
      "args": [
        "-y",
        "seo-audit-tool"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 4 Aug 26 61

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 7 Aug 2026 · Analysed npm/[email protected]

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 95 packages
Packages resolved 95
Deprecated 95
Stale 29
Tree resolution Partial

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools · 5 exposed · ~405 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
analyze_keywords ~81

Analyze text content to extract keyword phrases and density metrics. Produces top 1-gram, 2-gram, and 3-gram keyword phrases with frequency counts and density percentages, TF-IDF approximation scores, suggested focus keywords, and related keyword suggestions.

NameTypeReqDescription
textstringyesThe text content to analyze for keywords (plain text, not HTML)

No output schema declared.

No examples provided.

analyze_sitemap ~67

Parse and validate an XML sitemap. Counts URLs, checks for duplicates, validates lastmod date formats, detects future dates, analyzes URL patterns, and verifies XML structure. Supports both sitemap files and sitemap index files.

NameTypeReqDescription
urlstringyesThe URL of the sitemap.xml file to analyze

No output schema declared.

No examples provided.

audit_page ~87

Perform a comprehensive SEO audit on a URL. Analyzes title tag, meta description, heading structure (H1-H6), image alt text coverage, internal/external link counts, page load size, mobile-friendliness indicators, and schema.org structured data. Returns a score from 0-100 with detailed recommendations.

NameTypeReqDescription
urlstringyesThe URL of the page to audit

No output schema declared.

No examples provided.

check_links ~79

Crawl all links on a page and check their status. Identifies broken links (4xx, 5xx), classifies internal vs external links, checks for nofollow/noopener attributes, and detects redirect chains. Checks up to 100 unique links with concurrent requests.

NameTypeReqDescription
urlstringyesThe URL of the page to check links on

No output schema declared.

No examples provided.

compare_pages ~91

Compare SEO metrics of two URLs side by side. Fetches both pages in parallel and compares title tags, meta descriptions, heading counts, image alt coverage, link counts, page size, viewport tags, structured data, and overall SEO scores. Identifies the winner and provides improvement recommendations.

NameTypeReqDescription
url_astringyesThe first URL to compare
url_bstringyesThe second URL to compare

No output schema declared.

No examples provided.