← Registry

Developer Tools

gotron.sh

Provides tools for analyzing and interacting with the Tron blockchain.

1 endpoint43 known toolsFirst detected May 10, 2026Last detected August 16, 2026

ENDPOINT 1

https://mcp.gotron.sh/mcp

No auth detected

MCP server metadata

Name
gotron-mcp
Version
v0.3.0
Capabilities
resourcestools
Server instructions

GoTRON MCP server for TRON blockchain interaction. Available capabilities: - Query accounts, balances, and resources (get_account, get_account_resources) - Query blocks (get_block). Pass include_transactions: true to get transaction IDs and types - TRC20 token balances and metadata (get_trc20_balance, get_trc20_token_info) - Call read-only smart contract methods with decoded results (trigger_constant_contract). Supports pre-packed calldata, call_value for payable simulations, and TRC10 token_value - Get contract ABI with automatic proxy resolution (get_contract_abi) - Human-readable contract method listing (list_contract_methods) - Decode ABI-encoded output or revert reasons from contract calls (decode_abi_output) - Estimate energy costs (estimate_energy). Automatically falls back to secondary node if primary does not support this RPC - Validate and convert addresses between base58, hex, and Ethereum 0x formats (validate_address) - Network info, chain parameters, energy/bandwidth prices (get_network, get_chain_parameters) - Transaction lookup (get_transaction) - Transaction history, TRC20 transfers, contract events via TronGrid REST API (get_transaction_history, get_trc20_transfers, get_contract_events) - Comprehensive account overview in one call (analyze_account) - Transfer cost estimation with energy/bandwidth breakdown (analyze_transfer_cost) - TRC20 approval safety: check allowances and revoke approvals (get_trc20_allowance, revoke_approval) - Token USD prices via CoinGecko with caching (get_token_price) - Account permissions and multi-sig structure (get_account_permissions) - Resource delegation info and delegatable amounts (get_delegated_resources, get_delegatable_amount) - Governance: list witnesses, proposals (list_witnesses, list_proposals) - Build unsigned transfer transactions (transfer_trx, transfer_trc20) - Staking operations (freeze_balance, unfreeze_balance, withdraw_expire_unfreeze) - Resource delegation (delegate_resource, undelegate_resource) - Vote for super representatives (vote_witness) - Smart contract write calls (trigger_contract) - Sign and broadcast transactions via keystore (sign_transaction, broadcast_transaction) [local mode + keystore] Knowledge base resources available at gotron://knowledge/ for TRON concepts and SDK usage guides.

Known tools 43

analyze_account

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

Inferred read-only
analyze_transfer_cost

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

Potential side effects
decode_abi_output

Decode ABI-encoded output hex from a contract call.

Inferred read-only
delegate_resource

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

Inferred read-only
estimate_energy

Estimate energy cost for a smart contract call.

Inferred read-only
estimate_trc20_energy

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

Potential side effects
freeze_balance

Stake TRX for energy or bandwidth (Stake 2.0).

Inferred read-only
get_account

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

Inferred read-only
get_account_permissions

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

Inferred read-only
get_account_resources

Get energy and bandwidth usage and limits for a TRON account

Inferred read-only
get_bandwidth_prices

Get current and historical bandwidth prices on the TRON network

Inferred read-only
get_block

Get a TRON block by number or latest.

Inferred read-only
get_chain_parameters

Get TRON network node info and current energy/bandwidth prices

Inferred read-only
get_contract_abi

Get the ABI of a smart contract on TRON.

Inferred read-only
get_contract_events

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

Inferred read-only
get_delegatable_amount

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

Inferred read-only
get_delegated_resources

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

Inferred read-only
get_energy_prices

Get current and historical energy prices on the TRON network

Inferred read-only
get_network

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

Inferred read-only
get_pending_by_address

Get pending transactions for a specific address from the mempool

Inferred read-only
get_pending_transactions

List pending transaction IDs and pool size from the mempool

Inferred read-only
get_proposal

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

Inferred read-only
get_token_price

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

Inferred read-only
get_transaction

Get transaction details by transaction ID

Inferred read-only
get_transaction_history

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

Inferred read-only
get_trc20_allowance

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

Potential side effects
get_trc20_balance

Get TRC20 token balance for an account

Inferred read-only
get_trc20_token_info

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

Inferred read-only
get_trc20_transfers

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

Potential side effects
is_transaction_pending

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

Inferred read-only
list_contract_methods

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

Inferred read-only
list_proposals

List governance proposals on the TRON network with pagination support.

Inferred read-only
list_witnesses

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

Inferred read-only
revoke_approval

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

Inferred read-only
transfer_trc20

Create an unsigned TRC20 token transfer transaction.

Potential side effects
transfer_trx

Create an unsigned TRX transfer transaction.

Potential side effects
trigger_constant_contract

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

Inferred read-only
trigger_contract

Call a smart contract method.

Inferred read-only
undelegate_resource

Reclaim previously delegated energy or bandwidth (Stake 2.0).

Inferred read-only
unfreeze_balance

Unstake TRX (Stake 2.0).

Inferred read-only
validate_address

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

Inferred read-only
vote_witness

Vote for super representatives.

Inferred read-only
withdraw_expire_unfreeze

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.gotron-mcp]
url = "https://mcp.gotron.sh/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gotron-mcp": {
      "type": "http",
      "url": "https://mcp.gotron.sh/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gotron-mcp
Remote MCP URL: https://mcp.gotron.sh/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "gotron-mcp": {
      "url": "https://mcp.gotron.sh/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gotron-mcp": {
      "type": "http",
      "url": "https://mcp.gotron.sh/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gotron-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.gotron.sh/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for gotron.sh was fetched 2026-07-26T18:49:13.645Z and is being refreshed.

Trust status Neutral

gotron.sh is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.