Uniswap Trader MCP
@kukapay
About Uniswap Trader MCP
An MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains.
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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
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