MCPVault

get_transaction_receipt

MCP tool from Bnbchain MCP by bnb-chain

Get a transaction receipt by its hash

How to use it

get_transaction_receipt is exposed by the Bnbchain MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_transaction_receipt tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

FULL BNBCHAIN MCP LISTING

Other tools in Bnbchain MCP (39)

analyze_address

Analyze an EVM address

analyze_block

Analyze a block and provide detailed information about its contents

analyze_token

Analyze an ERC20 or NFT token

analyze_transaction

Analyze a specific transaction

approve_token_spending

Approve another address to spend your ERC20 tokens

check_nft_ownership

Check if an address owns a specific NFT

compare_networks

Compare different EVM-compatible networks

estimate_gas

Estimate the gas cost for a transaction

explain_evm_concept

Get an explanation of an EVM concept

get_address_from_private_key

Get the EVM address derived from a private key

get_block_by_hash

Get a block by hash

get_block_by_number

Get a block by number

get_chain_info

Get chain information for a specific network

get_erc1155_balance

Get the balance of a specific ERC1155 token ID owned by an address

get_erc1155_token_metadata

Get the metadata for an ERC1155 token

get_erc20_balance

Get ERC20 token balance for an address

get_erc20_token_info

Get ERC20 token information

get_erc8004_agent

Get agent info (owner and tokenURI) from the Identity Registry

get_erc8004_agent_wallet

Get the verified payment wallet for an agent (for x402 / payments)

get_latest_block

Get the latest block

get_native_balance

Get native token balance for an address

get_nft_balance

Get the total number of NFTs owned by an address from a specific collection

get_nft_info

Get detailed information about a specific NFT

get_supported_networks

Get list of supported networks

get_transaction

Get detailed information about a specific transaction by its hash

gnfd_get_bucket_info

Get detailed information about a specific bucket

gnfd_list_buckets

List all buckets owned by an address

how_to_register_mcp_as_erc8004_agent

Get guidance on registering an MCP server as an ERC-8004 agent

interact_with_contract

Get guidance on interacting with a smart contract

is_contract

Check if an address is a smart contract or an externally owned account (EOA)

read_contract

Read data from a smart contract by calling a view/pure function

register_erc8004_agent

Register an agent on the ERC-8004 Identity Registry; returns agent ID

resolve_ens

Resolve an ENS name to an EVM address

set_erc8004_agent_uri

Update the metadata URI for an existing ERC-8004 agent (owner only)

transfer_erc1155

Transfer ERC1155 tokens to another address

transfer_erc20

Transfer ERC20 tokens to an address

transfer_native_token

Transfer native tokens (BNB, ETH, MATIC, etc.) to an address

transfer_nft

Transfer an NFT (ERC721 token) from one address to another

write_contract

Write data to a smart contract by calling a state-changing function