Skip to main content
Glama

Alchemy MCP Plugin

by itsanishjain

get_transaction_receipts

Retrieve transaction receipts for a specific block by providing its hash or number using the Alchemy MCP Plugin for blockchain data interaction.

Instructions

Get transaction receipts for a block

Input Schema

NameRequiredDescriptionDefault
blockHashNoThe hash of the block
blockNumberNoThe number of the block

Input Schema (JSON Schema)

{ "oneOf": [ { "required": [ "blockHash" ] }, { "required": [ "blockNumber" ] } ], "properties": { "blockHash": { "description": "The hash of the block", "type": "string" }, "blockNumber": { "description": "The number of the block", "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