← tronmonitor.live

INDIVIDUAL MCP TOOL

build_permission_transaction

Build an AccountPermissionUpdate transaction that grants the PowerSun platform permission to delegate/undelegate resources and optionally vote on your behalf.

tronmonitor.livenone authenticationAvailability not checked

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

tronmonitor.live

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.tronmonitor-live]
url = "https://tronmonitor.live/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tronmonitor-live": {
      "type": "http",
      "url": "https://tronmonitor.live/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tronmonitor-live
Remote MCP URL: https://tronmonitor.live/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": {
    "tronmonitor-live": {
      "url": "https://tronmonitor.live/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tronmonitor-live": {
      "type": "http",
      "url": "https://tronmonitor.live/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tronmonitor-live",
  "transport": "streamable-http",
  "url": "https://tronmonitor.live/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_prices — Get current TRON Energy and Bandwidth minimum prices for all duration tiers.
  • estimate_cost — Calculate the cost of purchasing TRON Energy or Bandwidth.
  • get_available_resources — Get total available Energy and Bandwidth across all active pools.
  • get_market_overview — Comprehensive market overview: prices, availability, allowed durations, order constraints, and transaction types.
  • get_balance — Get your current TRX balance and deposit information.
  • buy_energy — Purchase TRON Energy for a target address.
  • broadcast_transaction — Broadcast a pre-signed TRON transaction with auto energy delegation.
  • get_orders — Get your order history with optional status filter.