Skip to main content

What is MCP?

Model Context Protocol (MCP) is an open standard that lets AI agents (Claude Code, Cursor, Windsurf, and others) interact with external services through a unified interface. TronRental provides an official MCP server that gives AI agents full access to the energy purchasing API — from checking prices to completing purchases.

Quick Start

Add to your AI agent:

Claude Code

Cursor / Windsurf

Add to your MCP configuration:
The TRONRENTAL_API_KEY environment variable is optional. If not provided, the agent can register a new account and create an API key through the MCP tools.

Available Tools

The MCP server provides 10 tools:

Typical Flow

New user (no API key)

  1. get_prices — show current pricing
  2. calculate_savings — calculate savings for user’s transfer volume
  3. register — create account
  4. create_api_key — generate API key
  5. get_deposit_address — get deposit address, user sends TRX
  6. get_balance — verify deposit arrived
  7. buy_energy — purchase energy
  8. get_order — confirm delegation

Existing user (API key set)

  1. get_balance — check balance
  2. buy_energy — purchase energy
  3. get_order — confirm delegation

Energy Amounts

Duration is always 1h — energy is used within seconds, 1 hour is the rental window.