Loading...
{
"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"
}
}
}
}get_new_poolsRetrieves newly created Uniswap V3 pools based on specified criteria.
Read-only operation; no modification of data or system state.
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.