MCP.so
登录
G

GoTRON MCP

@fbsobreira

关于 GoTRON MCP

MCP server for TRON blockchain — connect AI agents to TRX, TRC20, smart contracts, staking & governance via GoTRON SDK

基本信息

分类

其他

传输方式

stdio

发布者

fbsobreira

提交者

Fernando Sobreira

配置

使用下面的配置,将此服务器添加到你的 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.

评论

其他 分类下的更多 MCP 服务器