MCP-monad-server
If you are the rightful owner of MCP-monad-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.
Monad MCP Server is a project that implements a Model Context Protocol server for interacting with MON token features such as balance checking and transaction details.
Monad MCP Server
This project implements a Model Context Protocol (MCP) server that interacts features balance checking, and token information lookups.
functions of the MCP:
- Checking MON token balances
- Looking up transaaction details
- latest block number
Prerequisites
- Node.js (v16 or later)
npm
oryarn
- Claude Desktop or another MCP-compatible client
- Some MON tokens on Monad testnet for testing
Getting Started
- Clone this repository:
git clone https://github.com/your-username/monad-uniswap-mcp.git
- Install dependencies:
npm install
- Build the MCP server (or use the script I included in 'build' folder:
npm run build