MCP.so
ログイン

Uniswap Tx Builder

@Yummybait-fin

Uniswap Tx Builder について

Keyless MCP server for building unsigned Uniswap v3 liquidity transactions (collect, close, mint)

基本情報

カテゴリ

金融とコマース

ライセンス

Apache-2.0

ランタイム

node

公開者

Yummybait-fin

投稿者

Mykhail Martsyniuk

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "uniswap-tx-builder-mcp": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "uniswap-tx-builder-mcp:local",
        ".",
        "#",
        "local",
        "build"
      ]
    }
  }
}

ツール

5

Collect all uncollected fees from a position to `recipient`.

Remove all liquidity **+** collect; `burn: true` also burns the empty NFT. Returns the read position.

Mint a new position (raw ticks + wei amounts).

Add liquidity to an existing position.

**Read-only.** Turn a human price range + human amounts into aligned ticks + wei amounts for `build_mint`. Reads token decimals over RPC.

概要

What is Uniswap Tx Builder?

Keyless MCP server for building unsigned Uniswap v3 liquidity transactions (collect, close, mint)

How to use Uniswap Tx Builder?

The README includes setup instructions such as docker build -t uniswap-tx-builder-mcp:local . # local build.

Key features of Uniswap Tx Builder

  • CI — typecheck + tests on every push to main and on PRs
  • Release — pushing a v* tag re-runs the tests, bumps the version on main to match the tag

Use cases of Uniswap Tx Builder

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Uniswap Tx Builder

Where is the source code for Uniswap Tx Builder?

The source code is linked from the repository URL on this page.

Does Uniswap Tx Builder include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

コメント

「金融とコマース」の他のコンテンツ