mcpserver.lol
registry/tronsave-mcp
Connection check verified live · 26h ago

tronsave-mcp

Buy, sell & extend TRON ENERGY/BANDWIDTH on the TronSave market via typed MCP tools.

Tools 29
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

29 tools

Read from the running server on 26h ago.

tronsave_cancel_order can modify data orderId*
Cancel an open order by `orderId`. Returns the cancelled order payload after the status flip. Side effect: marks the order non-matchable and refunds locked balance per backend rule…
tronsave_create_order orderReceiver*paymentMethod*orderUnitPrice*paymentSignedTxorderDurationSec*orderResourceType* +2
Create a new buy order on the TronSave market. Key inputs: `orderResourceType` (ENERGY|BANDWIDTH), `orderReceiver` (TRON base58), `orderUnitPrice` in SUN (NOT TRX), `orderDurationS…
tronsave_delete_auto_buy_setting can modify data id*
Permanently delete one auto-buy rule by `id` (`MObjectId`). Side effect: stops all future executions matching that rule; the rule cannot be restored. Idempotent — deleting a non-ex…
tronsave_estimate_buy_resource read-only receiverunitPricedurationSecresourceTypeallowPartialFillbuyResourceAmount +1
Quote price and availability for buying ENERGY or BANDWIDTH for a receiver address before placing an order. Returns estimated `unitPrice` (SUN per resource unit), `paymentAmount`,…
tronsave_generate_api_key can modify data
Generate a new internal API key credential for the current user. Returns `data` containing the issued key — store it securely and pass it to `tronsave_login` (`apiKey` mode) for in…
tronsave_get_deposit_address read-only amountTrx*
Fetches the specific deposit address for the TronSave internal account. Requires a logged-in MCP session created by the `tronsave_login` tool: include `mcp-session-id: <sessionId>`…
tronsave_get_internal_account read-only
Retrieve the TronSave internal account profile for the current session: represent address, deposit address, and balance (SUN). Requires a logged-in MCP session created by the `tron…
tronsave_get_min_price read-only addressbuyAmountdurationSecresourceType
Quote the minimum unit price for a buy. Returns `{ minPrice }` (SUN per resource unit) from GraphQL `market.estimateMinPrice` for the given `resourceType`, `buyAmount`, and `durati…
tronsave_get_order read-only id*
Read one order by `id` and return its full snapshot for NORMAL, FAST, or EXTEND order types. Use this as the source of truth before `tronsave_update_order`, `tronsave_sell_order_ma…
tronsave_get_sign_message read-only
Issue a wallet-signable timestamp message helper for signature login. Returns `{ message, timestamp }`: sign `message` exactly client-side, then submit `<signature>_<timestamp>` to…
tronsave_get_user_auto_setting read-only
Read the current user's auto-sell configuration (`autoSettings`). Returns the full `autoSettings` object — call this before `tronsave_register_auto_sell` or `tronsave_update_auto_s…
tronsave_get_user_info read-only
Read the current authenticated user's profile and linked TronSave internal account. Returns `{ caller, address, balance (SUN string), info, internalAccount }` — `info` carries refe…
tronsave_get_user_permissions read-only
Read the enabled permission operations (`autoSettings.permitOperations`) for the authenticated user. Returns `{ permitOperations: string[] }` — use it before mutating auto-sell or…
tronsave_internal_create_extend_request receiver*extendData*resourceType
Submit an extension request for existing delegated resources on TronSave, paid from the internal account. Requires a logged-in MCP session created by the `tronsave_login` tool: inc…
tronsave_internal_extend_delegates read-only extendTo*receiver*requesterresourceTypemaxPriceAccepted
Return extendable delegations for a receiver plus an `extendData` payload for the extension flow. Requires a logged-in MCP session created by the `tronsave_login` tool: include `mc…
tronsave_internal_order_book read-only addressdurationSecresourceTypeminDelegateAmount
Return the current TronSave market depth/price tiers for ENERGY or BANDWIDTH via the api-key REST endpoint. Requires a logged-in MCP session created by the `tronsave_login` tool: i…
tronsave_internal_order_create optionssponsorreceiver*unitPricedurationSecresourceType +1
Place a new buy order for ENERGY or BANDWIDTH on TronSave, paid from the internal account balance. Requires a logged-in MCP session created by the `tronsave_login` tool: include `m…
tronsave_internal_order_details read-only orderId*
Fetch full details for one internal-account order by order ID. Requires a logged-in MCP session created by the `tronsave_login` tool: include `mcp-session-id: <sessionId>` returned…
tronsave_internal_order_estimate read-only optionsreceiverrequesterunitPricedurationSecresourceType +1
Estimate the TRX cost and availability for a buy order before submitting it (api-key internal account). Requires a logged-in MCP session created by the `tronsave_login` tool: inclu…
tronsave_internal_order_history read-only pagepageSize
List paginated order history for the internal account linked to the API key, newest first. Requires a logged-in MCP session created by the `tronsave_login` tool: include `mcp-sessi…
tronsave_list_extendable_delegates read-only receiver*requestersuggestDataresourceType*
List extendable delegate candidates for a `receiver` and `resourceType` (ENERGY|BANDWIDTH). Optional `suggestData` scores an extend-and-buy scenario for planning purposes. Read-onl…
tronsave_list_order_books read-only addressdurationSecresourceType*minDelegateAmount
Read market depth buckets for `ENERGY` or `BANDWIDTH`. Returns price buckets `{ min, max, value }` optionally scoped by viewer address, minimum delegate amount, and duration. No lo…
tronsave_list_orders read-only limitoffsetstatusresourceTypeisOnlyMyOrder
Query the order list with paging. Returns `{ orders: [{ id, requester?.address, receiver.address, resourceType, resourceAmount, remainAmount, durationSec, unitPrice (SUN), isOwner,…
tronsave_login apiKeysignature
Authenticate with TronSave and create a server session. Returns `{ sessionId, walletAddress?, expiresAt }` — pass `sessionId` as the `mcp-session-id` header on every subsequent MCP…
tronsave_register_auto_sell poolSettingaddOnFeaturepaymentConfig
Create the initial auto-sell configuration for the authenticated user. Returns the persisted `autoSettings` payload. Side effect: persists automation settings that affect future de…
tronsave_revoke_api_key can modify data
Revoke the caller's current internal API key. Side effect: any future request using the previous key is rejected. Existing in-flight sessions cached by the server may continue serv…
tronsave_sell_order_manual can modify data orderId*signedTx*paymentAddress
Manually execute seller-side fulfillment of an existing order with a wallet `signedTx`. Returns the updated order payload after sell. Side effect: broadcasts a market/delegation tr…
tronsave_update_auto_sell_setting poolSettingaddOnFeaturepaymentConfig
Update the existing auto-sell configuration with partial fields. Returns the updated `autoSettings` payload. Side effect: overwrites stored automation settings for the current user…
tronsave_update_order orderId*newPricereceiver
Update an open order by `orderId` with partial fields (`receiver`, `newPrice`). Returns the updated order payload. Side effect: overwrites live order parameters; not idempotent — e…