Monad-mcp-server

Monad-mcp-server

3.2

If you are the rightful owner of Monad-mcp-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@mcpreview.com.

Monad MCP Server is a lightweight open-source MCP server designed for the Monad Dev Community Mission 2.

Monad MCP Server

This is a lightweight open-source MCP server for the Monad Dev Community Mission 2.

Features

  • Flask API
  • Monad testnet integration
  • Get balance by address

Usage

pip install -r requirements.txt
export FLASK_APP=mcp_server
flask run

Then send a POST to /balance with:

{ "address": "0xYourAddress" }