MCP.so
登录

Monad MCP Server

@lispking

关于 Monad MCP Server

Monad MCP Server

基本信息

分类

其他

许可证

Apache-2.0

运行时

node

传输方式

stdio

发布者

lispking

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Monad MCP Server?

An MCP server that provides tools for developers to interact with the Monad testnet, including checking MON balances, sending transactions, deploying smart contracts, and monitoring blockchain events via AI agents or applications.

How to use Monad MCP Server?

Clone the repository, install dependencies with pnpm install, build with pnpm build, then add the server configuration to your MCP-compatible client (e.g., Claude Desktop) pointing to build/index.js and setting a PRIVATE_KEY environment variable.

Key features of Monad MCP Server

  • Check MON token balances for any account
  • Send MON tokens between accounts
  • Deploy smart contracts to Monad testnet
  • Watch and report smart contract events
  • Query NFT information on Monad network
  • Retrieve latest block and block by number

Use cases of Monad MCP Server

  • Develop and test dApps on Monad testnet from an AI assistant
  • Monitor on-chain events and balances programmatically
  • Automate contract deployment and transaction sending
  • Build chat interfaces for blockchain queries

FAQ from Monad MCP Server

What prerequisites are needed?

Node.js 16+ and a Node.js package manager (npm, yarn, or pnpm). A Monad testnet account with a private key stored in a .env file.

How does the server communicate?

It uses the StdioServerTransport for communication with MCP-compatible clients like Claude Desktop.

Where are sensitive credentials stored?

The private key is loaded from a .env file (never committed to Git) or can be passed via the client’s environment configuration.

What blockchain network does it connect to?

It connects to the Monad testnet. All operations (balance checks, transactions, contract deployment) are performed on testnet.

What are the available tool capabilities?

The server exposes seven tools: get-mon-balance, send-mon-transaction, deploy-mon-contract, watch-contract-events, query-mon-nft, get-latest-block, and get-block-by-number.

评论

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