amountIn
String (optional, required for "exactIn")
How to use it
amountIn is exposed by the Uniswap Trader MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the amountIn tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Uniswap Trader MCP
$
npx -y @smithery/cli install @kukapay/uniswap-trader-mcp --client claudeOther tools in Uniswap Trader MCP (7)
amountOut
String (optional, required for "exactOut")
chainId
Number (default: 1)
deadline
Number (default: 20, in minutes)
slippageTolerance
Number (default: 0.5, in percentage)
tokenIn
String (e.g., "NATIVE" or token address)
tokenOut
String (e.g., "NATIVE" or token address)
tradeType
"exactIn" or "exactOut" (default: "exactIn")