ENDPOINT 1
https://mcp.nukez.xyz/mcp
MCP server metadata
- Name
- nukez
- Version
- 1.4.0
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_provisionStep 3: Confirm payment settlement on the gateway and provision the storage locker.
Potential side effectsnukez_setupSet up Nukez storage: checks wallet, purchases storage, and provisions locker in a single call.
Inferred read-onlynukez_create_fileCreate a file entry and get upload_url + confirm_url for direct upload.
Potential side effectsnukez_upload_chunkUpload a file in chunks when sandbox curl/network is blocked.
Potential side effectsnukez_recompute_verifyByte-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-onlyCONNECT 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.
nukez.xyz is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.