Connect your agent to TRONAgg — a TRON Energy provider
Give ChatGPT, Claude, Cursor, or any MCP client live TRON Energy prices, quotes, provider comparison, one-click buying, and AutoEnergy — safely.
Read tools work instantly with no key. Your API key only unlocks buying and AutoEnergy — and money moves only after you confirm.
Add the connector
TRONAgg runs a remote MCP server. Point your assistant at one URL and the tools appear. Read tools need no key; add your API key as a header to unlock buying and AutoEnergy.
https://mcp.tronagg.ai/mcpClaude (web & desktop)
Settings → Connectors → Add custom connector → paste the URL. To buy, add a header X-API-Key: ta_your_key.
ChatGPT
Settings → Connectors → add the URL as a custom connector.
Claude Code (CLI)
Run this once to register the connector:
claude mcp add --transport http tronagg https://mcp.tronagg.ai/mcp \
--header "X-API-Key: ta_your_key"Cursor
Add TRONAgg to ~/.cursor/mcp.json:
{
"mcpServers": {
"tronagg": {
"url": "https://mcp.tronagg.ai/mcp",
"headers": { "X-API-Key": "ta_your_key" }
}
}
}Hermes Agent
Add TRONAgg to ~/.hermes/config.yaml:
mcp_servers:
tronagg:
url: "https://mcp.tronagg.ai/mcp"
headers:
X-API-Key: "${TRONAGG_API_KEY}" # only for buying / AutoEnergy; reads work without itOpenClaw
Add TRONAgg to OpenClaw's MCP config (streamable-http):
{
"mcp": {
"servers": {
"tronagg": {
"url": "https://mcp.tronagg.ai/mcp",
"transport": "streamable-http",
"headers": { "X-API-Key": "ta_your_key" }
}
}
}
}Read tools work right away. Before relying on buying, run openclaw mcp doctor tronagg --probe to confirm your X-API-Key reaches the server — some OpenClaw builds don't forward custom headers over streamable-http.
Read tools (prices, quotes, provider comparison, order status) work with no key. Your X-API-Key only unlocks buying Energy and managing AutoEnergy.
The tools your agent gets
Thirteen tools across three safety tiers. Reads are open; anything that touches your account needs your key; anything that spends money needs your key and an explicit confirmation.
Open — no key required
Public data. Nothing touches an account.
get_energy_priceLive TRON Energy price and how far below the market average it sits.estimate_energy_for_transferEstimate the Energy a TRC20 transfer needs, and its rough cost.get_quoteExact quote to buy a given amount of Energy, including any activation fee.compare_providersThe verified providers TRONAgg tracks, with price and TrustScore.get_order_statusLook up an order by id: status and delegation details.get_autoenergy_pricingAutoEnergy plan pricing — daily subscription plus per-transfer fees.
Account — API key required
Reads your account. Needs your X-API-Key header.
get_accountYour TRONAgg balance, deposit address, and linked wallet.list_autoenergy_subscriptionsAll your AutoEnergy subscriptions and their status.get_autoenergy_subscriptionOne AutoEnergy subscription by address, with recent usage.
Actions — key + confirmation
Moves money. Needs your key and an explicit confirm step.
buy_energyBuy Energy for an address. Spends your balance.subscribe_autoenergyStart an AutoEnergy subscription. Recurring billing.reactivate_autoenergyResume a closed AutoEnergy subscription. Recurring billing.close_autoenergyClose an AutoEnergy subscription. Billing stops.
Try these prompts
Talk to your assistant in plain language — it picks the right tools for you.
How much Energy does a USDT transfer to T… need, and what would it cost on TRONAgg?
Calls estimate_energy_for_transfer, then get_quote to show the exact cost.
Buy 65,000 Energy for T… on TRONAgg.
Calls get_quote, confirms the cost with you, then buy_energy once you approve.
Keep T… topped up with Energy automatically.
Shows get_autoenergy_pricing, confirms the recurring charge, then subscribe_autoenergy.
Safe by design
Your agent can look freely, but it can never spend without you.
Reads are open
Prices, quotes, provider comparison, and order status need no key — nothing that touches your account or your money.
Your key stays in the header
You add your API key as an X-API-Key header on the connector. It is sent only to TRONAgg — never placed in tool arguments or chat logs.
Money moves only on confirm
Buying and AutoEnergy require your key AND an explicit confirmation of the exact amount, receiver, and cost. Nothing happens until you approve.
Recurring charges are spelled out
Starting or resuming AutoEnergy always states the ongoing daily and per-transfer charge before it begins.
Point your agent at TRONAgg
Add the connector now, and grab an API key from your workspace whenever you're ready to buy.
Read tools are free and keyless. You only need a key to buy or manage AutoEnergy.