Sui Trader MCP
An MCP server designed for AI agents to perform optimal token swaps on the Sui blockchain.
Features
- Token Swaps: Execute token swaps on Sui mainnet via the Cetus Aggregator.
- Bech32 Private Key Support: Securely load a Sui private key (starting with
suiprivkey) from environment variables.
Prerequisites
- Node.js: Version 18.x or higher.
- npm: For dependency management.
- Sui Wallet: A Sui private key in bech32 format (starts with
suiprivkey).
Installation
Clone the Repository:
git clone https://github.com/kukapay/sui-trader-mcp.git cd sui-trader-mcpInstall Dependencies:
npm installConfigure MCP Client:
{ "mcpServers": { "sui-trader": { "command": "node", "args": ["/absolute/path/to/sui-trader-mcp/index.js"], "env": { "PRIVATE_KEY": "your_private_key" } } } } }Replace
/absolute/path/to/sui-trader-mcp/with the actual installation path, andyour_private_keywith your Bech32-formatted private key..






