Back to MCP Servers
Dex Pools
An MCP server that provides AI agents with real-time access to DEX liquidity pool data.
finance-fintechaiagent
By kukapay
Installation
npx -y dex-pools-mcpConfiguration
{
"mcpServers": {
"dex-pools-mcp": {
"command": "npx",
"args": ["-y", "dex-pools-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes