# io.github.ZlaylowZ/nukez-mcp (remote · mcp.nukez.xyz)

Agent-native storage with cryptographic verification on Solana. Keyless: clients sign and pay.

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

## Components

- remote · `mcp.nukez.xyz`: 63/100 (this document), [markdown](https://verifymcp.io/servers/zlaylowz-nukez-mcp/mcp.md), [page](https://verifymcp.io/servers/zlaylowz-nukez-mcp/mcp)

## Channel facts

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

- **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 15 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**: 76/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 3004 tokens (~158/item across 19 items; 15 tools + 4 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/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.
  - 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 zlaylowz-nukez-mcp https://mcp.nukez.xyz/mcp
```

### Codex

```toml
[mcp_servers.zlaylowz-nukez-mcp]
url = "https://mcp.nukez.xyz/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add zlaylowz-nukez-mcp --url https://mcp.nukez.xyz/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  zlaylowz-nukez-mcp:
    url: "https://mcp.nukez.xyz/mcp"
```

### Other

```json
{
  "mcpServers": {
    "zlaylowz-nukez-mcp": {
      "type": "http",
      "url": "https://mcp.nukez.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 63, +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-08-01 (score 62, +1)

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

### 2026-07-31 (score 61, +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 60, +1)

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

### 2026-07-29 (score 59)

First indexed and scored.

## MCP tools (15)

### `nukez_quote` (~253 tokens)

Step 1: Get storage pricing and payment options. Returns price breakdown and every available payment method (SOL/USDC/USDT/WETH/BETA on Solana, USDC/USDT0/MON/WETH on Monad). Each option carries a `destination_kind`: 'wallet' (native SOL — send lamports to pay_to_address), 'spl_token_account' (Solana SPL tokens — pay_to_address IS already the treasury's token account; pass it DIRECTLY as the transferChecked destination, do NOT derive an ATA from it), or 'evm_address' (Monad — send native value to the address, or call transfer() on the token contract at token_address). SPL options also include a self-contained `spl_transfer` block (program_id, destination_token_account, mint, amount_raw, decimals) you can pass straight to a signer. Review payment_options, pick one, then sign+submit externally and call nukez_pay with the resulting tx_sig. Providers: gcs (default), mongodb, storj, arweave, filecoin, firestore.

Input parameters:

- `pay_asset`
- `pay_network`
- `provider` (string)
- `units` (integer)

Output parameters:

- `result` (string)

### `nukez_pay` (~249 tokens)

Step 2: Record an externally-executed on-chain payment. The server is keyless and never signs transactions — execute the transfer yourself (Solana sendTransaction or an EVM client) and pass the resulting signature as tx_sig. Uses pay_req_id from nukez_quote (auto-resolved from state). Specify chain and pay_asset to identify the rail (e.g. chain='solana-mainnet', pay_asset='BETA'); defaults to the quote's choice. Solana SPL pre-flight: when the quote selected an SPL token (USDC/USDT/WETH/BETA), this tool fetches the tx via read-only RPC and verifies it transferred ≥ the expected amount of the expected mint to the treasury's SPL token account. A confirmed mismatch (typically: tokens sent to an ATA derived from pay_to_address) is REJECTED with a structured WRONG_DESTINATION error and the tx_sig is NOT recorded — the quote remains valid so you can re-pay correctly. Indeterminate pre-flights (RPC down, tx not yet visible) fall through to recording.

Input parameters:

- `chain`
- `pay_asset`
- `pay_req_id`
- `tx_sig`

Output parameters:

- `result` (string)

### `nukez_provision` (~156 tokens)

Step 3: Confirm payment settlement on the gateway and provision the storage locker. Two modes: (a) Without `envelope`: pass pay_req_id + tx_sig (auto-resolved from state). Returns the receipt_id and a hint to build a signed `locker:provision` envelope. (b) With `receipt_id` + `envelope`: forwards the signed envelope to /v1/storage/signed_provision and activates the locker. Also accepts `receipt_id` alone to rehydrate an already-provisioned locker without re-paying.

Input parameters:

- `chain`
- `envelope`
- `pay_asset`
- `pay_req_id`
- `receipt_id`
- `tx_sig`

Output parameters:

- `result` (string)

### `nukez_setup` (~139 tokens)

Set up Nukez storage: checks wallet, purchases storage, and provisions locker in a single call. Call with no args to run the full flow. Call with receipt_id to rehydrate an existing locker. Providers: gcs (default), mongodb, storj, arweave, filecoin, firestore. Payments: Solana (SOL, USDC, USDT, WETH, BETA) and Monad/EVM (MON, USDC, USDT0, WETH) — chain is auto-detected.

Input parameters:

- `envelope`
- `provider` (string)
- `receipt_id`
- `units` (integer)

Output parameters:

- `result` (string)

### `nukez_create_file` (~116 tokens)

Create a file entry and get upload_url + confirm_url for direct upload. The client PUTs raw bytes directly to the upload_url (307-redirects to GCS), then calls nukez_confirm to finalize. Bytes never transit the MCP server. Use this for large files from local/external sources against Cloud Run. For small inline content (<4KB), use nukez_store with data_b64 instead.

Input parameters:

- `content_type`
- `envelope`
- `filename` (string, required)
- `receipt_id`

Output parameters:

- `result` (string)

### `nukez_store` (~326 tokens)

Store files in your Nukez locker. ALWAYS BATCH: pass ALL the files you want to upload in a SINGLE call, as a list under `files`. Do NOT loop over your file list and call nukez_store once per file — that triggers one on-chain attestation per file (slow + costs SOL fees per push). One nukez_store call with N files triggers exactly ONE attestation for the whole batch. Each list item: {name, <data_source>, content_type?}. UPLOAD PATH PRIORITY: 1. source_url — if the file is available at a public HTTPS URL, pass it and the server fetches directly (fastest, zero token cost). 2. sandbox_path — if you have compute/bash access and the file is on disk, pass the absolute path. 3. local_path — if the file exists on local disk (desktop/CLI environments). 4. data_b64 — LAST RESORT for small content only (<4KB). Sends bytes through your context window.    Accepts both base64-encoded binary and plain UTF-8 text. 5. nukez_upload_chunk — if sandbox_path curl failed (HTTP 000 / network blocked),    upload in 4KB chunks with sha256 verification. Run the prep script from the response,    then call nukez_upload_chunk for each chunk. NEVER base64-encode files >4KB in one call. Upload path is auto-selected based on size and runtime environment.

Input parameters:

- `envelope`
- `files` (array, required)
- `receipt_id`

Output parameters:

- `result` (string)

### `nukez_confirm` (~58 tokens)

Confirm a file upload after sandbox curl completes. Call this after executing the curl command returned by nukez_store in sandbox mode. The server computes SHA-256 and records the hash.

Input parameters:

- `filename` (string, required)
- `receipt_id`

Output parameters:

- `result` (string)

### `nukez_upload_chunk` (~437 tokens)

Upload a file in chunks when sandbox curl/network is blocked. PREPARATION — run this bash script first to split and hash:
  python3 -c "
import base64, hashlib, os, json, math
path = '<SANDBOX_FILE_PATH>'
CHUNK = 4096
size = os.path.getsize(path)
n = math.ceil(size / CHUNK)
os.makedirs('/tmp/nkz', exist_ok=True)
hashes = []
with open(path, 'rb') as f:
    for i in range(n):
        raw = f.read(CHUNK)
        h = hashlib.sha256(raw).hexdigest()
        b = base64.b64encode(raw).decode()
        open(f'/tmp/nkz/{i:04d}.b64','w').write(b)
        open(f'/tmp/nkz/{i:04d}.sha','w').write(h)
        hashes.append(h)
print(json.dumps({'chunks':n,'bytes':size,'hashes':hashes}))
"
Then for each chunk: read the .b64 file, read the .sha file, and call this tool:
  cat /tmp/nkz/0000.b64  → data_b64
  cat /tmp/nkz/0000.sha  → sha256
  nukez_upload_chunk(filename=..., data_b64=..., sha256=..., part_no=0)
Set is_last=True on the final chunk. Server verifies sha256 — hash mismatch means token corruption, retry by re-reading. Always use 4KB chunks (CHUNK=4096). Do not use larger chunks.
STATELESS RELAY: part_no=0 returns job_id and file_id. Pass both back on every subsequent chunk (required when each chunk is a separate MCP session).

Input parameters:

- `content_type`
- `data_b64` (string, required)
- `file_id`
- `filename` (string, required)
- `is_last` (boolean)
- `job_id`
- `part_no` (integer, required)
- `receipt_id`
- `sha256`

Output parameters:

- `result` (string)

### `nukez_retrieve` (~65 tokens)

List files or download content from your Nukez locker. Call with no filenames to list all files. Call with filenames=['file.txt'] to download specific files.

Input parameters:

- `encoding` (string)
- `envelope`
- `filenames`
- `receipt_id`

Output parameters:

- `result` (string)

### `nukez_verify` (~208 tokens)

Fast structural verification of locker state. Returns merkle root, attestation status, and optional per-file proof. Pass memory_key to verify a specific memory record by key. Cheap: reads the persisted attestation; latency is independent of locker size (~sub-second typical). With push=True, also triggers a fresh on-chain attestation push (~5-10s for Switchboard confirmation). DO NOT call repeatedly after every store/delete just to keep the attestation current — the gateway already runs auto-reattest after every file mutation, gated to skip when the manifest is unchanged since the last attestation, so manual push calls are normally unnecessary. Use push=True only when you explicitly need the on-chain anchor right now and inline. For byte-level proof that storage bytes still match the recorded hashes (re-downloads everything), use nukez_recompute_verify instead.

Input parameters:

- `envelope`
- `filename`
- `memory_key`
- `push` (boolean)
- `receipt_id`

Output parameters:

- `result` (string)

### `nukez_recompute_verify` (~148 tokens)

Byte-level integrity proof: re-downloads every file from storage, recomputes content hashes, rebuilds the merkle tree, and compares the result against the persisted attestation. Returns match=True when storage bytes still match the recorded hashes, match=False when they have drifted. Cost: scales with total locker bytes (re-downloads everything). Slower than nukez_verify — reach for this only on audits, post-migration sanity checks, or when you suspect drift between storage and the persisted manifest. For routine integrity checks, nukez_verify is the right tool (sub-second, structural). Unauthenticated endpoint — receipt_id is public proof of ownership.

Input parameters:

- `receipt_id`

Output parameters:

- `result` (string)

### `nukez_status` (~41 tokens)

Check wallet balance, locker state, and lifecycle stage. Works at any stage — no active locker required.

Input parameters:

- `envelope`
- `receipt_id`

Output parameters:

- `result` (string)

### `nukez_delete` (~47 tokens)

Delete files from your Nukez locker. WARNING: permanent and irreversible. Invalidates existing attestation.

Input parameters:

- `envelope`
- `filenames` (array, required)
- `receipt_id`

Output parameters:

- `result` (string)

### `nukez_remember` (~151 tokens)

Store a structured memory record in your Nukez locker. Memories are indexed for fast search via nukez_recall. Use namespaces to organize (e.g., 'config', 'context', 'decisions'). Requires: key, content, summary. ENVELOPE: pass a list of 2 envelopes (each with unique nonce, POST path, ops=locker:write) — one for the record file, one for the index.

Input parameters:

- `content` (string, required)
- `envelope`
- `key` (string, required)
- `namespace` (string)
- `receipt_id`
- `summary` (string, required)
- `supersedes` (string)
- `tags` (string)

Output parameters:

- `result` (string)

### `nukez_recall` (~132 tokens)

Search and retrieve memory records from your Nukez locker. Two modes: exact key lookup (pass key) returns full content + proof, or search (pass namespace/tags/query/prefix) returns matching index entries. ENVELOPE: none needed — both index and record are read via the public receipt-proxy URL. Just pass receipt_id.

Input parameters:

- `envelope`
- `key` (string)
- `limit` (integer)
- `namespace` (string)
- `prefix` (string)
- `query` (string)
- `receipt_id`
- `tags` (string)

Output parameters:

- `result` (string)

## Diagnostics

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

## Score history

- 2026-08-03: 63
- 2026-08-02: 62
- 2026-08-01: 62
- 2026-07-31: 61
- 2026-07-30: 60
- 2026-07-29: 59

## Links

- Remote endpoint: https://mcp.nukez.xyz/mcp
- Website: https://nukez.xyz/docs/mcp
- Changelog RSS feed: https://verifymcp.io/servers/zlaylowz-nukez-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/zlaylowz-nukez-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/zlaylowz-nukez-mcp/mcp
