TRON Energy & Bandwidth for AI Agents
Let your agent buy, delegate and manage TRON resources on its own — with hard limits it can't exceed.
Agents can't babysit a TRX balance
An autonomous agent moving USDT on TRON hits the same wall a human does — run out of Energy and the transfer fails or silently burns TRX at several times the cost. Unlike a human, an agent can't just notice the failure and top up manually; the resource needs to just be there, and there need to be guardrails so a bug or a bad instruction can't drain a wallet.
An API and an MCP server built for that
TronGasAi exposes the same actions two ways: a REST API for custom code, and an MCP server — stdio or remote at mcp.trongas.ai/mcp — for agents that speak MCP directly, no custom tool-calling glue required.
Point your MCP client at it
Remote transport, no install — authenticate with the same scoped API key you'd use for the REST API.
{
"mcpServers": {
"trongasai": {
"url": "https://mcp.trongas.ai/mcp",
"headers": {
"X-Api-Key": "tgk_4f9a1c8e2b7d..."
}
}
}
}Why agents specifically
Frequently asked questions
Get your agent an API key
Free to sign up, scoped keys from the dashboard, full MCP setup guide on docs.trongas.ai.