Uniswap Trader MCP
@kukapay
About Uniswap Trader MCP
An MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"uniswap-trader-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@kukapay/uniswap-trader-mcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Uniswap Trader MCP?
Uniswap Trader MCP is a Model Context Protocol server that enables AI agents to automate token swaps on Uniswap DEX across multiple blockchains. It provides real-time price quotes, swap execution, and trading suggestions, designed for developers building agent‑based trading workflows.
How to use Uniswap Trader MCP?
Install via Smithery (npx -y @smithery/cli install @kukapay/uniswap-trader-mcp --client claude) or manually by cloning the repository, running npm install, and configuring the server with environment variables (INFURA_KEY, WALLET_PRIVATE_KEY). The server exposes two tools: getPrice for fetching quotes and executeSwap for executing trades on Uniswap V3.
Key features of Uniswap Trader MCP
- Real‑time price quotes with multi‑hop route optimization
- Swap execution on Uniswap V3 with configurable slippage and deadline
- Trading suggestions based on liquidity, fees, and optimal paths
- Multi‑chain support: Ethereum, Optimism, Polygon, Arbitrum, Celo, BNB Chain, Avalanche, Base
- Supports both exact‑in and exact‑out trade types
Use cases of Uniswap Trader MCP
- AI agents performing automated token swaps with slippage protection
- Getting price quotes before executing a trade
- Generating swap suggestions to optimize for fees or liquidity
- Executing swaps across supported L2 and sidechains
FAQ from Uniswap Trader MCP
What blockchains does Uniswap Trader MCP support?
Ethereum, Optimism, Polygon, Arbitrum, Celo, BNB Chain, Avalanche, and Base.
What prerequisites are needed to run Uniswap Trader MCP?
Node.js 14+, npm, a funded wallet with its private key, and RPC endpoint URLs (e.g., Infura, Alchemy) for the desired chains.
How do I install and configure Uniswap Trader MCP?
Install via Smithery with npx -y @smithery/cli install @kukapay/uniswap-trader-mcp --client claude, or manually clone, run npm install, and set INFURA_KEY and WALLET_PRIVATE_KEY in the server environment.
What tools does Uniswap Trader MCP provide?
getPrice for real‑time price quotes and executeSwap for executing swaps, both supporting exactIn and exactOut trade types with configurable slippage tolerance and deadline.
Is Uniswap Trader MCP open source?
Yes, it is licensed under the MIT License.
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Servers
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments