Skip to main content
Glama
lordbasilaiassistant-sudo

base-lp-locker-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
lock_lpA

Lock LP tokens in the LPLocker contract on Base. Handles ERC-20 approval automatically. Requires DEPLOYER_PRIVATE_KEY env var. Fee: 0.001 ETH per lock.

get_lockA

Get details of a specific LP lock by its lock ID. Returns owner, token, amount, unlock time, and status.

get_user_locksA

Get all lock IDs for a given wallet address. Returns an array of lock IDs that can be queried individually with get_lock.

get_locker_infoA

Get LPLocker contract info — current fee, total locks, treasury address. Use to verify the contract is live and check fees before locking.

withdraw_lpA

Withdraw LP tokens from an expired lock. Only the lock owner can withdraw. Requires DEPLOYER_PRIVATE_KEY env var.

extend_lockA

Extend the duration of an existing LP lock. Only the lock owner can extend. Requires DEPLOYER_PRIVATE_KEY env var.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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