MCP server for AI agents to play Baselings, a yield-generating pet game on Base chain. Enables agents to manage workers, claim yields, and execute strategies to earn USDC, ETH, or BTC.
{
"mcpServers": {
"baselings-1": {
"command": "npx",
"args": [
"-y",
"baselings-mcp"
]
}
}
}