← tronmonitor.live

INDIVIDUAL MCP TOOL

configure_auto_selling

Update auto-selling configuration for a pool.

tronmonitor.livenone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

tronmonitor.live

CONNECT 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.tronmonitor-live]
url = "https://tronmonitor.live/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tronmonitor-live": {
      "type": "http",
      "url": "https://tronmonitor.live/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tronmonitor-live
Remote MCP URL: https://tronmonitor.live/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": {
    "tronmonitor-live": {
      "url": "https://tronmonitor.live/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tronmonitor-live": {
      "type": "http",
      "url": "https://tronmonitor.live/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tronmonitor-live",
  "transport": "streamable-http",
  "url": "https://tronmonitor.live/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_prices — Get current TRON Energy and Bandwidth minimum prices for all duration tiers.
  • estimate_cost — Calculate the cost of purchasing TRON Energy or Bandwidth.
  • get_available_resources — Get total available Energy and Bandwidth across all active pools.
  • get_market_overview — Comprehensive market overview: prices, availability, allowed durations, order constraints, and transaction types.
  • get_balance — Get your current TRX balance and deposit information.
  • buy_energy — Purchase TRON Energy for a target address.
  • broadcast_transaction — Broadcast a pre-signed TRON transaction with auto energy delegation.
  • get_orders — Get your order history with optional status filter.