Monad Tesnet MCP Server Advanced Blockchain Toolkit
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 balancesmonad-network-info: Network informationtransaction-details: Transaction datatransfer-mon: Transfer tokensstake-apriori-mon: Staking operationsswap-mon-for-tokens: DEX swaps
License
MIT License
Acknowledgments
Recommend MCP Servers 💡
perplexity-mcp-rb
MCP Server for web search using Perplexity.
klaviyo-mcp-server
The Klaviyo Model Context Protocol (MCP) server seamlessly integrates with Klaviyo’s APIs, enabling AI clients to interact with your Klaviyo data.
@baruchiro/paperless-mcp
An MCP server for interacting with Paperless-NGX API to manage documents, tags, correspondents, and document types.

apify/rag-web-browser
A web browser for AI agents and RAG pipelines that queries Google Search, scrapes web pages, and returns content as Markdown for LLM processing, supporting Model Context Protocol (MCP) via SSE.
kanboard-mcp-server
A Go-based MCP server enabling AI agents and LLMs to interact with Kanboard for project, task, and user management via natural language commands.
m2m-mcp-server-ssh-server
A secure SSH server for accessing and interacting with remote MCP tools through a unified interface