Monad MCP Server

by lispking

watch-contract-events

Monitor smart contract events on Monad testnet by specifying contract address, ABI, and event name to track specific on-chain activities efficiently.

Instructions

Watch for smart contract events on Monad testnet

Input Schema

NameRequiredDescriptionDefault
abiYesContract ABI
addressYesContract address to watch
eventNameYesName of the event to watch
fromBlockNoStart watching from this block number

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "abi": { "description": "Contract ABI", "type": "string" }, "address": { "description": "Contract address to watch", "type": "string" }, "eventName": { "description": "Name of the event to watch", "type": "string" }, "fromBlock": { "description": "Start watching from this block number", "type": "string" } }, "required": [ "address", "eventName", "abi" ], "type": "object" }

You must be authenticated.

Other Tools from Monad MCP Server

Related Tools

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/lispking/monad-mcp-server'

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