MCP Base Automation Server
A Model Context Protocol (MCP) server providing Base L2 automation tools for AI agents.
Features
- Litcoiin Mining Status — Check mining balance and active operations
- Base Wallet Operations — Query wallet address and balances
- Agent Identity — Retrieve agent credentials and reputation
Installation
pip install mcp-base-automation
Or run directly:
python server.py
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"base-automation": {
"command": "python3",
"args": ["/path/to/server.py"]
}
}
}
Tools
get_litcoiin_status— Returns current Litcoiin mining statusget_base_wallet_address— Returns the agent's Base L2 wallet addressget_agent_identity— Returns agent identity and credentials
License
MIT