You're viewing a demo portfolio

Join the waitlist
PRSM

swap_quote

Active

Tool of paladin-swap-mcp

declared in 3.2.4

Get a competitive multi-aggregator swap quote with ready-to-execute calldata. PaladinFi does not represent any returned route as the best available across the broader DeFi market.

Parameters schema

{
  "type": "object",
  "required": [
    "sellToken",
    "buyToken",
    "sellAmount",
    "taker"
  ],
  "properties": {
    "taker": {
      "type": "string",
      "description": "Wallet address that will execute the swap (the agent's wallet)"
    },
    "chainId": {
      "type": "integer",
      "default": 8453,
      "description": "EVM chain ID (default 8453 = Base). Currently only Base is supported."
    },
    "buyToken": {
      "type": "string",
      "description": "ERC20 contract address to buy (e.g. WETH on Base = 0x4200000000000000000000000000000000000006)"
    },
    "sellToken": {
      "type": "string",
      "description": "ERC20 contract address to sell (e.g. USDC on Base = 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)"
    },
    "sellAmount": {
      "type": "string",
      "description": "Amount to sell in smallest unit (decimal string; e.g. \"1000000000\" = 1000 USDC)"
    },
    "slippageBps": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Optional slippage tolerance in basis points (default from provider)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

paladin-swap-mcp

https://github.com/paladinfi/paladin-swap-mcp

2/7 registries
View full server →
swap_quote — paladin-swap-mcp — PRSM MCP