Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name, description or schema mentions credentials.
- A tool name or description suggests a financial action.
Parent endpoint
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-sh]
url = "https://mcp.gotron.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gotron-sh": {
"type": "http",
"url": "https://mcp.gotron.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gotron-sh
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-sh": {
"url": "https://mcp.gotron.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gotron-sh": {
"type": "http",
"url": "https://mcp.gotron.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gotron-sh",
"transport": "streamable-http",
"url": "https://mcp.gotron.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
analyze_account— Comprehensive account overview: balance, resources, staking, voting, permissions, and delegations in a single callanalyze_transfer_cost— Estimate the cost of a TRX or TRC20 transfer: energy, bandwidth, and TRX burn optionsdecode_abi_output— Decode ABI-encoded output hex from a contract call.delegate_resource— Delegate energy or bandwidth to another address (Stake 2.0).estimate_energy— Estimate energy cost for a smart contract call.estimate_trc20_energy— Estimate energy cost for a TRC20 transfer without creating a transaction.freeze_balance— Stake TRX for energy or bandwidth (Stake 2.0).get_account— Get TRON account balance and details including TRX balance, bandwidth, energy, frozen resources, and account type