Skip to main content
Glama

EVM MCP Server

by JamesANZ

eth_getTransactionByHash

Retrieve detailed transaction information from EVM-compatible blockchains using a transaction hash to analyze transaction data, status, and blockchain activity.

Instructions

Returns the information about a transaction requested 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