Monad MCP Server

by ehmkz007

28 downloads
Not rated
GitHub

Description

# 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 ```bash pip install -r requirements.txt export FLASK_APP=mcp_server flask run ``` Then…

About

# 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 ```bash pip install -r requirements.txt export FLASK_APP=mcp_server flask run ``` Then send a POST to `/balance` with: ```json {…

Details

Author
ehmkz007
Downloads
28
Categories
Other

- Flask API for serving balance requests
- Monad testnet integration
- Retrieve balance by address

Install the required dependencies with pip install -r requirements.txt, set the environment variable FLASK_APP=mcp_server, and run flask run. Then send a POST request to the /balance endpoint with a JSON body containing the address field.

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" }

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.