Uniswap Trader MCP

MCP server for Uniswap swap execution and token trading via AI agents through the Model Context Protocol.

Verified

Uniswap Trader MCP is an MCP server that enables AI agents to execute token swaps and trading operations on the Uniswap decentralized exchange. It wraps Uniswap’s swap functionality into structured MCP tools, allowing compatible clients to request quotes, configure trade parameters, and submit swap transactions without direct smart contract interaction.

The server provides tools for common Uniswap trading workflows, including token-to-token swaps, price quote retrieval, and slippage management. By exposing these operations through the Model Context Protocol, it allows agents to build research-to-execution pipelines where market analysis feeds directly into trade preparation and execution on Uniswap’s liquidity pools.

Setup requires configuring wallet credentials and RPC endpoint information in the server’s environment variables. Users should thoroughly test swap behavior with small amounts before scaling up, and should implement confirmation gates to prevent unintended trade execution. As with all DeFi trading tools, verifying transaction parameters against current market conditions is essential before committing any on-chain transactions.