← Registry

Developer Tools

gotron.sh

Provides tools for analyzing and interacting with the Tron blockchain.

1 endpoint43 known toolsFirst detected May 10, 2026Last detected July 11, 2026

ENDPOINT 1

https://mcp.gotron.sh/mcp

No auth detected

Known tools 43

analyze_account

Comprehensive account overview: balance, resources, staking, voting, permissions, and delegations in a single call

analyze_transfer_cost

Estimate the cost of a TRX or TRC20 transfer: energy, bandwidth, and TRX burn options

decode_abi_output

Decode ABI-encoded output hex from a contract call.

delegate_resource

Delegate energy or bandwidth to another address (Stake 2.0).

estimate_energy

Estimate energy cost for a smart contract call.

estimate_trc20_energy

Estimate energy cost for a TRC20 transfer without creating a transaction.

freeze_balance

Stake TRX for energy or bandwidth (Stake 2.0).

get_account

Get TRON account balance and details including TRX balance, bandwidth, energy, frozen resources, and account type

get_account_permissions

Get the permission structure of a TRON account including owner, active, and witness permissions with multi-sig keys and thresholds

get_account_resources

Get energy and bandwidth usage and limits for a TRON account

get_bandwidth_prices

Get current and historical bandwidth prices on the TRON network

get_block

Get a TRON block by number or latest.

get_chain_parameters

Get TRON network node info and current energy/bandwidth prices

get_contract_abi

Get the ABI of a smart contract on TRON.

get_contract_events

Get decoded events emitted by a smart contract via TronGrid REST API.

get_delegatable_amount

Get the maximum amount of energy or bandwidth an account can still delegate

get_delegated_resources

Get resources delegated to and from an account (Stake 2.0 delegation info)

get_energy_prices

Get current and historical energy prices on the TRON network

get_network

Get current MCP server connection info: network name, node address, and latest block

get_pending_by_address

Get pending transactions for a specific address from the mempool

get_pending_transactions

List pending transaction IDs and pool size from the mempool

get_proposal

Get full details of a governance proposal by ID, including the complete list of approval addresses.

get_token_price

Get the current USD price of TRX or a TRC20 token.

get_transaction

Get transaction details by transaction ID

get_transaction_history

Get transaction history for a TRON address via TronGrid REST API.

get_trc20_allowance

Query how many tokens a spender is approved to transfer on behalf of the owner.

get_trc20_balance

Get TRC20 token balance for an account

get_trc20_token_info

Get TRC20 token metadata (name, symbol, decimals, total supply)

get_trc20_transfers

Get TRC20 token transfer history for a TRON address via TronGrid REST API.

is_transaction_pending

Check if a specific transaction is still in the pending pool (mempool)

list_contract_methods

Get a human-readable summary of a smart contract's methods with signatures, inputs, outputs, and mutability.

list_proposals

List governance proposals on the TRON network with pagination support.

list_witnesses

List super representatives (witnesses) on the TRON network with pagination support.

revoke_approval

Build unsigned transaction to revoke a TRC20 token approval (sets allowance to 0)

transfer_trc20

Create an unsigned TRC20 token transfer transaction.

transfer_trx

Create an unsigned TRX transfer transaction.

trigger_constant_contract

Call a read-only (view/pure) smart contract method.

trigger_contract

Call a smart contract method.

undelegate_resource

Reclaim previously delegated energy or bandwidth (Stake 2.0).

unfreeze_balance

Unstake TRX (Stake 2.0).

validate_address

Validate a TRON address and convert supported inputs to TRON base58/hex.

vote_witness

Vote for super representatives.

withdraw_expire_unfreeze

Withdraw TRX that has completed the 14-day unstaking period (Stake 2.0).