Skip to main content
Glama
AdekunleBamz

Monad MCP Server

by AdekunleBamz

# Monad MCP Server

This project is a Node.js application that listens for new blocks on the Monad blockchain testnet.


๐Ÿ“– About

The Monad MCP Server is a lightweight blockchain listener that:

  • Connects to Monad testnet via Alchemy's RPC endpoint

  • Monitors new blocks in real-time

  • Provides a simple REST API to query the latest block data

  • Logs block numbers and transaction counts


Built with Node.js, it serves as both a blockchain monitor and API service for accessing basic chain information.

Related MCP server: Monad NFT Analytics MCP

๐Ÿš€ Features

  • Connects to Monad Testnet via Alchemy RPC.

  • Listens for new blocks in real-time.

  • Logs block numbers and transaction counts.

  • Serves a basic HTTP API with block information.


๐Ÿ“ฆ Prerequisites

Make sure you have the following installed on your system:


โš™๏ธ Setup Instructions

1. Clone this repository

git clone https://github.com/adekunlebamz/monad-mcp-server.git
cd monad-mcp-server

2. Install dependencies

npm install

3. Create a .env file

Create a .env file in the root folder with the following content:

MONAD_RPC=https://monad-testnet.g.alchemy.com/v2/your-alchemy-key
PORT=3000

๐Ÿ“ Replace your-alchemy-key with your actual API key from Alchemy.

4. Start the server

npm start

5. Open in your browser

๐Ÿงช Example Response from /latestblock

{
  "blockNumber": 123456,
  "transactionCount": 42
}

๐Ÿ›  Notes

  • The listener runs in real-time using provider.on('block').

  • The /latestblock API returns the most recent block number and how many transactions it had.

๐Ÿ‘ค Author

GitHub: adekunlebamz

๐Ÿ“ License

MIT โ€“ Do whatever you want with it ๐Ÿš€

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol server that enables AI models to interact with the Monad testnet for checking token balances, sending transactions, and deploying smart contracts.
    7
    Apache 2.0
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    An MCP server that allows Claude Desktop to query Monad testnet for MON token balances of accounts.

View all related MCP servers

Related MCP Connectors

  • Hosted MCP server for live Bittensor chain reads and self-custodial on-chain writes.

  • Abstraxn: public Web3 MCP server for read-only chain data and pay-per-call relays.

  • Monero/Zcash payment webhooks + DeFi liquidation & Ethereum builder data over MCP. Free tier; x402.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AdekunleBamz/monad-mcp-server1'

If you have feedback or need assistance with the MCP directory API, please join our Discord server