A
licenseA
qualityC
maintenanceAn MCP server for AI agents to discover and trade new token launches on Base chain.
5
17 npm
1
MIT
No user-submitted related servers found.
Scored across 6 tools
Each tool has a distinct purpose: locking, querying specific locks, listing user locks, checking contract info, withdrawing, and extending. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern in snake_case (lock_lp, get_lock, get_user_locks, get_locker_info, withdraw_lp, extend_lock).
Six tools is well-scoped for an LP locker management server, covering core actions without unnecessary bloat.
The surface covers the full LP lock lifecycle: create (lock), read (get_lock, get_user_locks, get_locker_info), update (extend_lock), and delete/terminal action (withdraw_lp). No significant gaps.