You're viewing a demo portfolio

Join the waitlist
PRSM

get_swap_quote

Active

Tool of MERX - TRON Resource Exchange

declared in 2.0.0

Get a real swap quote from SunSwap V2. No auth required.

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.)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

MERX - TRON Resource Exchange

https://github.com/Hovsteder/merx-mcp

2/7 registries
View full server →