execute_swap
ActiveTool of MERX - TRON Resource Exchange
declared in 2.0.0
Execute a token swap on SunSwap V2. Requires TRON_PRIVATE_KEY.
Parameters schema
{
"type": "object",
"required": [
"from_token",
"to_token",
"amount"
],
"properties": {
"amount": {
"type": "string",
"description": "Amount of source token to swap"
},
"slippage": {
"type": "number",
"description": "Slippage tolerance in percent (default 1)"
},
"to_token": {
"type": "string",
"description": "Destination token symbol"
},
"from_token": {
"type": "string",
"description": "Source token symbol (TRX, USDT, USDC, etc.)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
MERX - TRON Resource Exchange
https://github.com/Hovsteder/merx-mcp
2/7 registries