# Context Relay (remote · context-relay.contextrelay.workers.dev)

Compact, citation-verifiable public web context for AI agents, paid per use with x402.

- Trust score: 52/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-09

## Components

- remote · `context-relay.contextrelay.workers.dev`: 52/100 (this document), [markdown](https://verifymcp.io/servers/chughes113-context-relay/context-relay.md), [page](https://verifymcp.io/servers/chughes113-context-relay/context-relay)

## Channel facts

- Endpoint: `https://context-relay.contextrelay.workers.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.3.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-09.

- **Endpoint Security**: 46/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 2 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 not yet verified: we couldn't determine whether a plaintext access path exists.
  - 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**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 165 tokens (~82/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 80/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 40% of tool parameters carry a description.
- **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 chughes113-context-relay https://context-relay.contextrelay.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.chughes113-context-relay]
url = "https://context-relay.contextrelay.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "chughes113-context-relay": {
      "type": "remote",
      "url": "https://context-relay.contextrelay.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add chughes113-context-relay --url https://context-relay.contextrelay.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  chughes113-context-relay:
    url: "https://context-relay.contextrelay.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "chughes113-context-relay": {
      "type": "http",
      "url": "https://context-relay.contextrelay.workers.dev/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-09 (score 52, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-08 (score 51)

First indexed and scored.

## MCP tools (2)

### `quote_context` (~80 tokens)

Quote Context Retrieval

Get a free price, route, latency, and policy quote without retrieving the page.

Input parameters:

- `freshness_seconds` (integer)
- `max_price_usd` (number)
- `max_tokens` (integer)
- `question` (string): Task or question used to rank relevant passages.
- `url` (string, required): Public HTTP or HTTPS page to retrieve.

### `retrieve_context` (~85 tokens)

Retrieve Compact Context

Retrieve compact, citation-verifiable context from public HTML. Costs $0.005 USDC via x402.

Input parameters:

- `freshness_seconds` (integer)
- `max_price_usd` (number)
- `max_tokens` (integer)
- `question` (string): Task or question used to rank relevant passages.
- `url` (string, required): Public HTTP or HTTPS page to retrieve.

## Diagnostics

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

## Score history

- 2026-08-09: 52
- 2026-08-08: 51

## Links

- Remote endpoint: https://context-relay.contextrelay.workers.dev/mcp
- Repository: https://github.com/chughes113/context-relay
- Changelog RSS feed: https://verifymcp.io/servers/chughes113-context-relay/context-relay.xml
- Changelog JSON feed: https://verifymcp.io/servers/chughes113-context-relay/context-relay.json
- HTML version of this page: https://verifymcp.io/servers/chughes113-context-relay/context-relay
