Back to MCP Servers
Pancakeswap Poolspy
An MCP server that tracks newly created pools on Pancake Swap.
finance-fintech
By kukapay
Installation
npx -y pancakeswap-poolspy-mcpConfiguration
{
"mcpServers": {
"pancakeswap-poolspy-mcp": {
"command": "npx",
"args": ["-y", "pancakeswap-poolspy-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes