Builds and simulates unsigned Uniswap v3 liquidity-position transactions — keyless, never signs.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @yummybait/uniswap-tx-builder-mcp
MCP client config
{
"mcpServers": {
"uniswap-tx-builder-mcp": {
"command": "npx",
"args": [
"-y",
"@yummybait/uniswap-tx-builder-mcp"
]
}
}
}Run
docker run -i --rm ghcr.io/yummybait-fin/uniswap-tx-builder-mcp:0.4.3
MCP client config
{
"mcpServers": {
"uniswap-tx-builder-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/yummybait-fin/uniswap-tx-builder-mcp:0.4.3"
]
}
}
}