MCP-monad-server

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 provides features like balance checking and token information lookups.

Functions of the MCP:

  • Checking MON token balances
  • Looking up transaction details
  • Latest block number

Prerequisites

  • Node.js (v16 or later)
  • npm or yarn
  • Claude Desktop or another MCP-compatible client
  • Some MON tokens on Monad testnet for testing

Getting Started

  1. Clone the repository.
  2. Install dependencies.
  3. Build the MCP server.