Everest1508/moncp-server
3.1
If you are the rightful owner of moncp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Monad MCP Plugin is designed to fetch MON balances using wallet addresses or private keys on the Monad Testnet.
(Monad MCP Plugin)
A custom MCP plugin to fetch MON balances using wallet addresses or private keys on Monad Testnet.
🚀 Quick Setup
1. Clone & Install
git clone https://github.com/everest1508/moncp-server.git
cd moncp-server
npm install
2. Add Your Private Key
{
"mcpServers": {
"Node.js MCP Server": {
"command": "/path/to/node",
"args": ["/path/to/mcp-server.js"],
"env": {
"PRIVATE_KEY": "add private key here"
}
}
}
}
3. Use It in Cursor 🧩
- Restart Cursor
- Use
getBalance
,getBalanceFromPrivateKey
, oradd
- Done ✅