Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by fbsobreira • Uncategorized
MCP server for TRON blockchain enabling AI agents to query blockchain data and build transactions.
Query TRON blockchain account balances, tokens, and blocks.
Build unsigned TRON transactions for transfers, staking, voting, and contract calls.
Sign and broadcast transactions locally using a keystore.
The GoTRON MCP Server allows AI agents to interact with the TRON blockchain by querying balances, tokens, blocks, and constructing transactions. It supports both local and hosted modes, providing flexibility in deployment and usage. The server is built on the GoTRON SDK and follows the Model Context Protocol, offering a wide range of read-only tools, transaction builders, and optional signing capabilities via a keystore. It ensures security by never storing private keys and returning only unsigned transaction hex for user signing.
Comprehensive account overview: balance, resources, staking, voting, permissions, and delegations in a single call
Estimate the cost of a TRX or TRC20 transfer: energy, bandwidth, and TRX burn options
Decode ABI-encoded output hex from a contract call. Handles return values, revert reasons (Error(string)), and panic codes (Panic(uint256)).
Delegate energy or bandwidth to another address (Stake 2.0). Returns unsigned transaction hex for signing.
Estimate energy cost for a smart contract call. Requires a full node with vm.supportConstant=true and vm.estimateEnergy=true; falls back to secondary node if primary does not support it.
Block queries, chain parameters, energy/bandwidth prices
Fluent transaction builder, contract call builder, signer interface, TRC20 typed wrapper, receipt type
Super representatives, voting, proposals
Contract calls, ABI, energy estimation, parameter encoding
Energy, bandwidth, freezing/unfreezing TRX, resource delegation