MCP.so
登录

MCP Moni

@deseti

关于 MCP Moni

MCP MONI is a backend server that can execute commands like token swaps and transfers on the Monad network. It’s designed for easy integration with chat UIs or other applications.

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

deseti

配置

暂无标准配置

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

代码仓库

工具

21

Get MON balance for an address on Monad testnet

Get the balance of a specific token for an address on Monad testnet

Get all token balances for an address on Monad testnet

Get instructions on how to transfer tokens on Monad testnet

Get the latest blocks from Monad testnet

Get details of a transaction on Monad testnet

Execute an actual token transfer on Monad testnet using the configured test wallet

Wrap native MON to WMON (Wrapped MON) token

Unwrap WMON (Wrapped MON) back to native MON token

Deposit native MON to WMON (warp) (alias for wrap)

Withdraw WMON to MON (unwrap) (alias for unwrap)

Get the current gas price on Monad testnet

Generate an NFT image from a text description

Create and launch an NFT collection on Magic Eden (Monad Testnet)

Get a price quote for swapping tokens on Monad testnet

Execute a token swap on Monad testnet using the configured swap router

Stake MON to receive aprMON token (liquid staking)

Request to unstake aprMON back to MON (starts the unstake process)

Get a list of pending withdrawal requests for aprMON unstaking

Claim MON from completed aprMON unstake requests

Process natural language requests like 'warp 0.01 MON' or 'unwrap 0.02 WMON'

概览

What is MCP Moni?

MCP Moni is an MCP (Model Context Protocol) server integrated with the Monad testnet. It enables AI assistants like Claude to interact with the Monad blockchain via natural language, providing tools for balance checks, token transfers, wrapping/unwrapping MON, blockchain exploration, NFT creation, token swapping, and staking.

How to use MCP Moni?

Clone the repository, install dependencies, create a .env file with your test wallet private key, build the project, and run the MCP server. For Claude Desktop, add the server to claude_desktop_config.json, then activate it by typing @mcp-moni in Claude.

Key features of MCP Moni

  • Check MON and other token balances
  • Transfer tokens with instructions or direct execution
  • Wrap/unwrap native MON to WMON
  • Query latest blocks and transaction details
  • Generate NFT images and create collections
  • Swap tokens and stake MON for aprMON

Use cases of MCP Moni

  • Check token balances for any address on Monad testnet
  • Transfer MON or ERC-20 tokens using simple commands
  • Wrap MON to WMON or unwrap back using natural language
  • Create and launch NFT collections on Magic Eden (testnet)
  • Swap between different tokens with configurable slippage
  • Stake MON and manage liquid staking positions

FAQ from MCP Moni

Is MCP Moni for mainnet or testnet?

All actions and queries are performed on the Monad testnet. Never use mainnet wallets or real assets.

How are private keys handled?

Private keys are stored locally in the .env file and never transmitted. Only test wallets should be used.

What blockchain and tokens does MCP Moni support?

It supports the Monad testnet, native MON, WMON, and any ERC-20 token. NFT standards ERC-721 and ERC-1155 are also supported.

Can I use MCP Moni with Claude Desktop?

Yes, MCP Moni is designed for seamless integration with Claude Desktop. Configure it in claude_desktop_config.json and use @mcp-moni to activate.

What security measures are in place?

Transaction signing happens locally, not on remote servers. Only test wallets are recommended, and private keys remain on your machine.

评论

其他 分类下的更多 MCP 服务器