Back to MCP Directory
Uniswap Poolspy
Model Context Protocol low risk

Uniswap Poolspy

Monitors Uniswap V3 pool creation across nine blockchains, providing real-time data for DeFi analysis, trading, and development using The Graph API.

Connections & Capabilities

Connects To

GitHub

Capabilities

read

Quickstart

Config

{
  "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"
      }
    }
  }
}

Exposed MCP Tools (1)

safe
get_new_pools

Retrieves newly created Uniswap V3 pools based on specified criteria.

Read-only operation; no modification of data or system state.

Safety Assessment

This server is relatively safe due to its read-only nature and reliance on a reputable data provider. However, it's crucial to protect the The Graph API key and monitor the server for potential denial-of-service attacks. It is risky if the API key is exposed or the data source is compromised.

  • Read-only access to blockchain data via The Graph API.
  • No direct interaction with blockchain contracts.
  • Limited scope: focuses solely on pool creation events.
  • Data is sourced from a reputable blockchain data provider.
  • Relies on the security of The Graph API; potential for data integrity issues if the API is compromised.
  • Exposure of The Graph API key if not properly secured.
  • Potential for denial-of-service if the server is overwhelmed with requests.
  • Dependence on external API introduces a point of failure.