Uniswap PoolSpy MCP 服务器
MCP 服务器可跟踪 Uniswap 上九个区块链网络(以太坊、Base、Optimism、Arbitrum、Polygon、BNB 智能链 (BSC)、Avalanche、Celo 和 Blast)中新创建的流动性池,为 DeFi 分析师、交易员和开发人员提供实时数据。
特征
监控 9 个区块链网络中的 Uniswap V3 池创建。
可定制查询新池的时间范围和结果限制。
支持按时间戳、交易数量、交易量或 TVL 排序。
先决条件
Python 3.10 或更高版本
uv用于包管理
MCP 兼容环境(例如 Claude Desktop)可实现全部功能
安装
克隆存储库:
git clone https://github.com/yourusername/uniswap-poolspy-mcp.git cd uniswap-poolspy-mcp设置环境:如果尚未安装
uv
,请安装:curl -LsSf https://astral.sh/uv/install.sh | sh安装依赖项:使用
uv
从pyproject.toml
同步依赖项:uv sync配置 API 密钥:在项目根目录中创建一个
.env
文件:echo "THEGRAPH_API_KEY=your-api-key-here" > .env将
your-api-key-here
替换为您实际的 The Graph API 密钥。
用法
运行服务器
启动 MCP 服务器:
使用 MCP Inspector 进行开发:
与 Claude Desktop 集成
将服务器安装为 MCP 插件:
配置
为了使 MCP 客户端(例如 Claude Desktop)可以发现服务器,请在mcpServers
文件中对其进行配置:
查询新池
使用 Claude Desktop 中的get_new_pools
工具进行自然语言查询,例如:
“显示过去 10 分钟内以太坊上的新矿池”
“按容量排序列出基地上的池,限制为 50 个”
“过去一小时内,Polygon 上创建了哪些矿池,按 TVL 排序?”
该工具接受以下参数:
chain
:区块链网络(例如“以太坊”、“基础”、“乐观”)order_by
:排序字段(“timestamp”,“txcount”,“volume”,“tvl”)time_range_seconds
:回顾期(以秒为单位)(默认值:300)limit
:返回的最大池数(默认值:100)
示例输出
支持的链
以太坊
根据
乐观
仲裁
多边形
BNB智能链(BSC)
雪崩
塞洛
爆炸
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
MCP 服务器可跟踪九个区块链网络上 Uniswap 上新创建的流动性池。
Related Resources
Related MCP Servers
- -securityAlicense-qualityAn MCP server that tracks newly created liquidity pools on Pancake Swap.Last updated -5MIT License
- -securityAlicense-qualityAn MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains.Last updated -231MIT License
- AsecurityAlicenseAqualityAn MCP server that tracks and analyzes DEX liquidity pools to power intelligent DeFi agents and automated strategies.Last updated -12MIT License
- AsecurityAlicenseAqualityAn MCP server that analyzes wallets’ trading activity and profitability on Pump.fun and PumpSwap.Last updated -41MIT License