Loading...

Monitors Uniswap V3 pool creation across nine blockchains, providing real-time data for DeFi analysis, trading, and development using The Graph API.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Monitors Uniswap V3 pool creation across nine blockchains, providing real-time data for DeFi analysis, trading, and development using The Graph API.
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.
Performance is primarily limited by the speed of The Graph API. Consider caching results to improve response times.
Cost is primarily determined by The Graph API usage. Monitor API usage to avoid unexpected charges.
{
"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"
}
}
}
}THEGRAPH_API_KEYget_new_poolsRetrieves newly created Uniswap V3 pools based on specified criteria.
Read-only operation; no modification of data or system state.
API Key
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.
The server operates in read-only mode, limiting the scope of potential damage from autonomous operation. However, ensure proper input validation to prevent unexpected behavior.
Production Tip
Monitor the server's resource usage and API request limits to prevent performance issues.
Ethereum, Base, Optimism, Arbitrum, Polygon, BNB Smart Chain (BSC), Avalanche, Celo, and Blast.
The default time range is 300 seconds (5 minutes).
Set the `THEGRAPH_API_KEY` environment variable in a `.env` file.
Yes, you can sort the results by timestamp, transaction count, volume, or TVL.
The default limit is 100 pools.
No, the server's performance is limited by the speed of The Graph API and is not suitable for real-time, low-latency trading.
The server will return an error, and no new pool data will be available until the API is restored.