# Citation Check (remote · check.holoweave.org)

Citation check for AI output — deterministic, line-exact mechanical claim verification.

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

## Components

- remote · `check.holoweave.org`: 61/100 (this document), [markdown](https://verifymcp.io/servers/ninefiveonefive-citation-check/check.md), [page](https://verifymcp.io/servers/ninefiveonefive-citation-check/check)

## Channel facts

- Endpoint: `https://check.holoweave.org/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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-07.

- **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 1 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**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 94 tokens (~94/item across 1 items; 1 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: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http ninefiveonefive-citation-check https://check.holoweave.org/mcp
```

### Codex

```toml
[mcp_servers.ninefiveonefive-citation-check]
url = "https://check.holoweave.org/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ninefiveonefive-citation-check": {
      "type": "remote",
      "url": "https://check.holoweave.org/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ninefiveonefive-citation-check --url https://check.holoweave.org/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ninefiveonefive-citation-check:
    url: "https://check.holoweave.org/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ninefiveonefive-citation-check": {
      "type": "http",
      "url": "https://check.holoweave.org/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-07 (score 61)

First indexed and scored.

## MCP tools (1)

### `citation_check` (~94 tokens)

Mechanical citation/claim checks for a document: counts whose members are not named, listings that do not match contents, marker vocabulary drift, totals graded above their weakest part, and internal references that resolve to nothing. Returns convictions with line locations. Pure parsing — no model reads the text. Free tier: 10 calls/day. Max 200 KB.

Input parameters:

- `text` (string, required): The document to check (markdown or plain text)

## Diagnostics

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

## Score history

- 2026-08-07: 61

## Links

- Remote endpoint: https://check.holoweave.org/mcp
- Website: https://check.holoweave.org/
- Changelog RSS feed: https://verifymcp.io/servers/ninefiveonefive-citation-check/check.xml
- Changelog JSON feed: https://verifymcp.io/servers/ninefiveonefive-citation-check/check.json
- HTML version of this page: https://verifymcp.io/servers/ninefiveonefive-citation-check/check
