1. Conduid
  2. Developer Tools
  3. AI Tools
MCP server · Developer Tools

AI Tools

Suiware AI Tools and MCP Server

Unclaimed Apache-2.0 last commit 6 months ago suisuiwaremcpai-sdkmcp-serverlibrarydevtoolsaiai-tools
69Good

Scored 4 days ago · breakdown

About AI Tools

AI Tools is an MCP server published by suiware in the Developer Tools category: suiware AI Tools and MCP Server. It has been installed 0 times through Conduid.

The repository has 16 stars and 3 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx ai-tools

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about AI Tools

Powered by Claude · Grounded in docs

I know everything about AI Tools. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

1.3.01.3.0: Refactoring and code improvements · 23 Apr 2025[x] tools: Refactored unstake method. [x] tools: Added `getSuiwareAiTools()` function which returns all available tools. [x] examples: Updated examples with the `getSuiwareAiTools()` function. [x] chore: Updated dependencies. [Complete…
1.2.01.2.0: Added suiStakeTool and suiUnstakeTool · 22 Apr 2025[x] tools: Added suiStakeTool and suiUnstakeTool [x] chore: Updated dependencies [x] chore: Performed some refactoring. [Complete changelog](https://github.com/suiware/ai-tools/compare/1.1.0...1.2.0)
1.1.01.1.0: Fixes and improvements · 17 Apr 2025[x] tools: Fix wallet balance number formatting issue in the suiWalletBalanceTool [x] tools: Made it possible to use suiWalletBalanceTool and suiTransferTool in testnet (again) [x] tools: Removed balances from the output of the suiSwapTool…
1.0.01.0.0: Removed VIX tool · 16 Apr 2025The main purpose of this release is to remove `vixTool` from the package to better stick to the package purpose. I initially developed this package for a hackathon and needed the `vixTool` for making the demo more appealing. However, this…
0.4.00.4.0: Added suiAddressTool and improved suiTransferTool · 11 Apr 2025[x] tools: Added suiAddressTool [x] tools: suiTransferTool now supports [more coin types](https://github.com/suiware/ai-tools/blob/0.4.0/packages/tools/src/core/config/coins.ts) [x] tools: Added is-not-own-address check to the…

README

Suiware AI Tools and MCP Server (monorepo)

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.

Packages

Available tools

  • suiAddressTool
  • suiWalletBalanceTool
  • suiTransferTool
  • suiSwapTool (mainnet only)
  • suiStakeTool
  • suiUnstakeTool

To get all available tools, use getSuiwareAiTools().

Check out the @suiware/ai-tools package docs for more details.

Available examples

Example Model Description
Simple balance tool Anthropic: claude-3-5-sonnet-latest Gets Sui wallet balance, no interactivity
Interactive agent (text streaming) Anthropic: claude-3-5-sonnet-latest Portfolio management agent with all tools enabled
Interactive agent (text streaming) OpenAI: gpt-3.5-turbo Portfolio management agent with all tools enabled
Interactive agent (text generating) OpenAI: gpt-3.5-turbo Portfolio management agent with all tools enabled
Interactive agent (text generating) Google: gemini-2.0-flash-001 Portfolio management agent with all tools enabled

Check out the examples package docs for more details.

MCP server

Please refer to the MCP package docs @suiware/mcp to see how to use the server.

How to contribute

Learn the simple @suiware/ai-tools package and contribute your own tool by sending a PR to this repository. It can be an integration with pools, lending protocols, or any other services that can be beneficial for building AI assistants for Sui.

README mirrored from the source repository 4 days ago. The original is authoritative.

Questions

About AI Tools

How do I install AI Tools?

Run npx ai-tools, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is AI Tools safe to use with an AI agent?

Its trust score is 69 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is AI Tools still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.