← tronagg.ai
INDIVIDUAL MCP TOOL
reactivate_autoenergy
Reactivate a closed AutoEnergy subscription on `address`.
LIVE ENDPOINT
https://mcp.tronagg.ai/mcp
Connect to this endpoint to inspect the live schema for reactivate_autoenergy and invoke it with your own arguments.
Indexed 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 server
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 one of the user's TronAgg orders.get_autoenergy_pricing— Get TronAgg AutoEnergy plan pricing (daily subscription + per-transfer fees).get_account— Your TronAgg balance (TRX), deposit address, and linked wallet.list_autoenergy_subscriptions— List the user's AutoEnergy subscriptions and their status.