MCP.so
Sign In

Suiware AI Tools and MCP Server (monorepo)

@suiware

About Suiware AI Tools and MCP Server (monorepo)

Suiware AI Tools and MCP Server

Basic information

Category

Other

License

Apache-2.0

Runtime

node

Transports

stdio

Publisher

suiware

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

3

suiWalletBalanceTool

suiSwapTool (mainnet only)

suiUnstakeTool

Overview

What is Suiware AI Tools and MCP Server?

The Suiware AI Tools and MCP Server is a monorepo providing pluggable tools for the Vercel AI SDK and an MCP server that let AI assistants interact with the Sui blockchain. It is designed for developers building AI applications, such as agents in Claude Desktop, that need on-chain capabilities like balance checks, transfers, swaps, and staking.

How to use Suiware AI Tools and MCP Server?

Install the relevant package (@suiware/ai-tools for Vercel AI SDK tools or @suiware/mcp for the MCP server) and configure the tools using getSuiwareAiTools(). For the MCP server, set up the stdio transport as described in the @suiware/mcp package documentation. Example agent implementations are available for Anthropic, OpenAI, and Google models.

Key features of Suiware AI Tools and MCP Server

  • Pluggable tools for Vercel AI SDK
  • MCP server for use with AI apps (stdio transport)
  • Tools: address, balance, transfer, swap, stake, unstake
  • Swap tool operates on mainnet only
  • Supports Anthropic, OpenAI, and Google models
  • Open-source with community contribution option

Use cases of Suiware AI Tools and MCP Server

  • Query a Sui wallet balance through an AI assistant
  • Execute token transfers via natural language commands
  • Manage a blockchain portfolio using an interactive agent
  • Automate staking and unstaking of Sui tokens
  • Perform token swaps on mainnet with AI guidance

FAQ from Suiware AI Tools and MCP Server

Which blockchain does the server support?

It supports the Sui Network, enabling interactions with Sui addresses, balances, transfers, swaps, staking, and unstaking.

Is the swap tool available on testnet?

No, the suiSwapTool is explicitly marked as mainnet only.

What AI models are compatible?

Examples demonstrate compatibility with Anthropic (claude-3-5-sonnet-latest), OpenAI (gpt-3.5-turbo), and Google (gemini-2.0-flash-001).

Can I add custom tools?

Yes, you can contribute your own tools by sending a pull request to the repository.

What transport does the MCP server use?

The MCP server uses stdio transport, as described in the @suiware/mcp package documentation.

Comments

More Other MCP servers