Back to MCP Servers
Uniswap Poolspy
An MCP server that tracks newly created liquidity pools on Uniswap across multiple blockchains.
finance-fintechai
By kukapay
Installation
npx -y uniswap-poolspy-mcpConfiguration
{
"mcpServers": {
"uniswap-poolspy-mcp": {
"command": "npx",
"args": ["-y", "uniswap-poolspy-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