Tron

43 tools. 6 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

6 can modify or destroy data
37 read-only
43 tools total

Community server · catalogue entry verified 30/06/2026

How to control Tron ↓

What Tron exposes to your agents

Read (37) Write / Execute (4) Destructive / Financial (2)
Critical Risk

The most dangerous Tron tools

6 of Tron's 43 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Tron

PolicyLayer is an MCP gateway — it sits between your AI agents and Tron, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "send_trx": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "clear_energy_cache": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "add_verified_example": {
    "limits": [
      {
        "counter": "add_verified_example_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "analyze_contract_gas": {
    "limits": [
      {
        "counter": "analyze_contract_gas_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Tron — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON TRON →

Instant setup, no code required.

All 43 Tron tools

READ 37 tools
Read analyze_contract_gas Analyze gas costs for all functions in a smart contract Read batch_estimate_energy Batch estimate energy for multiple contract calls Read estimate_contract_energy Estimate energy consumption for smart contract interaction using TRON node Read estimate_energy Estimate energy consumption for a contract call Read find_examples Find verified code examples by criteria Read get_account_resources Get account resources (bandwidth and energy) Read get_api_method_docs Get complete documentation for a TronGrid API method with verified examples Read get_api_recommendations Get recommendations and best practices for API method usage Read get_balance Get TRX balance for an address Read get_block Get block information Read get_chain_parameters Get current chain parameters Read get_current_block_number Get current block number only (compact output) Read get_defi_tvl Get DeFi Total Value Locked data Read get_documentation_status Get current status of documentation cache and examples Read get_energy_consumption Get energy consumption statistics Read get_energy_prices Get current energy and bandwidth prices Read get_example_with_context Get verified code example with related documentation context Read get_java_tron_file Get content of a specific file from java-tron repository Read get_java_tron_issues Get recent issues from java-tron repository Read get_java_tron_protos Get Protocol Buffer definitions from java-tron Read get_java_tron_readme Get java-tron README documentation Read get_java_tron_releases Get latest java-tron releases from GitHub Read get_java_tron_structure Get java-tron repository structure and modules Read get_method_fields Get exact field structure for API method parameters and response Read get_network_statistics Get comprehensive TRON network statistics Read get_staking_info Get TRX staking rate and information Read get_transaction Get transaction details by hash Read get_tron_reference Get quick reference for TRON concepts Read get_trongrid_account Get account information directly from TronGrid API Read get_trongrid_block Get block information directly from TronGrid API Read get_trx_market_data Get detailed TRX market data Read get_trx_price Get current TRX price from CoinGecko Read import_examples_from_project Import verified examples from netts.io project codebase Read search_all_documentation Advanced search across all TRON documentation sources Read search_java_tron Search in java-tron repository Read search_tron_docs Search TRON documentation and get relevant resources Read tronscan_api_call Direct call to TronScan API endpoint

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Tron

Can an AI agent move money through the Tron MCP server? +

Yes. The Tron server exposes 1 financial tools including send_trx. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the Tron MCP server? +

Yes. The Tron server exposes 1 destructive tools including clear_energy_cache. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Tron? +

The Tron server has 2 write tools including add_verified_example, update_documentation_cache. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Tron.

How many tools does the Tron MCP server expose? +

43 tools across 3 categories: Destructive, Read, Write. 37 are read-only. 6 can modify, create, or delete data.

How do I enforce a policy on Tron? +

Register the Tron MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Tron tool call.

Deterministic rules across all 43 Tron tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

43 Tron tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.