# WHP Standing (remote · whp-standing-live-production.up.railway.app)

Verify signed JSON provenance through bounded COPY/COMPOSE. Payment never guarantees a Mark.

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

## Components

- remote · `whp-standing-live-production.up.railway.app`: 58/100 (this document), [markdown](https://verifymcp.io/servers/wheelerhubbell-whp-standing/whp-standing-live-production.md), [page](https://verifymcp.io/servers/wheelerhubbell-whp-standing/whp-standing-live-production)

## Channel facts

- Endpoint: `https://whp-standing-live-production.up.railway.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## 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-25.

- **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 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 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**: 43/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 411 tokens (~41/item across 10 items; 4 tools + 6 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 77/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 20% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the WHP Standing MCP server?

WHP Standing is a hosted endpoint at https://whp-standing-live-production.up.railway.app/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 wheelerhubbell-whp-standing 'https://whp-standing-live-production.up.railway.app/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "wheelerhubbell-whp-standing": {
      "url": "https://whp-standing-live-production.up.railway.app/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "wheelerhubbell-whp-standing": {
      "type": "http",
      "url": "https://whp-standing-live-production.up.railway.app/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.wheelerhubbell-whp-standing]
url = "https://whp-standing-live-production.up.railway.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wheelerhubbell-whp-standing": {
      "type": "remote",
      "url": "https://whp-standing-live-production.up.railway.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add wheelerhubbell-whp-standing --url 'https://whp-standing-live-production.up.railway.app/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  wheelerhubbell-whp-standing:
    url: "https://whp-standing-live-production.up.railway.app/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "wheelerhubbell-whp-standing": {
      "Transport": "http",
      "Url": "https://whp-standing-live-production.up.railway.app/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add wheelerhubbell-whp-standing -t streamable-http -u 'https://whp-standing-live-production.up.railway.app/mcp'
```

### Other

```json
{
  "mcpServers": {
    "wheelerhubbell-whp-standing": {
      "type": "http",
      "url": "https://whp-standing-live-production.up.railway.app/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-25 (score 58, +1)

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

### 2026-09-24 (score 57, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-23 (score 57)

First indexed and scored.

## MCP tools (4)

### `whp_standing_contract` (~68 tokens)

Discover WHP Standing: Verify whether signed JSON provenance preserves identity, authority, scope, jurisdiction, time, and operation through exact COPY or identity-preserving COMPOSE. Includes exact profile, schema, authority prerequisites, fresh probe URL, and 1 USDC Base x402 payment contract.

### `whp_standing_evaluation` (~110 tokens)

Purchase one evaluation for 1 native USDC on Base mainnet (eip155:8453). Fetch a fresh submission example from /examples/submission.PROBE.json, submit it unchanged, read the x402 402 requirements, then replay with payment. Payment never guarantees a Mark.

Input parameters:

- `payer` (string)
- `submission_raw` (string, required): Exact UTF-8 JSON bytes. Fresh example: /examples/submission.PROBE.json
- `wallet_signature` (string)

Output parameters:

- `body_bytes` (string)
- `headers` (object)
- `http_status` (integer)

### `whp_standing_result` (~45 tokens)

Retrieve the exact original WHP Standing Mark or negative assessment bytes by durable purchase ID, without another charge or WHP-specific signature.

Input parameters:

- `purchase_id` (string, required)

Output parameters:

- `body_bytes` (string)
- `headers` (object)
- `http_status` (integer)

### `whp_standing_recover` (~68 tokens)

Progress an already authorized pending purchase using its original durable payment. Supply only the purchase ID. Never sign another payment; if result retrieval says QUOTED, replay the original submission and identical saved wallet signature through whp_standing_evaluation.

Input parameters:

- `purchase_id` (string, required)

Output parameters:

- `body_bytes` (string)
- `headers` (object)
- `http_status` (integer)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/wheelerhubbell-whp-standing/whp-standing-live-production#diagnostics

## Score history

- 2026-09-25: 58
- 2026-09-24: 57
- 2026-09-23: 57

## Common questions

### What is the WHP Standing MCP server?

WHP Standing is an MCP server listed in the public MCP registry as io.github.wheelerhubbell/whp-standing. Verify signed JSON provenance through bounded COPY/COMPOSE. Payment never guarantees a Mark. This page covers its hosted endpoint (https://whp-standing-live-production.up.railway.app/mcp).

### Is the WHP Standing MCP server safe to use?

WHP Standing scores 58 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 WHP Standing MCP server expose?

WHP Standing exposes 4 tools: whp_standing_contract, whp_standing_evaluation, whp_standing_result, whp_standing_recover. Their descriptions and schemas cost roughly 291 tokens of context every time the server is loaded.

### Does the WHP Standing MCP server require authentication?

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

### Is the WHP Standing MCP server still maintained?

WHP Standing is still listed as active in the MCP registry. We last reached this channel on 25 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://whp-standing-live-production.up.railway.app/mcp
- Website: https://whp-standing-live-production.up.railway.app/
- Changelog RSS feed: https://verifymcp.io/servers/wheelerhubbell-whp-standing/whp-standing-live-production.xml
- Changelog JSON feed: https://verifymcp.io/servers/wheelerhubbell-whp-standing/whp-standing-live-production.json
- HTML version of this page: https://verifymcp.io/servers/wheelerhubbell-whp-standing/whp-standing-live-production
