uniswap-poolspy

Track newly created Uniswap liquidity pools across 9 networks. Monitor new token listings and early liquidity events in real-time.

23 stars

Best use case

uniswap-poolspy is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Track newly created Uniswap liquidity pools across 9 networks. Monitor new token listings and early liquidity events in real-time.

Teams using uniswap-poolspy should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/uniswap-poolspy/SKILL.md --create-dirs "https://raw.githubusercontent.com/jiayaoqijia/cryptoskill/main/skills/defi/uniswap-poolspy/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/uniswap-poolspy/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How uniswap-poolspy Compares

Feature / Agentuniswap-poolspyStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Track newly created Uniswap liquidity pools across 9 networks. Monitor new token listings and early liquidity events in real-time.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Uniswap PoolSpy

MCP server for tracking newly created Uniswap liquidity pools.

Monitors and reports on newly created Uniswap liquidity pools across 9 blockchain networks in real-time. Helps users discover new token listings, track early liquidity events, and analyze pool creation patterns for research and trading purposes.

## Installation

```json
{
  "mcpServers": {
    "uniswap-poolspy": {
      "command": "npx",
      "args": ["-y", "uniswap-poolspy-mcp"]
    }
  }
}
```

## Features

- Real-time monitoring of new Uniswap pool creation events
- Coverage across Ethereum, Arbitrum, Optimism, Base, Polygon, BSC, Avalanche, Celo, and Blast
- Pool metadata including token pairs, initial liquidity, and fee tiers
- Filtering by chain, minimum liquidity, and token criteria

## Links

- **Uniswap**: https://uniswap.org
- **Uniswap Info**: https://info.uniswap.org

Related Skills

uniswap-v4

23
from jiayaoqijia/cryptoskill

Swap tokens and read pool state on Uniswap V4 (Base, Ethereum). Use when the agent needs to: (1) swap ERC20 tokens or ETH via Uniswap V4, (2) get pool info (price, tick, liquidity, fees), (3) find the best pool for a token pair, (4) quote expected swap output via the on-chain V4Quoter, (5) set up Permit2 approvals for the Universal Router, or (6) execute exact-input swaps with proper slippage protection. Supports Base and Ethereum mainnet, plus Base Sepolia testnet. TypeScript with strict types. Write operations need a private key via env var.

uniswap-v4-tools

23
from jiayaoqijia/cryptoskill

Tools for querying V4 pools, swap quotes, and hook-enabled liquidity pools.

uniswap-v4-pools

23
from jiayaoqijia/cryptoskill

Query and execute swaps on Uniswap V4 pools with hook-enabled custom logic and advanced pool configurations.

uniswap-v4-hooks

23
from jiayaoqijia/cryptoskill

Query and execute swaps on Uniswap V4 pools with custom hooks architecture.

uniswap-v4-agent

23
from jiayaoqijia/cryptoskill

Execute swaps and query pool info on Uniswap V4 with hooks support across Ethereum, Base, Arbitrum, and Optimism.

uniswap-v4-agent-hooks

23
from jiayaoqijia/cryptoskill

Toolkit for AI agents to interact with Uniswap V4 hooks and custom pool configurations.

uniswap-swap-simulation

23
from jiayaoqijia/cryptoskill

Simulate and analyze Uniswap swaps including price impact, slippage, optimal routing, and gas estimation. Use when the user asks about swap execution, routing, price impact, or MEV considerations.

uniswap-pool-analysis

23
from jiayaoqijia/cryptoskill

Analyze Uniswap pool data including liquidity distribution, fee tiers, tick ranges, and TVL. Use when the user asks about pool metrics, liquidity analysis, or wants to query on-chain pool state.

uniswap-mcp-server

23
from jiayaoqijia/cryptoskill

MCP server for Uniswap DEX enabling AI agents to get quotes and execute swaps across all supported chains.

uniswap-agentic-trader

23
from jiayaoqijia/cryptoskill

AI agent that autonomously executes DeFi trading strategies through the Uniswap Developer Platform API.

uniswap-agent-sdk

23
from jiayaoqijia/cryptoskill

Official SDK for building AI agents that interact with Uniswap pools, swaps, and liquidity provision.

Uniswap

23
from jiayaoqijia/cryptoskill

Assist with Uniswap swaps, liquidity provision, and avoiding common DeFi losses.