Skip to main content
Glama

Alchemy MCP Plugin

by itsanishjain

get_block_with_transactions

Retrieve a blockchain block along with its transactions using either the block number or block hash. Facilitates detailed analysis of transaction data for blockchain development and monitoring.

Instructions

Get a block with its transactions

Input Schema

NameRequiredDescriptionDefault
blockHashNoThe block hash
blockNumberNoThe block number

Input Schema (JSON Schema)

{ "oneOf": [ { "required": [ "blockNumber" ] }, { "required": [ "blockHash" ] } ], "properties": { "blockHash": { "description": "The block hash", "type": "string" }, "blockNumber": { "description": "The block number", "type": "string" } }, "type": "object" }

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/itsanishjain/alchemy-sdk-mcp'

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