Skip to main content
Glama

uniswap-poolspy-mcp

Uniswap PoolSpy MCP 서버

Ethereum, Base, Optimism, Arbitrum, Polygon, BNB Smart Chain(BSC), Avalanche, Celo, Blast 등 9개 블록체인 네트워크에서 Uniswap에 새로 생성된 유동성 풀을 추적하는 MCP 서버로, DeFi 분석가, 트레이더, 개발자에게 실시간 데이터를 제공합니다.

파이썬특허상태

특징

  • 9개 블록체인 네트워크에서 Uniswap V3 풀 생성을 모니터링합니다.
  • 새로운 풀을 쿼리하기 위한 사용자 정의 가능한 시간 범위 및 결과 제한.
  • 타임스탬프, 거래 수, 볼륨 또는 TVL을 기준으로 정렬을 지원합니다.

필수 조건

  • Python 3.10 이상
  • 패키지 관리를 위한 uv
  • 유효한 The Graph API 키
  • 전체 기능을 위한 MCP 호환 환경(예: Claude Desktop)

설치

  1. 저장소 복제 :지엑스피1
  2. 환경 설정 : 아직 uv 설치하지 않았다면 설치하세요.
    curl -LsSf https://astral.sh/uv/install.sh | sh
  3. 종속성 설치 : uv 사용하여 pyproject.toml 에서 종속성을 동기화합니다.
    uv sync
  4. API 키 구성 : 프로젝트 루트에 .env 파일을 만듭니다.
    echo "THEGRAPH_API_KEY=your-api-key-here" > .env
    your-api-key-here 실제 The Graph API 키로 바꾸세요.

용법

서버 실행

MCP 서버를 시작합니다.

uv run main.py

MCP Inspector를 사용한 개발의 경우:

uv run mcp dev main.py

Claude Desktop과 통합

MCP 플러그인으로 서버를 설치하세요:

uv run mcp install main.py --name "UniswapPoolSpy"

구성

MCP 클라이언트(예: Claude Desktop)에서 서버를 검색할 수 있도록 하려면 mcpServers 파일에서 서버를 구성하세요.

{ "mcpServers": { "Uniswap-PoolSpy": { "command": "uv", "args": ["--directory", "path/to/uniswap-poolspy-mcp", "run", "main.py"], "env": { "THEGRAPH_API_KEY": "your api key from The Graph" } } } }

새 풀 쿼리

Claude Desktop의 get_new_pools 도구를 다음과 같은 자연어 쿼리와 함께 사용하세요.

  • "지난 10분 동안 이더리움의 새로운 풀을 보여주세요"
  • "Base에 볼륨별로 정렬된 풀 목록, 최대 50개로 제한"
  • "지난 1시간 동안 Polygon에 어떤 풀이 생성되었으며, TVL 순으로 정렬되어 있습니까?"

이 도구는 다음 매개변수를 허용합니다.

  • chain : 블록체인 네트워크(예: "이더리움", "베이스", "옵티미즘")
  • order_by : 정렬 필드("timestamp", "txcount", "volume", "tvl")
  • time_range_seconds : 룩백 기간(초) (기본값: 300)
  • limit : 반환할 풀의 최대 개수(기본값: 100)

출력 예

Newly Created Trading Pools (Last 5 Minutes, Limit: 100): Pool Address: 0x1234...abcd Tokens: WETH/USDC Created At: 2025-03-18 12:34:56 Block Number: 12345678 Transaction Count: 5 Volume (USD): 15000.25 Total Value Locked (USD): 50000.75 Pool Address: 0x5678...efgh Tokens: DAI/USDT Created At: 2025-03-18 12:33:45 Block Number: 12345670 Transaction Count: 3 Volume (USD): 8000.50 Total Value Locked (USD): 25000.00

지원되는 체인

  • 이더리움
  • 베이스
  • 낙천주의
  • 중재
  • 다각형
  • BNB 스마트 체인(BSC)
  • 눈사태
  • 셀로
  • 폭발

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

9개의 블록체인 네트워크에서 Uniswap에 새로 생성된 유동성 풀을 추적하는 MCP 서버입니다.

  1. 특징
    1. 필수 조건
      1. 설치
        1. 용법
          1. 서버 실행
          2. Claude Desktop과 통합
          3. 구성
          4. 새 풀 쿼리
          5. 출력 예
        2. 지원되는 체인
          1. 특허

            Related MCP Servers

            • A
              security
              F
              license
              A
              quality
              An MCP server that connects Claude to BrianKnows' blockchain knowledge base, allowing users to search for blockchain/DeFi information and interact with a specialized agent across multiple knowledge bases.
              Last updated -
              3
              JavaScript
            • -
              security
              A
              license
              -
              quality
              An MCP server that tracks newly created liquidity pools on Pancake Swap.
              Last updated -
              2
              Python
              MIT License
            • A
              security
              A
              license
              A
              quality
              An MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.
              Last updated -
              20
              141
              Python
              GPL 3.0
              • Apple
              • Linux
            • -
              security
              A
              license
              -
              quality
              A lightweight, fast MCP server that provides onchain capabilities for the LLMs and Agents.
              Last updated -
              4
              154
              TypeScript
              MIT License
              • Linux
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/uniswap-poolspy-mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server