Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BLOT Nado MCP ServerWhat's the current price of BTC and show my open positions?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BLOT Nado MCP Server v2
Trade perpetuals on Nado DEX (Ink chain) via BLOT Builder 300. Supports multi-wallet management, automated strategies, and pair trading. All trades earn DRIP rewards.
Tools (22 total)
Wallet Management
Tool | Description |
| Generate a new wallet (key + address) |
| Import an existing private key |
| Show all wallets with active status |
| Change the active trading wallet |
| Remove a wallet from registry |
Market Data
Tool | Description |
| All live perp markets with prices |
| Bid/ask/mid for a specific market |
| Quick product ID reference |
Account
Tool | Description |
| Equity, collateral, margin, leverage |
| Open positions with PnL |
Trading
Tool | Description |
| Market or limit order (earns DRIP) |
| Close an existing position |
| Cancel a limit order |
| List pending orders |
| Long + short two assets |
| Deposit USDT0 into trading account |
| Withdraw USDT0 to wallet |
Strategy Automation
Tool | Description |
| Auto pair trade on z-score thresholds |
| Auto farm funding rate when APR is high |
| Start a paused strategy |
| Pause a running strategy |
| Stop a strategy permanently |
| Remove a strategy |
| Show all strategies with stats |
| View recent strategy log entries |
Utilities
Tool | Description |
| Instructions for bridging funds to Ink |
Setup
1. Install & Build
cd ~/Downloads/blot-nado-mcp
npm install
npm run build2. Add to Cursor
Edit ~/.cursor/mcp.json:
{
"mcpServers": {
"blot-nado": {
"command": "node",
"args": ["/Users/meow/Downloads/blot-nado-mcp/dist/index.js"],
"env": {
"NADO_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HERE"
}
}
}
}
NADO_PRIVATE_KEYis optional if you usecreate_walletorimport_walletto set up wallets through the tool.
3. Add to Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"blot-nado": {
"command": "node",
"args": ["/Users/meow/Downloads/blot-nado-mcp/dist/index.js"],
"env": {
"NADO_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HERE"
}
}
}
}How It Works
Wallet Flow (for bots)
create_walletgenerates a fresh private key + Ink addressBridge USDT0 to that address (use
bridge_guidefor instructions)depositmoves funds into the Nado clearinghouseTrade with
place_order,pair_trade, etc.All orders include BLOT Builder 300 (3 bps fee) — every trade earns DRIP
No signup, no API keys, no KYC. It's on-chain.
Multi-Account
"Create wallet bot-alpha" → generates key, sets as active
"Create wallet bot-beta" → generates key
"Switch to bot-alpha" → all trades now use bot-alpha
"Show my account" → shows bot-alpha's equity/positionsWallets are stored in ~/.blot-nado/wallets.json.
Automated Strategies
Pair Z-Score Strategy:
"Create a pair strategy: ETH vs BTC, $500 per trade, enter at z-score 2, exit at 0.5"
"Start the strategy"The bot will check the ETH/BTC price ratio every 5 minutes and:
Open a mean-reversion trade when z-score exceeds ±2
Close when z-score reverts to ±0.5
Basis Farming Strategy:
"Create a basis strategy for BTC, $1000, min 5% APR"
"Start it"The bot will:
Monitor BTC funding rate
Enter when APR > 5% (short if positive funding, long if negative)
Exit when APR drops below 2.5%
Strategies survive server restarts (state saved in ~/.blot-nado/strategies.json).
Data Storage
File | Contents |
| Encrypted wallet registry |
| Strategy configs, logs, stats |
Override with BLOT_DATA_DIR env var.
Product IDs
Token | ID | Token | ID |
BTC | 2 | TAO | 32 |
ETH | 4 | XMR | 34 |
SOL | 8 | LIT | 36 |
XRP | 10 | kPEPE | 38 |
BNB | 14 | PENGU | 40 |
HYPE | 16 | UNI | 46 |
ZEC | 18 | ASTER | 48 |
MON | 20 | XPL | 50 |
FARTCOIN | 22 | DOGE | 52 |
SUI | 24 | WLFI | 54 |
AAVE | 26 | kBONK | 56 |
XAUT | 28 | ZRO | 58 |
PUMP | 30 | BCH | 68 |
Example Prompts
"Create a wallet called trading-bot"
"What's the BTC price on Nado?"
"Buy 0.01 BTC at market"
"Open a $1000 ETH/SOL pair trade"
"Create a pair strategy: long ETH short BTC, $500, z-score entry 2.0"
"Start the strategy"
"Show my strategy logs"
"How do I bridge funds to Ink?"
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.