TRON Tools

Free TRON utilities: validate addresses, check balances, assess risk, estimate fees.

Should I use this

Quality & Safety

A
Description quality
85%
Schema completeness
100%
Naming quality
95%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~253Tokens (tool definitions)
~384 BTypical response size
Minimal attention impact (0.20% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "tron-tools": {
      "url": "https://validator.lifari777.workers.dev/mcp"
    }
  }
}

Remote endpoints

https://validator.lifari777.workers.dev/mcpstreamable-http

What it can do

Tool inventory

Tools (4)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
⚪validate_tron_address(address)

Validate if a TRON (TRC20) address is correctly formatted. Returns valid=true/false and network info.

Input Schema

{
  "type": "object",
  "properties": {
    "address": {
      "type": "string",
      "description": "TRON address starting with T"
    }
  },
  "required": [
    "address"
  ]
}
🟢get_tron_balance(address)

Get TRX and USDT balance for a TRON address.

Input Schema

{
  "type": "object",
  "properties": {
    "address": {
      "type": "string",
      "description": "TRON address starting with T"
    }
  },
  "required": [
    "address"
  ]
}
🟢check_tron_risk(address)

Assess risk level of a TRON address (scam, phishing, known bad actor).

Input Schema

{
  "type": "object",
  "properties": {
    "address": {
      "type": "string",
      "description": "TRON address starting with T"
    }
  },
  "required": [
    "address"
  ]
}
⚪estimate_tron_fee(address)

Estimate TRC20 transfer fee in TRX for a given address.

Input Schema

{
  "type": "object",
  "properties": {
    "address": {
      "type": "string",
      "description": "TRON address starting with T"
    }
  },
  "required": [
    "address"
  ]
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded4 tools