# org.nsgoods/nsgoods-workbench-mcp (remote · mcp.nsgoods.org)

Read only x402 catalogue: payability verdicts, prices, drift, host status, signatures. No wallet.

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

## Components

- remote · `mcp.nsgoods.org`: 71/100 (this document), [markdown](https://verifymcp.io/servers/org-nsgoods-nsgoods-workbench-mcp/mcp.md), [page](https://verifymcp.io/servers/org-nsgoods-nsgoods-workbench-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.nsgoods.org/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-24.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - 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**: 69/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 927 tokens (~115/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 9 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 org.nsgoods/nsgoods-workbench-mcp server?

org.nsgoods/nsgoods-workbench-mcp is a hosted endpoint at https://mcp.nsgoods.org/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 org-nsgoods-nsgoods-workbench-mcp 'https://mcp.nsgoods.org/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "org-nsgoods-nsgoods-workbench-mcp": {
      "url": "https://mcp.nsgoods.org/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "org-nsgoods-nsgoods-workbench-mcp": {
      "type": "http",
      "url": "https://mcp.nsgoods.org/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.org-nsgoods-nsgoods-workbench-mcp]
url = "https://mcp.nsgoods.org/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add org-nsgoods-nsgoods-workbench-mcp --url 'https://mcp.nsgoods.org/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  org-nsgoods-nsgoods-workbench-mcp:
    url: "https://mcp.nsgoods.org/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "org-nsgoods-nsgoods-workbench-mcp": {
      "Transport": "http",
      "Url": "https://mcp.nsgoods.org/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add org-nsgoods-nsgoods-workbench-mcp -t streamable-http -u 'https://mcp.nsgoods.org/mcp'
```

### Other

```json
{
  "mcpServers": {
    "org-nsgoods-nsgoods-workbench-mcp": {
      "type": "http",
      "url": "https://mcp.nsgoods.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-09-23 (score 71, +1)

- [security] Tool “verify_signature” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: pass → fail

### 2026-09-21 (score 70, +1)

- [security] Tool “verify_signature” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 90 → 99

### 2026-09-20 (score 69, 0)

- [security] Tool “verify_signature” rewrote its description, which is the text the model reads
- [cosmetic] “verify_signature” added an optional parameter “service”

### 2026-09-18 (score 69, +8)

- [security improvement] Authorization: unverified → partial
- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “drift_status” rewrote its description, which is the text the model reads
- [security] Tool “find_endpoints” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 46 → 83
- [functional] Server version: 1.30.0 → 1.0.0
- [cosmetic] “find_endpoints” added an optional parameter “network”
- [cosmetic] Tool “catalogue_stats” changed its title: Catalogue stats
- [cosmetic] Tool “drift_status” changed its title: Drift status
- [cosmetic] Tool “find_endpoints” changed its title: Find endpoints
- [cosmetic] Tool “host_summary” changed its title: Host summary
- [cosmetic] Tool “payability_verdict” changed its title: Payability verdict
- [cosmetic] Tool “reports” changed its title: Weekly reports
- [cosmetic] Tool “verify_signature” changed its title: Verify signature
- [cosmetic] Tool “x401_status” changed its title: x401 status

### 2026-09-17 (score 61, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-16 (score 61)

First indexed and scored.

## MCP tools (8)

### `payability_verdict` (~55 tokens)

Payability verdict

Latest payability observation for one exact resource URL (path and query included), with the
    meaning of the verdict, remediation if it cannot be paid, and the per-network options seen.

Input parameters:

- `url` (string, required)

### `find_endpoints` (~131 tokens)

Find endpoints

Search the catalogue by host or URL substring. Returns up to `limit` endpoints with their latest
    verdict, plus the total match count. Use this first when you do not know the exact resource URL.
    Optional network filter (for example eip155:8453 or solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp) and
    sort=price for the cheapest first.

Input parameters:

- `limit` (integer)
- `network` (string)
- `query` (string, required)
- `sort` (string)

### `catalogue_stats` (~38 tokens)

Catalogue stats

Size and health of the x402 catalogue as of the latest full scan: resources, hosts, verdict
    counts, and payable endpoints per network.

### `host_summary` (~58 tokens)

Host summary

Summary for a host (no time series): first/last seen, current verdict mix, n_resources, total
    verdict changes, gone_since if absent from the latest full scan, and a small resources_sample.

Input parameters:

- `host` (string, required)

### `x401_status` (~24 tokens)

x401 status

Current x401 emitter adoption across the scanned catalogue (from the daily watcher).

### `drift_status` (~42 tokens)

Drift status

Verdict changes between the two latest full scans (catalogue wide, or for one host), plus the
    declared model drift watch.

Input parameters:

- `host` (string)

### `verify_signature` (~326 tokens)

Verify signature

Offline EIP-191 verify of a signed nsgoods response. Identifies the service from the
    manifest (or the optional `service` arg), strips exactly that service's post-sign fields,
    canonicalises (JCS, both ASCII modes), recovers the signer and checks it against the
    published manifest signers. Reproduction-attestation (JCS/byte-length) and envelope
    (signer/signature, components) shapes are reported as unsupported_shape, not verified here.
    Refusals carry a distinct status: malformed_signature (signature is not a 65-byte 0x-prefixed
    hex string), schema_rejected (the body carries a signed_by/signature pair but fails the required
    field shape for every service the claimed signer covers; recovery was not attempted, checked is
    false, reasons lists the failed candidates), signature_mismatch (well-formed but recovers a
    different address than signed_by under every candidate service recipe of this signer),
    no_flat_recipe (signed_by is a manifest signer but every service it covers uses an envelope shape,
    so there is no flat recipe to check; recovery was not attempted, checked is false),
    unknown_signer (signed_by is not a manifest signer; recovery was not attempted, checked is false),
    unsupported_shape, or the no-signed_by/signature-pair case.
    checked is true only when EIP-191 recovery actually ran; every other refusal reports checked false.

Input parameters:

- `response_json` (string, required)
- `service` (string)

### `reports` (~18 tokens)

Weekly reports

Published weekly payability reports (from the signed manifest).

## Diagnostics

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

## Score history

- 2026-09-24: 71
- 2026-09-23: 71
- 2026-09-22: 70
- 2026-09-21: 70
- 2026-09-20: 69
- 2026-09-19: 69
- 2026-09-18: 69
- 2026-09-17: 61
- 2026-09-16: 61

## Common questions

### What is the org.nsgoods/nsgoods-workbench-mcp server?

org.nsgoods/nsgoods-workbench-mcp is listed in the public MCP registry as org.nsgoods/nsgoods-workbench-mcp. Read only x402 catalogue: payability verdicts, prices, drift, host status, signatures. No wallet. This page covers its hosted endpoint (https://mcp.nsgoods.org/mcp).

### Is the org.nsgoods/nsgoods-workbench-mcp server safe to use?

org.nsgoods/nsgoods-workbench-mcp scores 71 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 org.nsgoods/nsgoods-workbench-mcp server expose?

org.nsgoods/nsgoods-workbench-mcp exposes 8 tools: payability_verdict, find_endpoints, catalogue_stats, host_summary, x401_status, and 3 more. Their descriptions and schemas cost roughly 692 tokens of context every time the server is loaded.

### Does the org.nsgoods/nsgoods-workbench-mcp server require authentication?

No. We connected to org.nsgoods/nsgoods-workbench-mcp without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the org.nsgoods/nsgoods-workbench-mcp server still maintained?

org.nsgoods/nsgoods-workbench-mcp is still listed as active in the MCP registry. We last reached this channel on 24 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://mcp.nsgoods.org/mcp
- Repository: https://github.com/Nikoble1926/nsgoods-workbench-mcp
- Website: https://x402.nsgoods.org/#mcp
- Changelog RSS feed: https://verifymcp.io/servers/org-nsgoods-nsgoods-workbench-mcp/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/org-nsgoods-nsgoods-workbench-mcp/mcp.json
- HTML version of this page: https://verifymcp.io/servers/org-nsgoods-nsgoods-workbench-mcp/mcp
