base-lp-locker-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@base-lp-locker-mcplock 1000 LP tokens for 90 days"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpRelated MCP server: Unlock-MCP
Tools
Tool | Description |
| Lock LP tokens for a specified duration (handles approval automatically) |
| Get lock details by lock ID |
| Get all locks for a wallet address |
| Get contract info, fees, and total locks |
| Withdraw LP tokens after lock expires |
| 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
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lordbasilaiassistant-sudo/base-lp-locker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server