Skip to main content
Finance & FintechPython

kukapay/uniswap-trader-mcp

An MCP server that delivers real-time token prices from Uniswap V3 across multiple chains.

finance-fintechcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/kukapay/uniswap-trader-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "uniswap-trader-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kukapay/uniswap-trader-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Finance & Fintech
Language
Python
Author
kukapay