uniswap-tx-builder-mcp

Yummybait-fin/uniswap-tx-builder-mcp
★ 0 stars TypeScript Browser/Web Updated today
Keyless MCP server for building unsigned Uniswap v3 liquidity transactions (collect, close, mint)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "uniswap-tx-builder-m": {
      "command": "npx",
      "args": [
        "-y",
        "Yummybait-fin/uniswap-tx-builder-mcp"
      ]
    }
  }
}

README Excerpt

A **keyless** [MCP](https://modelcontextprotocol.io) server that builds *unsigned* Uniswap v3 liquidity-position transactions and optionally simulates them via `eth_call`. **It never holds keys and never signs** — you take the returned calldata and sign + broadcast it with your own wallet (viem, a CDP wallet MCP, any signer).

Tools (15)

RPC_ARBRPC_BASERPC_ETHRPC_OPRPC_POLYGONbuild_closebuild_collectbuild_increasebuild_mintbuild_swapbuild_wrapget_pool_statemcpServersplan_positionrlp

Topics

defimcpuniswapuniswap-v3web3