← Registry

Cloud Services

nukez.xyz

Manages decentralized storage provisioning and payment settlement.

1 endpoint15 known toolsFirst detected July 29, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.nukez.xyz/mcp

No auth detected

MCP server metadata

Name
nukez
Version
1.4.0
Capabilities
experimentalpromptsresourcestools
Server instructions

Nukez — encrypted storage on Solana. These 15 tools exist: nukez_quote, nukez_pay, nukez_provision, nukez_setup, nukez_create_file, nukez_store, nukez_confirm, nukez_upload_chunk, nukez_retrieve, nukez_verify, nukez_recompute_verify, nukez_status, nukez_delete, nukez_remember, nukez_recall. New storage: nukez_quote → nukez_pay → nukez_provision → nukez_store. Existing locker: nukez_setup(receipt_id='...') or nukez_provision(receipt_id='...'). When the user says 'create storage', call nukez_quote() first to show pricing. Present the payment_options to the user before calling nukez_pay. Do not repurchase storage unless explicitly asked. Payments: Solana (SOL, USDC, USDT, WETH, BETA) and Monad/EVM (MON, USDC, USDT0, WETH). The server is KEYLESS — it never signs payments. The client must sign and submit the transfer externally, then pass tx_sig to nukez_pay. Solana SPL gotcha: for SPL tokens (USDC, USDT, WETH, BETA) the quote's pay_to_address IS the treasury's SPL token account — pass it directly as the transferChecked destination; do NOT derive an ATA from it. Each payment_options entry carries destination_kind ∈ {wallet, spl_token_account, evm_address} and, for SPL, a self-contained spl_transfer block describing the exact instruction. Providers: gcs (default), mongodb, storj, arweave, filecoin, firestore. NEVER show internal fields (_stage, receipt_id, locker_id, TX signatures, SOL amounts) to the user. Just confirm the action succeeded and ask what the user wants to do next.

Known tools 15

nukez_quote

Step 1: Get storage pricing and payment options.

Potential side effects
nukez_pay

Step 2: Record an externally-executed on-chain payment.

Potential side effects
nukez_provision

Step 3: Confirm payment settlement on the gateway and provision the storage locker.

Potential side effects
nukez_setup

Set up Nukez storage: checks wallet, purchases storage, and provisions locker in a single call.

Inferred read-only
nukez_create_file

Create a file entry and get upload_url + confirm_url for direct upload.

Potential side effects
nukez_store

Store files in your Nukez locker.

Inferred read-only
nukez_confirm

Confirm a file upload after sandbox curl completes.

Potential side effects
nukez_upload_chunk

Upload a file in chunks when sandbox curl/network is blocked.

Potential side effects
nukez_retrieve

List files or download content from your Nukez locker.

Inferred read-only
nukez_verify

Fast structural verification of locker state.

Inferred read-only
nukez_recompute_verify

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.

Inferred read-only
nukez_status

Check wallet balance, locker state, and lifecycle stage.

Inferred read-only
nukez_delete

Delete files from your Nukez locker.

Potential side effects
nukez_remember

Store a structured memory record in your Nukez locker.

Inferred read-only
nukez_recall

Search and retrieve memory records from your Nukez locker.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.nukez]
url = "https://mcp.nukez.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nukez": {
      "type": "http",
      "url": "https://mcp.nukez.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nukez
Remote MCP URL: https://mcp.nukez.xyz/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "nukez": {
      "url": "https://mcp.nukez.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nukez": {
      "type": "http",
      "url": "https://mcp.nukez.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nukez",
  "transport": "streamable-http",
  "url": "https://mcp.nukez.xyz/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for nukez.xyz was fetched 2026-08-09T22:13:09.263Z.

Trust status Trusted

nukez.xyz is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.