Base L2 Agent Kit
io.github.manteclaw/base-agent-kit
Documentation
Base L2 Earning Agent — MCP Server
An MCP server that exposes Base L2 earning and security tools as Model Context Protocol tools. All underlying endpoints are monetized via x402 micropayments.
Tools
| Tool | Description | Price |
|---|---|---|
contract_audit | Scan smart contract for vulnerabilities | 0.02 USDC |
base_gas_estimate | Current Base L2 gas prices | 0.01 USDC |
yield_farm | DeFi yield opportunities on Base | 0.05 USDC |
token_analyzer | Honeypot & risk scanner | 0.03 USDC |
wallet_health | Portfolio health score | 0.02 USDC |
generate_mnemonic | Secure BIP39 mnemonic | 0.01 USDC |
base_price | Token price on Base | 0.01 USDC |
dex_quote | DEX swap quote | 0.01 USDC |
Install
# Via Smithery (recommended)
npx -y smithery mcp add ajcheasty2/base-l2-agent-kit
# Or from source
git clone https://github.com/manteclaw/litcoiin-solutions && cd litcoiin-solutions/projects/mcp-server
pip install -r requirements.txt
python server.py
Registry Listings
- Smithery: https://smithery.ai/servers/ajcheasty2/base-l2-agent-kit
- Awesome MCP Servers: https://github.com/punkpeye/awesome-mcp-servers/pull/5916
- MCP.so: https://github.com/chatmcp/mcpso/issues/2243
- Landing Page: https://manteclaw.github.io/litcoiin-solutions/
x402 Service
The underlying HTTP service runs at https://manteclaw-x402.loca.lt with 9 monetized endpoints. See .well-known/agent-catalog.json for full API spec.
Author
@manteclaw — Base L2 agent ops
