MCP.so
登录

Move Agent Kit

@Nishu0

关于 Move Agent Kit

暂无概览

基本信息

分类

AI 与智能体

许可证

MIT

运行时

node

传输方式

stdio

发布者

Nishu0

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Move Agent Kit?

Move Agent Kit is an open-source toolkit that connects AI agents to Move/Aptos blockchains, providing a unified interface for token, NFT, and DeFi operations. It is designed for developers building AI-powered blockchain applications.

How to use Move Agent Kit?

Install via npm (npm install move-agent-kit) or clone from source, configure environment variables (APTOS_PRIVATE_KEY, optionally ANTHROPIC_API_KEY, OPENAI_API_KEY, PANORA_API_KEY), then initialize AgentRuntime with a signer and use createAptosTools to get LangChain-compatible tools.

Key features of Move Agent Kit

  • Token transfer, mint, and burn operations
  • NFT collection creation, mint, transfer, burn
  • Read and parse blockchain data and events
  • Account management with transaction and message signing
  • Native integration with DeFi protocols (Joule, Amnis, Thala, etc.)
  • LangChain and LangGraph integration for AI agent workflows

Use cases of Move Agent Kit

  • Build an interactive wallet chatbot with natural language commands
  • Create a multi-agent system for DeFi operations and social media posting
  • Develop a wallet guardian game where users try to jailbreak an AI agent
  • Launch a Telegram bot with encrypted wallet management and blockchain interactions

FAQ from Move Agent Kit

What is Move Agent Kit?

Move Agent Kit is a comprehensive toolkit that simplifies AI agents' interactions with Move-based blockchains, offering token, NFT, and account management capabilities.

How do I install Move Agent Kit?

Install via npm: npm install move-agent-kit. Alternatively, clone the repository from GitHub and run npm i from the source directory.

Which protocols does Move Agent Kit support?

It supports Joule, Amnis, Thala, Echelon, LiquidSwap, Panora, Aries, and Echo, covering lending, borrowing, staking, DEX, and aggregation operations.

What are the runtime dependencies?

You need Node.js, an Aptos private key, and optionally API keys for Anthropic, OpenAI, and Panora. The toolkit uses LangChain and LangGraph for AI agent integration.

Where can I find full documentation?

Full documentation is available at the MetaMove GitBook documentation page: https://metamove.gitbook.io/move-agent-kit.

评论

AI 与智能体 分类下的更多 MCP 服务器