Skip to main content
Glama

EVM MCP Server

by JamesANZ

eth_getTransactionReceipt

Retrieve transaction receipt details including status, gas used, and logs to verify transaction execution and outcomes on EVM-compatible blockchains.

Instructions

Returns the receipt of a transaction by transaction hash

Input Schema

NameRequiredDescriptionDefault
txHashYesTransaction hash

Input Schema (JSON Schema)

{ "properties": { "txHash": { "description": "Transaction hash", "type": "string" } }, "required": [ "txHash" ], "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/JamesANZ/evm-mcp'

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