← tronagg.ai

INDIVIDUAL MCP TOOL

get_account

Your TronAgg balance (TRX), deposit address, and linked wallet.

tronagg.ainone 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

tronagg.ai

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

.mcp.json

{
  "mcpServers": {
    "tronagg": {
      "type": "http",
      "url": "https://mcp.tronagg.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_energy_price — TronAgg's live TRON Energy price (SUN per Energy) and how far below the market average it sits.
  • estimate_energy_for_transfer — Estimate the Energy a TRC20 (e.g.
  • get_quote — Get a concrete TronAgg quote to buy `amount` Energy (optionally for `receiver_address`, incl.
  • compare_providers — List the verified TRON Energy providers TronAgg tracks, with TrustScore and price — the transparency behind TronAgg's best-price routing.
  • get_order_status — Look up a TronAgg order by id: status and delegation transaction.
  • get_autoenergy_pricing — Get TronAgg AutoEnergy plan pricing (daily subscription + per-transfer fees).
  • list_autoenergy_subscriptions — List the user's AutoEnergy subscriptions and their status.
  • get_autoenergy_subscription — Get the current status of one AutoEnergy subscription by TRON address.