{
  "markdown": "# TronRental MCP Server\n\nMCP (Model Context Protocol) server for [TronRental.com](https://tronrental.com) — buy TRON energy to reduce USDT transfer fees by up to 80%.\n\n## What it does\n\nWithout energy, each USDT (TRC-20) transfer costs ~6.4 TRX in burned fees.\nWith TronRental energy, the same transfer costs ~1.8 TRX — **saving 72%**.\n\nThis MCP server lets AI agents (Claude Code, Cursor, Windsurf) interact with the TronRental API to register, fund an account, and purchase energy — all from a single prompt.\n\n## Quick Start\n\n### Claude Code\n\n```bash\nclaude mcp add tronrental -- npx -y @tronrental-com/mcp-server\n```\n\n### With API key (skip registration)\n\n```bash\nclaude mcp add tronrental -e TRONRENTAL_API_KEY=your_key -- npx -y @tronrental-com/mcp-server\n```\n\n### Claude Desktop\n\nAdd to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"tronrental\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@tronrental-com/mcp-server\"],\n      \"env\": {\n        \"TRONRENTAL_API_KEY\": \"your_key_here\"\n      }\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | Description | Auth |\n|------|-------------|------|\n| `get_prices` | Current energy & bandwidth prices | No |\n| `calculate_savings` | Savings calculator (burn vs rental) | No |\n| `register` | Create a new account | No |\n| `login` | Log in to existing account | No |\n| `create_api_key` | Generate API key | Token |\n| `get_deposit_address` | Get TRX deposit address | API key |\n| `get_balance` | Check account balance | API key |\n| `buy_energy` | Purchase energy for a TRON address | API key |\n| `get_order` | Check order status | API key |\n| `regenerate_deposit_address` | Generate new deposit address | API key |\n\n## Typical Flow\n\n1. `get_prices` — check current pricing\n2. `calculate_savings` — see how much you save\n3. `register` — create account\n4. `create_api_key` — get API key\n5. `get_deposit_address` — get address to fund account\n6. Send TRX to the deposit address\n7. `get_balance` — verify deposit arrived\n8. `buy_energy` — purchase energy for target address\n9. `get_order` — confirm delegation\n\n## Energy Amounts\n\n| Scenario | Energy Needed |\n|----------|--------------|\n| Recipient **has** USDT | 65,000 |\n| Recipient **has no** USDT | 131,000 |\n\nMinimum: 60,000. Maximum: 5,000,000. Duration: 1 hour.\n\n## Links\n\n- [TronRental.com](https://tronrental.com)\n- [API Documentation](https://docs.tronrental.com)\n- [Dashboard](https://tronrental.com/dashboard)\n\n## License\n\nMIT\n",
  "bytes": 2434,
  "sha": "7be12349d832f1097cb64fb3ffec26d6bb2f70ee156e161467294cdd4b040ccf",
  "repo_slug": "tronrentalcom/tronrental-com-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_tronrental_com_tronrental_30a7c06d/readme"
}