# io.github.vpatser1/seo-audit-tool (npm · seo-audit-tool)

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

- Trust score: 61/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-07

## Components

- npm · `seo-audit-tool`: 61/100 (this document), [markdown](https://verifymcp.io/servers/vpatser1-seo-audit-tool/seo-audit-tool.md), [page](https://verifymcp.io/servers/vpatser1-seo-audit-tool/seo-audit-tool)

## Channel facts

- Registry: `npm`
- Package: `seo-audit-tool`
- Version: `1.1.4`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-07.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Known CVEs were checked across the 95 of 99 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 95 of 99 dependencies we could resolve, so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 2 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 405 tokens (~81/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**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

### Claude

```bash
claude mcp add vpatser1-seo-audit-tool -- npx -y seo-audit-tool
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add vpatser1-seo-audit-tool --command npx --arg -y --arg seo-audit-tool
```

### Hermes

```yaml
mcp_servers:
  vpatser1-seo-audit-tool:
    command: "npx"
    args: ["-y", "seo-audit-tool"]
```

### Other

```json
{
  "mcpServers": {
    "vpatser1-seo-audit-tool": {
      "command": "npx",
      "args": [
        "-y",
        "seo-audit-tool"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 61)

First indexed and scored.

## MCP tools (5)

### `audit_page` (~87 tokens)

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.

Input parameters:

- `url` (string, required): The URL of the page to audit

### `analyze_keywords` (~81 tokens)

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.

Input parameters:

- `text` (string, required): The text content to analyze for keywords (plain text, not HTML)

### `check_links` (~79 tokens)

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.

Input parameters:

- `url` (string, required): The URL of the page to check links on

### `analyze_sitemap` (~67 tokens)

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.

Input parameters:

- `url` (string, required): The URL of the sitemap.xml file to analyze

### `compare_pages` (~91 tokens)

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.

Input parameters:

- `url_a` (string, required): The first URL to compare
- `url_b` (string, required): The second URL to compare

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/vpatser1-seo-audit-tool/seo-audit-tool#diagnostics

## Score history

- 2026-08-07: 61
- 2026-08-06: 61
- 2026-08-05: 61
- 2026-08-04: 61

## Links

- npm package: https://www.npmjs.com/package/seo-audit-tool
- Socket report: https://socket.dev/npm/package/seo-audit-tool
- Website: https://aivp-mcp.vercel.app/
- Changelog RSS feed: https://verifymcp.io/servers/vpatser1-seo-audit-tool/seo-audit-tool.xml
- Changelog JSON feed: https://verifymcp.io/servers/vpatser1-seo-audit-tool/seo-audit-tool.json
- HTML version of this page: https://verifymcp.io/servers/vpatser1-seo-audit-tool/seo-audit-tool
