Loading...
npx -y @smithery/cli install @kukapay/uniswap-trader-mcp --client claude{
"mcpServers": {
"Uniswap-Trader-MCP": {
"command": "node",
"args": ["path/to/uniswap-trader-mcp/server/index.js"],
"env": {
"INFURA_KEY": "your infura key",
"WALLET_PRIVATE_KEY": "your private key"
}
}
}
}getPriceFetches a price quote for a Uniswap swap, providing estimated input and output amounts.
Read-only operation; no state changes.
executeSwapExecutes a token swap on Uniswap with specified parameters like slippage tolerance and deadline.
Executes financial transactions, potentially leading to loss of funds.
This MCP server allows for automated token swaps, which carries inherent financial risk. It's relatively safe for read-only operations like fetching price quotes. However, executing swaps requires careful configuration and monitoring to mitigate potential losses due to slippage, front-running, or misconfiguration. Securely managing the wallet private key is paramount.