MetaMask MCP

get-transaction

Retrieve transaction details using a hash and chain ID via MetaMask MCP server. Interact with blockchain securely while keeping private keys in your wallet.

Instructions

Fetch transaction given hash or block identifiers.

Input Schema

NameRequiredDescriptionDefault
chainIdNoID of chain to use when fetching data.
hashYesHash to get transaction.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "description": "ID of chain to use when fetching data.", "type": "number" }, "hash": { "description": "Hash to get transaction.", "type": "string" } }, "required": [ "hash" ], "type": "object" }
ID: cw2ldcetl4