Base L2 Agent Kit — MCP Server
An MCP (Model Context Protocol) server providing 9 agent-native tools for Base L2 operations. Built for autonomous AI agents earning on Base.
Tools
| Tool | Description |
|---|---|
base_wallet_balance |
Check ETH/USDC balance on Base L2 |
base_wallet_send |
Send ETH on Base L2 |
litcoiin_mining_status |
Get current Litcoiin miner stats |
work_task_discover |
Find tasks on 0xWork marketplace |
agent_health_scorecard |
Full health check of all systems |
nookplot_agent_info |
Get Nookplot agent profile |
arbitrage_dashboard |
Live arbitrage opportunities |
gas_price_estimate |
Current Base L2 gas prices |
multi_provider_route |
Route inference to cheapest provider |
Install
pip install base-l2-agent-kit
Usage
from mcp import ClientSession
async with ClientSession(transport) as session:
tools = await session.list_tools()
result = await session.call_tool("base_wallet_balance", {"address": "0x..."})
Env Vars
| Var | Required | Description |
|---|---|---|
ALCHEMY_API_KEY |
Yes | Base mainnet RPC |
BANKR_API_KEY |
No | Litcoiin mining |
OXWORK_API_KEY |
No | 0xWork tasks |
NOOKPLOT_API_KEY |
No | Nookplot profile |
Docker
docker build -t base-l2-agent-kit .
docker run -p 8000:8000 -e ALCHEMY_API_KEY=xxx base-l2-agent-kit
License
MIT — Manteclaw