PancakeSwap PoolSpy is an MCP server that tracks newly created liquidity pools on PancakeSwap's decentralized exchange. Built with Python and leveraging The Graph API, it provides real-time data on pools created within customizable time ranges, including detailed metrics like token pairs, creation timestamps, transaction counts, volume, and total value locked. This tool is particularly valuable for DeFi analysts, traders, and developers who need immediate visibility into emerging trading opportunities or want to monitor market activity on the BNB Smart Chain without leaving their conversation interface.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Fetches a list of newly created PancakeSwap pools on BNB Smart Chain. Parameters: time_range_seconds (int, default is 300), limit (int, default is 100). Returns a formatted string listing pool details or an error message if the query fails.