Monad Server
БесплатноНе проверенListens to Monad testnet for new blocks and provides a REST API to query the latest block number and transaction count.
Описание
Listens to Monad testnet for new blocks and provides a REST API to query the latest block number and transaction count.
README
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.
🚀 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
- Go to http://localhost:3000 → See the welcome message
- Go to http://localhost:3000/latestblock → Get latest block number and transaction count
🧪 Example Response from /latestblock
{
"blockNumber": 123456,
"transactionCount": 42
}
🛠 Notes
- The listener runs in real-time using
provider.on('block'). - The
/latestblockAPI returns the most recent block number and how many transactions it had.
👤 Author
GitHub: adekunlebamz
📝 License
MIT – Do whatever you want with it 🚀
Установка Monad Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/AdekunleBamz/monad-mcp-server1FAQ
Monad Server MCP бесплатный?
Да, Monad Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Monad Server?
Нет, Monad Server работает без API-ключей и переменных окружения.
Monad Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Monad Server в Claude Desktop, Claude Code или Cursor?
Открой Monad Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Monad Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
