# WebsiteIQ (remote · websiteiq.xyz)

Robots-aware website audits, pre-crawl quotes, and structured evidence for people and agents.

- Trust score: 55/100 (low)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `websiteiq.xyz`: 55/100 (this document), [markdown](https://verifymcp.io/servers/osbornventures-websiteiq/websiteiq.md), [page](https://verifymcp.io/servers/osbornventures-websiteiq/websiteiq)

## Channel facts

- Endpoint: `https://websiteiq.xyz/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.4.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-08-03.

- **Endpoint Security**: 49/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (delete_audit).
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 42/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 666 tokens (~74/item across 9 items; 6 tools + 3 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 84/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 44% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http osbornventures-websiteiq https://websiteiq.xyz/mcp
```

### Codex

```toml
[mcp_servers.osbornventures-websiteiq]
url = "https://websiteiq.xyz/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add osbornventures-websiteiq --url https://websiteiq.xyz/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  osbornventures-websiteiq:
    url: "https://websiteiq.xyz/mcp"
```

### Other

```json
{
  "mcpServers": {
    "osbornventures-websiteiq": {
      "type": "http",
      "url": "https://websiteiq.xyz/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-08-03 (score 55, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 54, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 53, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 52, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 52, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 51, +1)

- [security improvement] DNSSEC: fail → pass
- [functional improvement] Stability: unverified → 0.03

### 2026-07-27 (score 50)

First indexed and scored.

## MCP tools (6)

### `estimate_audit` (~143 tokens)

Get a whole-site audit quote

Before audit crawling, reads robots.txt and a bounded same-host sitemap tree—including namespaced, WordPress, and Yoast-style indexes—then returns page scope plus standard and white-label USDC quotes. Up to 10 pages cost $0.01 standard or $0.02 white-label; each additional page costs $0.001 or $0.002. A payable quote includes the quoteId required by start_paid_audit.

Input parameters:

- `branding` (object): Required when whiteLabel is true.
- `url` (string, required): Public website URL whose robots-permitted sitemap should be counted.
- `whiteLabel` (boolean): Return the white-label quote as selectedQuote.

Output parameters:

- `estimateComplete` (boolean)
- `estimatedPages` (integer)
- `ok` (boolean)
- `paymentStatus` (string)
- `pricingNotice` (string)
- `pricingStatus` (string)
- `quoteExpiresAt` (string|null)
- `quoteId` (string|null)
- `quotePayable` (boolean)
- `quoteStatus` (string)
- `selectedQuote` (object)
- `standardQuote` (object)
- `url` (string)
- `whiteLabelQuote` (object)

### `start_paid_audit` (~83 tokens)

Pay for and start a quoted audit

Starts the exact robots-aware whole-site scope represented by a current quoteId. If payment is absent, returns an x402 v2 PaymentRequired result. A compatible MCP client retries with _meta['x402/payment']; WebsiteIQ verifies the required payment identifier, settles exact USDC, and returns the existing job on safe replay.

Input parameters:

- `quoteId` (string, required)

Output parameters:

- `id` (string)
- `ok` (boolean)
- `pageCap` (integer)
- `payment` (object)
- `quoteId` (string)
- `reportUrl` (string)
- `status` (string)
- `statusUrl` (string)

### `audit_url` (~116 tokens)

Start a WebsiteIQ audit

Starts the free bounded, robots-compliant audit of one public HTTP(S) page. No account, email, or contact consent is required. One free audit is allowed per requester IP and per target website each day. When payment is available, an abuse-limited call returns the exact sitemap-priced x402 PaymentRequired result and accepts a compatible retry through _meta['x402/payment']; otherwise it returns a quote preview. WebsiteIQ never pays target sites and never bypasses robots.txt.

Input parameters:

- `url` (string, required): Public website URL to audit.

Output parameters:

- `id` (string)
- `ok` (boolean)
- `pageCap` (integer)
- `reportUrl` (string)
- `retentionPolicy` (string)
- `status` (string)
- `statusUrl` (string)

### `get_audit_status` (~45 tokens)

Get audit status

Returns the privacy-filtered status of an audit. The access token returned by audit_url is required.

Input parameters:

- `accessToken` (string, required)
- `id` (string, required)

Output parameters:

- `id` (string)
- `ok` (boolean)
- `reportUrl` (string)
- `status` (string)

### `delete_audit` (~37 tokens)

Delete audit

Deletes the retained request metadata, generated report, and delivery record.

Input parameters:

- `accessToken` (string, required)
- `id` (string, required)

Output parameters:

- `deleted` (boolean)
- `id` (string)

### `list_checks` (~19 tokens)

List WebsiteIQ checks

Returns the current public audit categories and scoring caveat.

Output parameters:

- `checks` (array)
- `scoringNote` (string)

## Diagnostics

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

## Score history

- 2026-08-03: 55
- 2026-08-02: 54
- 2026-08-01: 54
- 2026-07-31: 53
- 2026-07-30: 52
- 2026-07-29: 52
- 2026-07-28: 51
- 2026-07-27: 50

## Links

- Remote endpoint: https://websiteiq.xyz/mcp
- Repository: https://github.com/OsbornVentures/websiteiq
- Website: https://websiteiq.xyz/
- Changelog RSS feed: https://verifymcp.io/servers/osbornventures-websiteiq/websiteiq/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/osbornventures-websiteiq/websiteiq/changelog.json
- HTML version of this page: https://verifymcp.io/servers/osbornventures-websiteiq/websiteiq
