API Tools
tronagg.ai
Provides real-time TRON Energy pricing, estimation, quotes, provider comparisons, and order tracking via the TronAgg API.
ENDPOINT 1
https://mcp.tronagg.ai/mcp
MCP server metadata
- Name
- TronAgg
- Version
- 3.4.4
TronAgg is a TRON Energy & Bandwidth provider. Use these tools to get live Energy prices, quote and compare, buy Energy, and manage AutoEnergy subscriptions. Read tools need no auth. Account, buy, and AutoEnergy management tools require the user's TronAgg API key, sent as the 'X-API-Key' request header when adding this connector.
Known tools 13
get_energy_priceTronAgg's live TRON Energy price (SUN per Energy) and how far below the market average it sits.
Inferred read-onlyget_quoteGet a concrete TronAgg quote to buy `amount` Energy (optionally for `receiver_address`, incl.
Inferred read-onlycompare_providersList the verified TRON Energy providers TronAgg tracks, with TrustScore and price — the transparency behind TronAgg's best-price routing.
Inferred read-onlyget_autoenergy_pricingGet TronAgg AutoEnergy plan pricing (daily subscription + per-transfer fees).
Potential side effectslist_autoenergy_subscriptionsList the user's AutoEnergy subscriptions and their status.
Inferred read-onlyget_autoenergy_subscriptionGet the current status of one AutoEnergy subscription by TRON address.
Inferred read-onlybuy_energyBuy Energy from TronAgg for `receiver_address` (spends the user's balance).
Inferred read-onlysubscribe_autoenergyStart an AutoEnergy subscription that keeps `address` supplied with Energy.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.