Back to MCP Servers

Dex Pools

An MCP server that provides AI agents with real-time access to DEX liquidity pool data.

finance-fintechaiagent

Installation

npx -y dex-pools-mcp

Configuration

{
  "mcpServers": {
    "dex-pools-mcp": {
      "command": "npx",
      "args": ["-y", "dex-pools-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub