Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Base Lp Locker

FreeNot checked

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

GitHubEmbed

About

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

README

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

Tool Description
lock_lp Lock LP tokens for a specified duration (handles approval automatically)
get_lock Get lock details by lock ID
get_user_locks Get all locks for a wallet address
get_locker_info Get contract info, fees, and total locks
withdraw_lp Withdraw LP tokens after lock expires
extend_lock Extend 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

from github.com/lordbasilaiassistant-sudo/base-lp-locker-mcp

Install Base Lp Locker in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install base-lp-locker-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add base-lp-locker-mcp -- npx -y base-lp-locker-mcp

FAQ

Is Base Lp Locker MCP free?

Yes, Base Lp Locker MCP is free — one-click install via Unyly at no cost.

Does Base Lp Locker need an API key?

No, Base Lp Locker runs without API keys or environment variables.

Is Base Lp Locker hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Base Lp Locker in Claude Desktop, Claude Code or Cursor?

Open Base Lp Locker on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Base Lp Locker with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs