MCP.so
ログイン

Uniswap Trader MCP

@kukapay

Uniswap Trader MCP について

An MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

kukapay

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ