GoTRON MCP
@fbsobreira
GoTRON MCP について
MCP server for TRON blockchain — connect AI agents to TRX, TRC20, smart contracts, staking & governance via GoTRON SDK
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"gotron": {
"command": "gotron-mcp",
"args": [
"--network",
"mainnet"
],
"env": {
"GOTRON_NODE_API_KEY": "your-trongrid-api-key"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is GoTRON MCP?
GoTRON MCP is a Model Context Protocol server for the TRON blockchain. It lets AI agents query account balances, tokens, blocks, and build unsigned transactions. Built on the GoTRON SDK, it runs in either local (stdio) or hosted (Streamable HTTP) mode.
How to use GoTRON MCP?
Install via go install, Homebrew, curl, or Docker, or use the hosted endpoint (https://mcp.gotron.sh/mcp) with zero installation. Configure with flags like --network, --keystore, or --api-key. Add it to Claude Desktop or Claude Code using the provided JSON or CLI commands.
Key features of GoTRON MCP
- Two modes: local (stdio) and hosted (Streamable HTTP)
- Read-only tools for balances, blocks, and contract info
- Transaction builders that return unsigned transaction hex
- Opt-in keystore signing in local mode
- Supports mainnet, nile, and shasta networks
- TronGrid API key optional for rate limits
Use cases of GoTRON MCP
- AI agents querying TRON account balances and resources
- Building and signing TRX or TRC20 transfers via MCP
- Retrieving smart contract ABIs and estimating energy costs
- Voting for super representatives or staking TRX
- Decoding ABI output or revert reasons from contract calls
FAQ from GoTRON MCP
What networks does GoTRON MCP support?
It supports mainnet, nile testnet, and shasta testnet, with default gRPC nodes for each.
How are private keys handled?
The server never stores or manages private keys directly. All write tools return unsigned transaction hex; signing is opt-in via the --keystore flag in local mode.
Is an API key required?
No, a TronGrid API key is optional and only needed to avoid TronGrid rate limits.
What transports are available?
Local mode uses stdio; hosted mode uses Streamable HTTP. You can also run in HTTP mode locally with --transport http.
Can transactions be signed and broadcast in hosted mode?
No. In hosted (HTTP) mode, all write, sign, and broadcast tools are automatically disabled for security.
「その他」の他のコンテンツ
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント