MCP-monad-server
0
Monad MCP Server is a protocol server designed to handle balance checking and token information lookups, interacting with MON tokens. It requires Node.js and some MON tokens on the testnet for operation.
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