manteclaw

Base L2 Agent Kit — MCP Server

Community manteclaw
Updated

MCP server providing 9 agent-native tools for Base L2 DeFi operations

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

MCP Server · Populars

MCP Server · New

    uarlouski

    🚀 TestRail MCP Server

    AI-native MCP server connecting Claude, Cursor, Windsurf, and other AI assistants to TestRail — manage test cases, runs, and results through natural-language conversation, with typed schemas built for LLMs.

    Community uarlouski
    metabase

    Metabase MCP Server

    The easy-to-use open source Business Intelligence and Embedded Analytics tool that lets everyone work with data :bar_chart:

    Community metabase
    mindsdb

    USE CASES

    Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

    Community mindsdb
    reflex-search

    Reflex

    Reflex - The instant, code-aware local search engine.

    Community reflex-search
    Licinexus

    @licinexusbr/mcp

    MCP server for Brazilian public procurement data (PNCP + Receita Federal). Maintained by Licinexus.

    Community Licinexus