# online.pageaudit/pageaudit (remote · pageaudit.online)

Technical SEO audit with the ready-made fix for each finding. Pay per call via x402 or credit.

- Trust score: 64/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `pageaudit.online`: 64/100 (this document), [markdown](https://verifymcp.io/servers/online-pageaudit-pageaudit/pageaudit.md), [page](https://verifymcp.io/servers/online-pageaudit-pageaudit/pageaudit)

## Channel facts

- Endpoint: `https://pageaudit.online/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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-09-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 18 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 68/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1150 tokens (~63/item across 18 items; 18 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 46/100
  - Stability check failed: schema churn in the 15 days we've observed: 0 tool removals, 1 breaking changes, 0 auth/transport breaks, 4 additions.
- **Tool Coverage**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 83% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "contact" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 19 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### How do I install the online.pageaudit/pageaudit MCP server?

online.pageaudit/pageaudit is a hosted endpoint at https://pageaudit.online/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http online-pageaudit-pageaudit 'https://pageaudit.online/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "online-pageaudit-pageaudit": {
      "url": "https://pageaudit.online/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "online-pageaudit-pageaudit": {
      "type": "http",
      "url": "https://pageaudit.online/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.online-pageaudit-pageaudit]
url = "https://pageaudit.online/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "online-pageaudit-pageaudit": {
      "type": "remote",
      "url": "https://pageaudit.online/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add online-pageaudit-pageaudit --url 'https://pageaudit.online/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  online-pageaudit-pageaudit:
    url: "https://pageaudit.online/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "online-pageaudit-pageaudit": {
      "Transport": "http",
      "Url": "https://pageaudit.online/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add online-pageaudit-pageaudit -t streamable-http -u 'https://pageaudit.online/mcp'
```

### Other

```json
{
  "mcpServers": {
    "online-pageaudit-pageaudit": {
      "type": "http",
      "url": "https://pageaudit.online/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-09-20 (score 64, 0)

- [functional] Server version: ffd12ea8 → edeb64b6

### 2026-09-19 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43.

### 2026-09-18 (score 63, 0)

- [functional] Server version: 9e6f0641 → ffd12ea8

### 2026-09-17 (score 63, +1)

- [functional] Server version: 97f0a4b0 → 9e6f0641

### 2026-09-16 (score 62, 0)

- [functional] Server version: 0e2415e9 → 97f0a4b0

### 2026-09-15 (score 62, 0)

- [security] Tool “audit_url” rewrote its description, which is the text the model reads
- [functional] Server version: 314dba24 → 0e2415e9

### 2026-09-14 (score 62, +1)

- [security] Tool “audit_url” rewrote its description, which is the text the model reads
- [functional] Server version: 18652f28 → 314dba24
- [functional] New tool “pricing”

### 2026-09-13 (score 61, +5)

- [security improvement] HTTPS: fail → pass
- [functional] Server version: 7c65b44e → 18652f28

## MCP tools (18)

### `api_index` (~21 tokens)

Discovers the whole PageAudit API (self-describing index).

### `health` (~13 tokens)

Liveness and deployed build.

### `list_tools` (~26 tokens)

Lists the micro-tools (title, meta, canonical, OG, JSON-LD…).

### `get_tool` (~35 tokens)

Copy and checks of one micro-tool by slug (e.g. title-tag-checker).

Input parameters:

- `slug` (string, required): tool slug

### `audit_url` (~83 tokens)

Audits a URL: SEO, JSON-LD parsing, llms.txt, security.txt, API catalog, function-matched well-known files, favicon response and missing-page probe. Returns evidence, limits and fixes without a tab; not a security/accessibility certification.

Input parameters:

- `guest_token` (string): optional pa_…
- `url` (string, required): absolute URL to audit

### `create_guest` (~20 tokens)

Creates a guest token pa_… for the tab workspace.

### `list_tabs` (~25 tokens)

Lists the owner's tabs (guest or session).

Input parameters:

- `guest_token` (string, required)

### `create_tab` (~54 tokens)

Opens a tab for a URL in the workspace.

Input parameters:

- `alias` (string): Label to recognise the tab in the list.
- `guest_token` (string, required)
- `url` (string, required): The URL the tab will follow.

### `run_tab` (~40 tokens)

Re-audits the tab's URL.

Input parameters:

- `guest_token` (string, required)
- `id` (string, required): ID of the tab to re-audit.

### `tab_history` (~79 tokens)

The tab's previous runs and what changed between each one and the one before it (score delta, findings that appeared and that disappeared).

Input parameters:

- `guest_token` (string, required)
- `id` (string, required): ID of the tab whose runs you want.
- `limit` (number): how many runs, newest first (default 20, max 100)

### `watch_tab` (~120 tokens)

Turns the daily watch on or off for a tab: it re-audits the page once a day and e-mails when the score drops or a new error/warning appears. Needs a session (`sess_…`), not a guest token.

Input parameters:

- `guest_token` (string, required): session sess_… (a guest cannot be warned)
- `id` (string, required): ID of the tab to change.
- `monitor` (boolean, required): true watches, false stops watching
- `monitor_email` (string): where the alert goes; empty = account e-mail

### `get_audit` (~52 tokens)

Re-reads an audit already made, with `fixes` (the ready fix for each finding).

Input parameters:

- `guest_token` (string, required)
- `id` (string, required): Audit ID, from `Audit.id`.

### `get_patch` (~61 tokens)

The consolidated patch of an audit: <head> block to paste, files to create and templates with placeholders. No model — only facts from the page.

Input parameters:

- `guest_token` (string, required)
- `id` (string, required): Audit ID, from `Audit.id`.

### `get_badge` (~33 tokens)

Metadata and markdown of the SVG badge of a shared report.

Input parameters:

- `slug` (string, required): 24-char public slug

### `embed_snippet` (~85 tokens)

The embeddable widget's snippet, already assembled with the site's name and colour — one script tag, no account, no lead capture.

Input parameters:

- `brand` (string): site name shown above the form
- `color` (string): accent colour in hex
- `theme` (string): auto, light or dark
- `url` (string): optional URL to pre-fill

### `billing` (~47 tokens)

Free plan, prices, x402 parameters and the trial offer: sign-up with a confirmed e-mail = 90 days without paywall (`trial` field; with a session it shows the state).

### `contact` (~270 tokens)

Sends a support message or a sponsorship/partnership/advertising proposal. Agent: no captcha → 402 ($0.10 x402). Human: Turnstile. After the 1st agent message there is backoff: 429 + Retry-After (60s → 2×, 1h cap; resets in 24h).

Input parameters:

- `duracao` (string): Exposure in days: `30`, `90` or `365`.
- `email` (string, required): Where to reply.
- `empresa` (string): Who is proposing, when it is a company.
- `espaco` (array): Placement ids from `GET /api/partners`, up to 6.
- `message` (string, required): What you want to say.
- `name` (string, required): What to call the person writing.
- `orcamento` (string): `ate_100`, `100_500`, `500_2000`, `2000_mais` or `a_combinar`.
- `pagamento` (string): `usdc`, `deposito` or `a_combinar`.
- `site` (string): Website of who is proposing.
- `tipo` (string): Proposal: `patrocinio`, `parceria` or `anuncio`. Turns on the fields below.

### `pricing` (~17 tokens)

Current public prices and free allowances; no charge.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/online-pageaudit-pageaudit/pageaudit#diagnostics

## Score history

- 2026-09-20: 64
- 2026-09-19: 64
- 2026-09-18: 63
- 2026-09-17: 63
- 2026-09-16: 62
- 2026-09-15: 62
- 2026-09-14: 62
- 2026-09-13: 61
- 2026-09-12: 56
- 2026-09-11: 56
- 2026-09-10: 55
- 2026-09-09: 55
- 2026-09-08: 54
- 2026-09-07: 54
- 2026-09-06: 52
- 2026-09-05: 54

## Common questions

### What is the online.pageaudit/pageaudit MCP server?

online.pageaudit/pageaudit is an MCP server listed in the public MCP registry as online.pageaudit/pageaudit. Technical SEO audit with the ready-made fix for each finding. Pay per call via x402 or credit. This page covers its hosted endpoint (https://pageaudit.online/mcp).

### Is the online.pageaudit/pageaudit MCP server safe to use?

online.pageaudit/pageaudit scores 64 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the online.pageaudit/pageaudit MCP server expose?

online.pageaudit/pageaudit exposes 18 tools: api_index, health, list_tools, get_tool, audit_url, and 13 more. Their descriptions and schemas cost roughly 1,081 tokens of context every time the server is loaded.

### Does the online.pageaudit/pageaudit MCP server require authentication?

No. We connected to online.pageaudit/pageaudit without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the online.pageaudit/pageaudit MCP server still maintained?

online.pageaudit/pageaudit is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://pageaudit.online/mcp
- Website: https://pageaudit.online/
- Changelog RSS feed: https://verifymcp.io/servers/online-pageaudit-pageaudit/pageaudit.xml
- Changelog JSON feed: https://verifymcp.io/servers/online-pageaudit-pageaudit/pageaudit.json
- HTML version of this page: https://verifymcp.io/servers/online-pageaudit-pageaudit/pageaudit
