← gotron.sh
INDIVIDUAL MCP TOOL
get_transaction_history
Get transaction history for a TRON address via TronGrid REST API.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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