MCP server for TRON blockchain — connect AI agents to TRX, TRC20, smart contracts, staking & governance via GoTRON SDK
Server Config
{
"mcpServers": {
"gotron": {
"command": "gotron-mcp",
"args": [
"--network",
"mainnet"
],
"env": {
"GOTRON_NODE_API_KEY": "your-trongrid-api-key"
}
}
}
}