Pluggable tools for Vercel AI SDK which allow AI assistants to interact with Sui Network and perform various actions, and an MCP server to use within your AI app, like Claude Desktop.
-
@suiware/ai-tools - a collection of pluggable tools for Vercel AI SDK, which allow AI assistants to interact with Sui Network and perform various actions. -
Examples - examples of AI assistants, demonstrating @suiware/ai-toolsin action. -
@suiware/mcp - An stdio MCP server with built-in @suiware/ai-tools and API to use in your apps.
- suiAddressTool
- suiWalletBalanceTool
- suiTransferTool
- suiSwapTool (mainnet only)
- suiStakeTool
- suiUnstakeTool
To get all available tools, use getSuiwareAiTools().
Check out the
| Example | Model | Description |
|---|---|---|
| Anthropic: claude-3-5-sonnet-latest | Gets Sui wallet balance, no interactivity | |
| Anthropic: claude-3-5-sonnet-latest | Portfolio management agent with all tools enabled | |
| OpenAI: gpt-3.5-turbo | Portfolio management agent with all tools enabled | |
| OpenAI: gpt-3.5-turbo | Portfolio management agent with all tools enabled | |
| Google: gemini-2.0-flash-001 | Portfolio management agent with all tools enabled |
Check out the
Please refer to the MCP package docs
Learn the simple