🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

base-lp-locker-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-lp-locker-mcp

MCP server for AI agents to lock, manage, and withdraw LP tokens on Base. Trustless liquidity locking with time-based unlock.

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
5
-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

base-lp-locker-mcp

An MCP server for AI agents to lock, manage, and withdraw LP tokens on Base. Trustless liquidity locking with time-based unlock.

Install

npx -y base-lp-locker-mcp

Tools

ToolDescription
lock_lpLock LP tokens for a specified duration (handles approval automatically)
get_lockGet lock details by lock ID
get_user_locksGet all locks for a wallet address
get_locker_infoGet contract info, fees, and total locks
withdraw_lpWithdraw LP tokens after lock expires
extend_lockExtend a lock's duration

Setup

{
  "mcpServers": {
    "base-lp-locker": {
      "command": "npx",
      "args": ["-y", "base-lp-locker-mcp"],
      "env": {
        "DEPLOYER_PRIVATE_KEY": "your-private-key"
      }
    }
  }
}

Use Cases

  • Rug-proof launches: Lock LP tokens to prove liquidity is safe
  • Vesting: Time-lock LP positions for team or investor allocations
  • Trust: Show holders that liquidity cannot be pulled
  • Extend: Add more time to existing locks without withdrawing

Fees

  • Lock fee: 0.001 ETH per lock — goes to platform treasury
  • Gas: ~150k gas per lock, ~80k per withdraw/extend

Contract

  • LPLocker: 0x32049c5B3E107737B8D00346C2241f9F21e9a154 (Base mainnet)
  • Verified on Basescan: View contract

License

MIT

Keywords

mcp

FAQs

Package last updated on 07 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts