Back to MCP Servers
Sui Trader
An MCP server designed for AI agents to perform optimal token swaps on the Sui blockchain.
finance-fintechaiagent
By kukapay
Installation
npx -y sui-trader-mcpConfiguration
{
"mcpServers": {
"sui-trader-mcp": {
"command": "npx",
"args": ["-y", "sui-trader-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes