Skip to main content
Glama

Monad MCP Server

by lispking

get-block-by-number

Retrieve specific block details by providing the block number on the Monad testnet using the Monad MCP Server. Simplify interactions with blockchain data for AI models and development workflows.

Instructions

Get a block by number on Monad testnet

Input Schema

NameRequiredDescriptionDefault
numberYesThe block number to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "number": { "description": "The block number to retrieve", "type": "string" } }, "required": [ "number" ], "type": "object" }

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