← tronagg.ai
INDIVIDUAL MCP TOOL
get_autoenergy_pricing
Get TronAgg AutoEnergy plan pricing (daily subscription + per-transfer fees).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
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_account— Your TronAgg balance (TRX), deposit address, and linked wallet.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.