Loading languages...
CC

ccassini/DEVNADS-Monad-TESNET-MCP-Tools

@ccassini

A Model Context Protocol server for interacting with the Monad blockchain testnet.

monad
blockchain
testnet
wallet
staking
dex

Monad Tesnet MCP Server Advanced Blockchain Toolkit

License: MIT Version

A Model Context Protocol server for interacting with the Monad blockchain testnet.

Features

  • Wallet balance checking
  • Network information
  • Transaction details
  • Token transfers and swaps
  • Staking capabilities

Installation

git clone https://github.com/your-username/monad-mcp-server.git
cd monad-mcp-server
npm install

Security & Configuration

For security reasons, private keys are handled via environment variables. Before running the server:

# Linux/Mac
export PRIVATE_KEY=your_private_key_here

# Windows
set PRIVATE_KEY=your_private_key_here

NEVER hardcode private keys in your source code or commit them to your repository.

Usage

npm run build
npm start

Claude Integration

{
  "mcpServers": {
    "monad-mcp": {
      "command": "node",
      "args": [
        "/path/to/your/project/build/index.js"
      ]
    }
  }
}

MCP Tools

  • check-wallet-balances: Get MON balances
  • monad-network-info: Network information
  • transaction-details: Transaction data
  • transfer-mon: Transfer tokens
  • stake-apriori-mon: Staking operations
  • swap-mon-for-tokens: DEX swaps

License

MIT License

Acknowledgments

# mcpServer Config

{
  "mcpServers": {
    "monad-mcp": {
      "command": "node",
      "args": [
        "/path/to/your/project/build/index.js"
      ]
    }
  }
}

# stdio

node /path/to/your/project/build/index.js
Transport:
stdio
Language:
TypeScript
Created: 4/28/2025
Updated: 4/28/2025