Skip to main content
Glama

EVM MCP Server

by chulanpro5

get_transaction_receipt

Retrieve transaction details using its hash on EVM-compatible networks via the EVM MCP Server. Specify the network or use Ethereum mainnet by default.

Instructions

Get a transaction receipt by its hash

Input Schema

NameRequiredDescriptionDefault
networkNoNetwork name or chain ID. Defaults to Ethereum mainnet.
txHashYesThe transaction hash to look up

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "network": { "description": "Network name or chain ID. Defaults to Ethereum mainnet.", "type": "string" }, "txHash": { "description": "The transaction hash to look up", "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/chulanpro5/evm-mcp-server'

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