A
licenseA
qualityC
maintenanceZero-auth MCP server that reads Uniswap V1/V2/V3 reserves directly on-chain
3
MIT
No user-submitted related servers found.
Scored across 8 tools
Each tool targets a distinct Uniswap v3 action or query: mint, increase, collect, close, swap, wrap, plus state helpers. No functional overlap.
All transaction builders follow 'build_' prefix, read-only helpers use 'get_' and 'plan_'. Consistent verb-noun pattern.
8 tools is well-scoped for a Uniswap tx builder covering essential operations and state queries without bloat.
Covers full lifecycle: position creation (mint), modification (increase/collect), removal (close with optional burn), swapping, wrapping, and state queries. No obvious gaps.