Uniswap Trader MCP
@kukapay
关于 Uniswap Trader MCP
An MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"uniswap-trader-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@kukapay/uniswap-trader-mcp",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
评论