CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Tronrental

tronrentalcom/tronrental-com-mcp
authSTDIOregistry active
Summary

Connects Claude to TronRental's API for programmatically reducing TRON USDT transfer fees. The server exposes tools for account registration, API key creation, TRX deposits, and energy purchases. Without rented energy, a TRC-20 USDT transfer burns around 6.4 TRX in fees. Renting energy drops that to 1.8 TRX, cutting costs by 72%. You'd use this if you're building agents that need to manage TRON transaction costs at scale or automate energy delegation for wallets handling frequent USDT transfers. Includes pricing lookups, savings calculators, and order status checks. Supports both interactive registration flow and pre-configured API key authentication.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

TronRental MCP Server

MCP (Model Context Protocol) server for TronRental.com — buy TRON energy to reduce USDT transfer fees by up to 80%.

What it does

Without energy, each USDT (TRC-20) transfer costs ~6.4 TRX in burned fees. With TronRental energy, the same transfer costs ~1.8 TRX — saving 72%.

This 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.

Quick Start

Claude Code

claude mcp add tronrental -- npx -y @tronrental-com/mcp-server

With API key (skip registration)

claude mcp add tronrental -e TRONRENTAL_API_KEY=your_key -- npx -y @tronrental-com/mcp-server

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tronrental": {
      "command": "npx",
      "args": ["-y", "@tronrental-com/mcp-server"],
      "env": {
        "TRONRENTAL_API_KEY": "your_key_here"
      }
    }
  }
}

Tools

ToolDescriptionAuth
get_pricesCurrent energy & bandwidth pricesNo
calculate_savingsSavings calculator (burn vs rental)No
registerCreate a new accountNo
loginLog in to existing accountNo
create_api_keyGenerate API keyToken
get_deposit_addressGet TRX deposit addressAPI key
get_balanceCheck account balanceAPI key
buy_energyPurchase energy for a TRON addressAPI key
get_orderCheck order statusAPI key
regenerate_deposit_addressGenerate new deposit addressAPI key

Typical Flow

  1. get_prices — check current pricing
  2. calculate_savings — see how much you save
  3. register — create account
  4. create_api_key — get API key
  5. get_deposit_address — get address to fund account
  6. Send TRX to the deposit address
  7. get_balance — verify deposit arrived
  8. buy_energy — purchase energy for target address
  9. get_order — confirm delegation

Energy Amounts

ScenarioEnergy Needed
Recipient has USDT65,000
Recipient has no USDT131,000

Minimum: 60,000. Maximum: 5,000,000. Duration: 1 hour.

Links

  • TronRental.com
  • API Documentation
  • Dashboard

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

TRONRENTAL_API_KEYsecret

TronRental API key (optional — register via tool if not provided)

Registryactive
Package@tronrental-com/mcp-server
TransportSTDIO
AuthRequired
UpdatedMar 7, 2026
View on GitHub