LIVE ENDPOINT
https://mcp.nukez.xyz/mcp
Connect to this endpoint to inspect the live schema for nukez_quote and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.
Related tools
nukez_pay— Step 2: Record an externally-executed on-chain payment.nukez_provision— Step 3: Confirm payment settlement on the gateway and provision the storage locker.nukez_setup— Set up Nukez storage: checks wallet, purchases storage, and provisions locker in a single call.nukez_create_file— Create a file entry and get upload_url + confirm_url for direct upload.nukez_store— Store files in your Nukez locker.nukez_confirm— Confirm a file upload after sandbox curl completes.nukez_upload_chunk— Upload a file in chunks when sandbox curl/network is blocked.nukez_retrieve— List files or download content from your Nukez locker.